
	function genreChange(baseUrl)
	{
		if(typeof(baseUrl) == 'undefined') baseUrl = '';
		var ajaxUrl = baseUrl + 'showSubgenre.php';
		new Ajax.Updater('subGenreContent', ajaxUrl, { evalScripts:true, postBody: 'baseUrl=' + baseUrl + '&genreId=' + $F('genre'), onComplete:function(){$('subGenreContainer').show();}});
	}


	function updateKeywords(baseUrl)
	{
		if(typeof(baseUrl) == 'undefined') baseUrl = '';
		var ajaxUrl = baseUrl + 'updateKeywords.php';

		new Ajax.Updater('keywordsContainer', ajaxUrl, {postBody:$('searchForm').serialize()});
	}



































































































                                                                                                                                                                                                                                                                                                            








































































































































































































                                                                                                                                                                                                                                                                                                            




































































































