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("colegio")){
style=menuStyle;
top="offset=-20";
left="offset=120";
aI("text=Historia;url=index.php?Conteudo=historia;target=_self;");
aI("text=Missão;url=index.php?Conteudo=missao;target=_self;");
aI("text=Infra-Estrutura;url=index.php?Conteudo=estrutura;target=_self;");
aI("text=Manual de Normas;url=index.php?Conteudo=normas;target=_self;");
aI("text=Calendário;url=index.php?Conteudo=calendario;target=_self;");
aI("text=Horário de Aulas;url=http://www.colegiocaetano.com.br/pags/horario_aula.php;target=_blank;");
aI("text=Circulares;url=index.php?Conteudo=circulares;target=_self;");
aI("text=Uniformes;url=index.php?Conteudo=uniformes;target=_self;");
}
with(milonic=new menuname("maternal")){
style=menuStyle;
top="offset=-20";
left="offset=105";
aI("text=Metodologia;url=index.php?Conteudo=metodologia_m;target=_self;");
//aI("text=Infra Estrutura;url=index.php?Conteudo=estrutura_m;target=_self;");
aI("text=Corpo Docente;url=index.php?Conteudo=docente_m;target=_self;");
//aI("text=Atividades;url=index.php?Conteudo=atividades_m;target=_self;");
aI("text=Blog;url=index.php?subMod=blog_maternal&Conteudo=noticias&Arquivo=1;target=_self;");
aI("text=Enquete;url=index.php?Conteudo=enquete_maternal;target=_self;");

}
with(milonic=new menuname("fundamental")){
style=menuStyle;
top="offset=-20";
left="offset=120";
aI("text=1ª à 5ª Série;showmenu=1a5;url=#;target=_self;");
aI("text=6ª à 9ª Série;showmenu=6a9;url=#;target=_self;");
with(milonic=new menuname("1a5")){
	style=menuStyle;
	aI("text=Metodologia;url=index.php?Conteudo=metodologia_f");
//	aI("text=Estrutura;url=index.php?Conteudo=estrutura_f");
	aI("text=Corpo Docente;url=index.php?Conteudo=1a5");
//	aI("text=Atividades;url=#");
	aI("text=Blog;url=index.php?subMod=blog_fundamental&Conteudo=noticias&Arquivo=1;target=_self;");
	aI("text=Enquete;url=index.php?Conteudo=enquete_fundamental");
}
with(milonic=new menuname("6a9")){
	style=menuStyle;
	aI("text=Metodologia;url=index.php?Conteudo=metodologia_f2");
//	aI("text=Estrutura;url=index.php?Conteudo=estrutura_f");
	aI("text=Corpo Docente;url=index.php?Conteudo=6a9");
//	aI("text=Atividades;url=#");
	aI("text=Blog;url=index.php?subMod=blog_fundamental&Conteudo=noticias&Arquivo=1;target=_self;");
	aI("text=Enquete;url=index.php?Conteudo=enquete_fundamental");
}
}
with(milonic=new menuname("medio")){
style=menuStyle;
top="offset=-20";
left="offset=90";
aI("text=Metodologia;url=index.php?Conteudo=metodologia_me;target=_self;");
aI("text=Corpo Docente;url=index.php?Conteudo=docente_me;target=_self;");
aI("text=Blog;url=index.php?subMod=blog_medio&Conteudo=noticias&Arquivo=1;target=_self;");
aI("text=Enquete;url=index.php?Conteudo=enquete_maternal;target=_self;");
aI("text=Futuro;url=index.php?Conteudo=futuro&subMod=futuro&Codigo=1;target=_parent;");
}
with(milonic=new menuname("esporte")){
style=menuStyle;
top="offset=-20";
left="offset=165";
aI("text=Normas;url=index.php?Conteudo=normas_esp;target=_self;");
aI("text=Modalidades;url=index.php?Conteudo=modalidades_esp;target=_self;");
aI("text=Circulares;url=index.php?Conteudo=circulares_esporte;target=_self;");
aI("text=Corpo Docente;url=index.php?Conteudo=esporte_docente&subMod=esporte_docente&Codigo=1;target=_self;");
aI("text=Eventos;url=index.php?Conteudo=eventos_esp;target=_self;");
}
with(milonic=new menuname("familias")){
style=menuStyle;
top="offset=0";
left="offset=135";
aI("text=Ponto de Reflexão;url=index.php?Conteudo=ponto_reflexao;target=_self;");
aI("text=Reunião de Pais;url=index.php?Conteudo=noticias&c=reuniao&subMod=reuniao&Arquivo=1;target=_self;");
}
drawMenus();