function mostra(nova)
{
for (a=1;a<13;a++)
{
document.getElementById('saude'+a).style.display='none';
document.getElementById('menusaude'+a).style.backgroundColor='';
document.getElementById('linksaude'+a).style.color='#fff';
document.getElementById('menusaude'+a).style.backgroundImage="";
}
document.getElementById(nova).style.display='';
//document.getElementById('menu'+nova).style.backgroundImage="url(f1.jpg)";
document.getElementById('menu'+nova).style.backgroundColor='#fff';
document.getElementById('link'+nova).style.color='#000';
}
function mostraservico(serv)
{
for (d=1;d<11;d++)
{
document.getElementById('servico'+d).style.display='none';
document.getElementById('menuservico'+d).style.backgroundColor='';
document.getElementById('linkservico'+d).style.color='#fff';
document.getElementById('menuservico'+d).style.backgroundImage="";
}
document.getElementById(serv).style.display='';
document.getElementById('menu'+serv).style.backgroundColor='#fff';
document.getElementById('link'+serv).style.color='#000';
//document.getElementById('menu'+serv).style.backgroundImage="url(f1.jpg)";
}
function mostracomercio(comercio)
{
document.getElementById('menucomercio1').style.backgroundColor='#fff';
document.getElementById('linkcomercio1').style.color='#000';
}
function mostraindustria(industria)
{
document.getElementById('menuindustria1').style.backgroundColor='#fff';
document.getElementById('linkindustria1').style.color='#000';
}
function mostramed(med)
{
for (e=1;e<6;e++)
{
document.getElementById('med'+e).style.display='none';
document.getElementById('menumed'+e).style.backgroundColor='';
document.getElementById('linkmed'+e).style.color='#fff';
document.getElementById('menumed'+e).style.backgroundImage="";
}
document.getElementById(med).style.display='';
document.getElementById('menu'+med).style.backgroundColor='#fff';
document.getElementById('link'+med).style.color='#000';
}
