function muda_action(){
	if (document.frmlateralesq.email.value!=""){
		document.frmlateralesq.action='/login.php';
	}
	if (document.frmlateralesq.busca.value!=""){
		document.frmlateralesq.action='/busca.php';
	}
}
function abre_m(m,a){
	if (a==1)
		$(m).style.display="block";
	else		
		$(m).style.display="none";
}