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


_menuCloseDelay=100           // 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="#86C449";
oncolor="#000000";
offbgcolor="#002F60";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=2;
separatorcolor="#ffffff";
separatorsize="1";
padding=6;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#002F60";
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("fundamental")){
style=menuStyle;
top="offset=27";
left="offset=0";
aI("text=1º ao 5º;url=index.php?Conteudo=metodologia_f;target=_self;");
aI("text=6º ao 9º;url=index.php?Conteudo=metodologia_f2;target=_self;");
}
with(milonic=new menuname("docente")){
style=menuStyle;
top="offset=27";
left="offset=150";
aI("text=1º ao 5º;url=index.php?Conteudo=1a5;target=_self;");
aI("text=6º ao 9º;url=index.php?Conteudo=6a9;target=_self;");
}
drawMenus();