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="#DDDDDD";
oncolor="#5E5398";
offbgcolor="#ffffff";
offcolor="#5E5398";
bordercolor="#B5B5B5";
borderstyle="solid";
borderwidth=1;
separatorcolor="#B5B5B5";
separatorsize="1";
padding=6;
fontsize="10px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#9E97C6";
headercolor="#9E97C6";
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("servicos")){
style=menuStyle;
itemwidth=120;
menuwidth=120;
top="offset=-24";
left="offset=180";
aI("text=Quem Somos;url=index.php?conteudo=quem_somos;target=_self;");
aI("text=Histórico;url=index.php?conteudo=hist;target=_self;");
}
with(milonic=new menuname("nossa")){
style=menuStyle;
itemwidth=120;
menuwidth=120;
top="offset=-24";
left="offset=180";
aI("text=Híper Santa Helena;url=index.php?conteudo=matriz;target=_self;");
aI("text=Santa Helena Plus;url=index.php?conteudo=filial1;target=_self;");
aI("text=Santa Helena Primavera;url=index.php?conteudo=filial2;target=_self;");
aI("text=Santa Helena Mix;url=index.php?conteudo=filial3;target=_self;");
aI("text=Santa Helena Shopping;url=index.php?conteudo=filial4;target=_self;");
aI("text=Santa Helena Manoa;url=index.php?conteudo=filial5;target=_self;");
}
with(milonic=new menuname("programa")){
style=menuStyle;
itemwidth=120;
menuwidth=120;
top="offset=-24";
left="offset=180";
aI("text=Acesso On-Line;url=index.php?conteudo=acessoonline;target=_self;");
aI("text=Regulamento;url=index.php?conteudo=regulamento;target=_self;");
aI("text=Lista de Prêmios Santa Helena;url=index.php?conteudo=sta_helena01;target=_self;");
<!--aI("text=Parceiros;url=index.php?conteudo=parceiros;target=_self;");-->
<!--aI("text=Consulte seus Pontos;url=index.php?conteudo=programa;target=_self;");-->
}

drawMenus();
