	function change_category(s) {
		window.top.location=url+"/"+s.value+".html";
	}
	function li(s){
		window.top.location.href=s;
	}
	function clean(){
		document.getElementById('inputsearchbar').value = '';  
	}
	
	function escondeFlash(){
		var $iframe1 = $('iframe');
		if($("#lbMain").css("display") == "none"){
			$iframe1.contents().find("body embed").show();
			$iframe1.contents().find("body iframe").show();			
		}else{
			$iframe1.contents().find("body embed").hide();
			$iframe1.contents().find("body iframe").hide();			
		}
	}
