function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=0        // Follow scrolling speed
_followRate=0          // Follow scrolling Rate
_subOffsetTop=0         // Sub menu top offset
_subOffsetLeft=0        // Sub menu left offset
_scrollAmount=0         // Only needed for Netscape 4.x
_scrollDelay=0         // Only needed for Netcsape 4.x


with(menuStyle=new mm_style()){
onbgcolor="#740D08";
oncolor="#FFFFFF";
offbgcolor="#AD2C30";
offcolor="#FFFFFF";
bordercolor="#AD2C30";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=6;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#740D08";
headercolor="#FFFFFF";
headerbgcolor="#ffffff";
subimage="MenuJS/Imgs/arrow.gif";
subimagepadding="0";
overfilter="Alpha(opacity=100);)";
}


// MENU COM IMG ==> aI("text=Certificados;url=;target=_self;image=MenuJS/pontos.gif;");

with(milonic=new menuname("empresa")){
style=menuStyle;
openstyle="up";
top="offset=60";
left="offset=220";
aI("text=Historia;url=interno.php?conteudo=hist;target=_self;");
aI("text=Diretrizes;url=interno.php?conteudo=diret;target=_self;");
}

with(milonic=new menuname("meio")){
style=menuStyle;
top="offset=120";
left="offset=220";
aI("text=Termoelétrica;url=interno.php?conteudo=termo;target=_self;");
aI("text=Injeção de Finos de Carvão;url=interno.php?conteudo=injecao;target=_self;");
aI("text=Reflorestamento;url=interno.php?conteudo=reflo;target=_self;");
aI("text=Controle Ambiental - Usina;url=interno.php?conteudo=contr;target=_self;");
}

with(milonic=new menuname("usina")){
style=menuStyle;
top="offset=105";
left="offset=220";
aI("text=Processo Produtivo;url=interno.php?conteudo=process;target=_self;");
aI("text=Ferro Gusa;url=interno.php?conteudo=ferro;target=_self;");
aI("text=Logística;url=interno.php?conteudo=logi;target=_self;");
}

with(milonic=new menuname("rs")){
style=menuStyle;
top="offset=137";
left="offset=220";
aI("text=Ações Educativas;url=interno.php?conteudo=educ;target=_self;");
aI("text=Ações Sociais;url=interno.php?conteudo=sociais;target=_self;");
aI("text=Ações Culturais;url=interno.php?conteudo=culturais;target=_self;");
}

with(milonic=new menuname("cert")){
style=menuStyle;
top="offset=157";
left="offset=220";
aI("text=Certificado;url=interno.php?conteudo=cert;target=_self;");
aI("text=Qualidade;url=interno.php?conteudo=qualid;target=_self;");
aI("text=Política da Qualidade;url=interno.php?conteudo=polit;target=_self;");
}

with(milonic=new menuname("rh")){
style=menuStyle;
top="offset=180";
left="offset=220";
aI("text=Segurança do Trabalho ;showmenu=brigada;url=interno.php?conteudo=seg;target=_self;");
aI("text=Medicina do Trabalho;url=interno.php?conteudo=medic;target=_self;");
aI("text=Desenvolvimento Profissional;url=interno.php?conteudo=desenvol;target=_self;");
aI("text=Banco de Talentos ;url=interno.php?conteudo=banco;target=_self;");
}

with(milonic=new menuname("brigada")){
style=menuStyle;
top="offset=0";
left="offset=0";
aI("text=CIPA ;url=interno.php?conteudo=sipa;target=_self;");
aI("text=Brigada de Incêndio;url=interno.php?conteudo=brigad;target=_self;");
}
drawMenus();