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="#E67D6F";
oncolor="#FFFFFF";
offbgcolor="#DA422B";
offcolor="#ffffff";
bordercolor="#DA422B";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=6;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#DA422B";
headercolor="#000000";
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("oparque")){
style=menuStyle;
aI("text=Historico;url=interno.php?Conteudo=historico;target=_self;");
aI("text=Festas;url=interno.php?Conteudo=festas;target=_self;");
aI("text=Unidade Indoor;url=interno.php?Conteudo=indoor;target=_self;");
aI("text=Diversão;showmenu=divercao;url=interno.php?Conteudo=seg;target=_self;");
aI("text=Promoções;url=interno.php?Conteudo=promocoes;target=_self;");
}

with(milonic=new menuname("unidades")){
style=menuStyle;
aI("text=Itinerante;url=interno.php?Conteudo=itinerante;target=_self;");
aI("text=Fixa;url=interno.php?Conteudo=fixa;target=_self;");
aI("text=Indoor;url=interno.php?Conteudo=indoor;target=_self;");
aI("text=Brinquedos;url=interno.php?Conteudo=brinquedos;target=_self;");
}

with(milonic=new menuname("divercao")){
style=menuStyle;
aI("text=Jogos online;url=interno.php?Conteudo=jogosonline;target=_self;");
aI("text=Bate Papo;url=interno.php?Conteudo=batepapo;target=_self;");
aI("text=Cartões;url=interno.php?Conteudo=cartoes;target=_self;");
}

drawMenus();