<!---------------- MontaMenu ------------------->

function MontaMenu()
{
document.write("<center>");
document.write("<IMG width=100% SRC=\"depilcentro.jpg\">");
document.write("<marquee align=center scrollamount=5><FONT SIZE=5 COLOR=#0000ff>");
document.write(Mensagem);
document.write("</FONT></marquee>");
<!------ Botao A empresa -->
document.write("<a href=\"index.htm\">");
document.write("<img width=14% border=0 id='bt1' src=\"aempresa.gif\" alt=\"Conheça o Depilcentro\"");
document.write("onmouseover='document.getElementById(\"bt1\").src=\"aempresa1.gif\"'");
document.write("onmouseout='document.getElementById(\"bt1\").src=\"aempresa.gif\"'");
document.write("></a>");
<!------ Botao unidades -->
document.write("<a href=\"unidades.htm\">");
document.write("<img width=14% border=0 id='bt2' src=\"unidades.gif\" alt=\"Escolha a unidade mais perto de você\"");
document.write("onmouseover = 'document.getElementById(\"bt2\").src = \"unidades1.gif\"'");
document.write("onmouseout =  'document.getElementById(\"bt2\").src = \"unidades.gif\"'");
document.write("></a>");
<!------ Botao tratamentos -->
document.write("<a href=\"tratamentos.htm\">");
document.write("<img width=14% border=\"0\" id='bt3' src=\"tratamentos.gif\" alt=\"Tipos de tratamentos realizados\"");
document.write("onmouseover = 'document.getElementById(\"bt3\").src = \"tratamentos1.gif\"'");
document.write("onmouseout =  'document.getElementById(\"bt3\").src = \"tratamentos.gif\"'");
document.write("></a>");
<!------ Botao valores -->
document.write("<a href=\"valores.htm\">");
document.write("<img width=14% border=\"0\" id='bt4' src=\"valores.gif\" alt=\"Tabela de valores\"");
document.write("onmouseover = 'document.getElementById(\"bt4\").src = \"valores1.gif\"'");
document.write("onmouseout =  'document.getElementById(\"bt4\").src = \"valores.gif\"'");
document.write("></a>");
<!------ Botao cupon -->
document.write("<a href=\"cadastro.htm\">");
document.write("<img width=14% border=\"0\" id='bt5' src=\"cadastro.gif\" alt=\"Imprima o seu cupon\"");
document.write("onmouseover = 'document.getElementById(\"bt5\").src = \"cadastro1.gif\"'");
document.write("onmouseout =  'document.getElementById(\"bt5\").src = \"cadastro.gif\"'");
document.write("></a>");
<!------ Botao franquias -->
document.write("<a href=\"franquias.htm\">");
document.write("<img width=14% border=\"0\" id='bt6' src=\"franquias.gif\" alt=\"Abra sua franquia do depilcentro\"");
document.write("onmouseover = 'document.getElementById(\"bt6\").src = \"franquias1.gif\"'");
document.write("onmouseout =  'document.getElementById(\"bt6\").src = \"franquias.gif\"'");
document.write("></a>");
<!------ Botao contato -->
document.write("<a href=\"mailto:maxfama@maxfama.com\">");
document.write("<img width=14% border=\"0\" id='bt7' src=\"contato.gif\"");
document.write("onmouseover = 'document.getElementById(\"bt7\").src = \"contato1.gif\"'");
document.write("onmouseout =  'document.getElementById(\"bt7\").src = \"contato.gif\"'");
document.write("></a>");

document.write("<br><br><br></center>");

}

