
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset


with(menuStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#FF0000";
offbgcolor="#2B5FAA";
offcolor="#FFFFFF";
bordercolor="#2B5FAA";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2B5FAA";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="normal";
fontfamily="Tahoma";
fontweight="bold";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="imgs/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("academia")){
style=menuStyle;
aI("text=Unidade Cobilândia;showmenu=unidade1;");
aI("text=Unidade Vale Encantado;showmenu=unidade2;");
aI("text=Unidade Parque das Gaivotas;showmenu=unidade3;");
aI("text=Studio Ativa;showmenu=studio;");
aI("text=Trabalhe Conosco;url=./trabalhe;");
}
with(milonic=new menuname("unidade1")){
style=menuStyle;
aI("text=Quem Somos<img src=imgs/dot.gif width=25 border=0 height=1>;url=./quemsomos.php?und=1;");
aI("text=Equipe;url=./equipe.php?und=1;");
aI("text=Atividades;url=./atividades.php?und=1;");
aI("text=Avaliações;showmenu=avaliacoes;");
aI("text=Convenios;url=./convenios.php?und=1;");
aI("text=Preços;url=./precos.php?und=1;");
aI("text=Horários;url=./horarios.php?und=1;");
}
with(milonic=new menuname("unidade2")){
style=menuStyle;
aI("text=Quem Somos<img src=imgs/dot.gif width=25 border=0 height=1>;url=./quemsomos.php?und=2;");
aI("text=Equipe;url=./equipe.php?und=2;");
aI("text=Atividades;url=./atividades.php?und=2;");
aI("text=Avaliações;showmenu=avaliacoes;");
aI("text=Convenios;url=./convenios.php?und=2;");
aI("text=Preços;url=./precos.php?und=2;");
aI("text=Horários;url=./horarios.php?und=2;");
}
with(milonic=new menuname("unidade3")){
style=menuStyle;
aI("text=Quem Somos<img src=imgs/dot.gif width=25 border=0 height=1>;url=./quemsomos.php?und=3;");
aI("text=Equipe;url=./equipe.php?und=3;");
aI("text=Atividades;url=./atividades.php?und=3;");
aI("text=Avaliações;showmenu=avaliacoes;");
aI("text=Convenios;url=./convenios.php?und=3;");
aI("text=Preços;url=./precos.php?und=3;");
aI("text=Horários;url=./horarios.php?und=3;");
}
with(milonic=new menuname("studio")){
style=menuStyle;
aI("text=Apresentação<img src=imgs/dot.gif width=25 border=0 height=1>;url=./studio.php?op=apresentacao;");
aI("text=Atividades;url=./studio.php?op=atividades;");
aI("text=Avaliações e Pacotes;url=./studio.php?op=pacotes;");
}
with(milonic=new menuname("avaliacoes")){
style=menuStyle;
aI("text=Avaliação Física;url=./avaliacoes.php?op=fisica;");
aI("text=Avaliação Nutricional;url=./avaliacoes.php?op=nutricional;");
}

with(milonic=new menuname("ativacard")){
style=menuStyle;
aI("text=Cadastre-se<img src=imgs/dot.gif width=10 border=0 height=1>;url=./cadastro.php;");
aI("text=Busca;url=./vcard.php?op=busca;");
aI("text=Listar Todos;url=./vcard.php?op=busca&txt=%25%25%25;");
aI("text=Os 10 mais;url=./vcard.php?op=top10;");
aI("text=AtivaCard do Mês;url=./vcard.php?op=mes;");
aI("text=Ativa! no Orkut;url=http://www.orkut.com/Community.aspx?cmm=1505357;target=_blank;");
}

with(milonic=new menuname("eventos")){
style=menuStyle;
aI("text=Próximos Eventos<img src=imgs/dot.gif width=20 border=0 height=1>;url=./eventos.php;");
aI("text=Fotos dos Eventos;url=./fotos.php;");
}

with(milonic=new menuname("promocoes")){
style=menuStyle;
aI("text=Promoções<img src=imgs/dot.gif width=15 border=0 height=1>;url=./promocoes.php;");
aI("text=Ganhadores;url=./promocoes.php?op=ganhadores;");
}

with(milonic=new menuname("brindes")){
style=menuStyle;
aI("text=Mural de Recados;url=./mural.php;");
aI("text=Papéis de Parede;url=./wallpapers.php;");
}

with(milonic=new menuname("news")){
style=menuStyle;
aI("text=Alunos do Mês;url=./alunos_mes.php;");
aI("text=Aniversariantes do Mês;url=./vcard.php?op=anivers;");
aI("text=Matérias<img src=imgs/dot.gif width=30 border=0 height=1>;url=./materias.php;");
aI("text=Notícias;url=./noticias.php;");
}

drawMenus();

