// JavaScript Document
function efeito1(){
 document.getElementById("menu").style.background="url(cortes/fundo_bot.png)";
}
function efeito2(){
 document.getElementById("menu1").style.background="url(cortes/fundo_bot.png)";
}
function efeito3(){
 document.getElementById("menu2").style.background="url(cortes/fundo_bot.png)";
}
function efeito4(){
 document.getElementById("menu3").style.background="url(cortes/fundo_bot.png)";
}
function efeito5(){
 document.getElementById("menu4").style.background="url(cortes/fundo_bot.png)";
}
function efeito6(){
 document.getElementById("menu5").style.background="url(cortes/fundo_bot.png)";
}
//contra
function contra1(){
 document.getElementById("menu").style.background="";
}
function contra2(){
 document.getElementById("menu1").style.background="";
}
function contra3(){
 document.getElementById("menu2").style.background="";
}
function contra4(){
 document.getElementById("menu3").style.background="";
}
function contra5(){
 document.getElementById("menu4").style.background="";
}
function contra6(){
 document.getElementById("menu5").style.background="";
}