function openMail(){
	alert('aaaa');
}	

function but_over_menuvert(eButton){
	eButton.style.backgroundColor = "#DDEEEE";
}	
function but_out_menuvert(eButton){
	eButton.style.backgroundColor = "";
}
function but_over_menubarra(linha){
   row1 = document.getElementById("menuOpcao."+linha+".1");
   row2 = document.getElementById("menuOpcao."+linha+".2");
   row3 = document.getElementById("menuOpcao."+linha+".3");
   row4 = document.getElementById("menuOpcao."+linha+".4");
   row1.style.backgroundColor = "#F1AF85";
   row2.style.backgroundColor = "#FE7C07";
   row3.style.backgroundColor = "#E4610D";
   row4.style.backgroundColor = "#AF360A";
}	
function but_out_menubarra(linha){
   row1 = document.getElementById("menuOpcao."+linha+".1");
   row2 = document.getElementById("menuOpcao."+linha+".2");
   row3 = document.getElementById("menuOpcao."+linha+".3");
   row4 = document.getElementById("menuOpcao."+linha+".4");
   row1.style.backgroundColor = "";
   row2.style.backgroundColor = "";
   row3.style.backgroundColor = "";
   row4.style.backgroundColor = "";
}
function goTo(URL){
   document.getElementById('form').action = URL;
   document.getElementById('form').submit();
}


function Actived(linha){
   row1 = document.getElementById("menuOpcao."+linha+".1");
   row2 = document.getElementById("menuOpcao."+linha+".2");
   row3 = document.getElementById("menuOpcao."+linha+".3");
   row4 = document.getElementById("menuOpcao."+linha+".4");
   row1.style.backgroundColor = "#F1AF85";
   row2.style.backgroundColor = "#FE7C07";
   row3.style.backgroundColor = "#E4610D";
   row4.style.backgroundColor = "#AF360A";
}
