function mostramenu(a){
	document.getElementById(a).style.display ="block";
}
function ocultamenu(a){
	document.getElementById(a).style.display ="none";
}
