_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="#FDFA00";
oncolor="#340E70";
offbgcolor="#340E70";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize=1;
padding=4;
fontsize="10px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#340E70";
headercolor="#ffffff";
headerbgcolor="#340E70";
subimage="java/MenuJS/Imgs/arrow.gif";
subimagepadding="2";
overfilter="Alpha(opacity=100);)";
}


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

with(milonic=new menuname("Intitucional")){
style=menuStyle;
aI("text=Apresentação;showmenu=IntitucionalApresentacao;url=#;target=_self;");
aI("text=Histórico;url=index.php?Conteudo=historico;target=_self;");
}

with(milonic=new menuname("IntitucionalApresentacao")){
style=menuStyle;
aI("text=Quem Somos;url=index.php?Conteudo=quemsomos;target=_self;");
aI("text=Missão;url=index.php?Conteudo=missao;target=_self;");
aI("text=Direção;url=index.php?Conteudo=direcao;target=_self;");
aI("text=Cursos;url=index.php?Conteudo=cursos;target=_self;");
aI("text=Recursos Oferecidos;url=index.php?Conteudo=recursosoferecidos;target=_self;");
}

with(milonic=new menuname("Biblioteca")){
style=menuStyle;
aI("text=Consulta ao Acervo;url=index.php?Conteudo=consultaaoacervo;target=_self;");
aI("text=Biblioteca Virtual;url=index.php?Conteudo=bibliotecavirtual;target=_self;");
aI("text=BIREME;url=http://www.bireme.br;target=_blank;");
aI("text=Normas de apres. de Trabalho Científico;url=index.php?Conteudo=normas;target=_self;");
}

with(milonic=new menuname("projsociais")){
style=menuStyle;
aI("text=Vidarte;showmenu=vidarte;url=#;target=_self;");
aI("text=Imaginarte;showmenu=imaginarte;url=#;target=_self;");
aI("text=Canta Vida;showmenu=cantavida;url=#;target=_self;");
aI("text=Responsabilidade Social;url=index.php?Conteudo=projetos_sociais_texto;target=_self;");
}

with(milonic=new menuname("vidarte")){
style=menuStyle;
aI("text=História;url=index.php?Conteudo=vidarte;target=_self;");
aI("text=Fotos;url=index.php?Conteudo=historia_vidarte;target=_self;");
}

with(milonic=new menuname("imaginarte")){
style=menuStyle;
aI("text=História;url=index.php?Conteudo=imaginarte;target=_self;");
}

with(milonic=new menuname("cantavida")){
style=menuStyle;
aI("text=História;url=index.php?Conteudo=canta_vida;target=_self;");
}

drawMenus();
