with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
position="relative";
orientation="vertical";
margin=23;
aI("text=&nbsp;HOME;url=index.php;status=Página Inicial;");
aI("text=&nbsp;EMPRESA;url=empresa.php;status=Empresa;");
aI("text=&nbsp;PRODUTOS;showmenu=produtos;status=Produtos;");
aI("text=&nbsp;DICAS;url=dicas.php;status=Dicas;");
aI("text=&nbsp;RESPONSABILIDADE;url=social.php;status=Responsabilidade;");
aI("text=&nbsp;LINKS RELACIONADOS;url=links.php;status=Links;");
aI("text=&nbsp;TRABALHE CONOSCO;url=rh1.php;status=Trabalhe Conosco;");
aI("text=&nbsp;CONTATO;url=contato.php;status=Contato;");
}
drawMenus();
