
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(SubmenuStyle=new mm_style()){
onbgcolor="white";
oncolor="Black";
offbgcolor="#182063";
offcolor="White";
bordercolor="transparent";
borderstyle="none";
borderwidth=1;
separatorcolor="tranparent";
separatorsize="0";
padding=5;
fontsize="70%";
fontstyle="normal";
fontweight="bold";
fontfamily="Comic Sans MS, Verdana, Tahoma, Arial";
pagecolor="YELLOW";
pagebgcolor="Transparent";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="whitearrowr.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#000000', Direction=135, Strength=10)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle=new mm_style()){
onbgcolor="White";
oncolor="BLACK";
offbgcolor="transparent";
offcolor="#ffffff";
bordercolor="transparent";
borderstyle="none";
borderwidth=1;
separatorcolor="tranparent";
separatorsize="0";
padding=5;
fontsize="70%";
fontstyle="normal";
fontweight="bold";
fontfamily="Comic Sans MS, Verdana, Tahoma, Arial";
pagecolor="YELLOW";
pagebgcolor="transparent";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="whitearrowr.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#000000', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=130;
left=0;
alwaysvisible=1;
orientation="vertical";
aI("text=Início;url=index.htm;status=Página Inicial;");
aI("text=O Grupo;showmenu=OGrupo;");
aI("text=Seções;showmenu=Secoes;");
aI("text=Escotismo;showmenu=Escotismo;");
aI("text=Eventos;showmenu=Eventos;");
aI("text=Cancioneiro;url=cancioneiro.php;");
aI("text=Dicas e Técnicas;url=dicatecs.php;");

aI("text=Links;url=links.php;");
aI("text=Galeria;url=arquivados.php;");
aI("text=Livro de Visitas;url=visitas.php;");
}

with(milonic=new menuname("OGrupo")){
style=SubmenuStyle;
overflow="scroll";
aI("text=Apresentação;url=apresenta.php;");
aI("text=Historia;showmenu=MHistoria;");
aI("text=Atual;showmenu=GLAtual;");
aI("text=Localização;url=localiza.php;");
aI("text=Programação;url=proggrupo.php");
}

with(milonic=new menuname("Secoes")){
style=SubmenuStyle;
overflow="scroll";
aI("text=Lobinhos;url=Seclobinho.php;");
aI("text=Escoteiros;url=Secescoteiros.php;");
aI("text=Guias e Seniores;url=Secguiasenior.php");
aI("text=Pioneiros;url=Secpioneiros.php;");
}

with(milonic=new menuname("Escotismo")){
style=SubmenuStyle;
overflow="scroll";
aI("text=Perguntas e Respostas;url=Perguntas.php;");
aI("text=Para Pais;url=Parapais.php;");
aI("text=Mensagem de BP;url=MensagemBP.php;");
aI("text=Como Participar;showmenu=ComoParticipar;");
}

with(milonic=new menuname("ComoParticipar")){
style=SubmenuStyle;
aI("text=Membro Juvenil;url=mjuvenil.php;");
aI("text=Voluntários;url=voluntarios.php;");
}

with(milonic=new menuname("Programa")){
style=SubmenuStyle;
aI("text=Lobinhos;url=proglobinho.php;");
aI("text=Escoteiros;url=progescoteiros.php;");
aI("text=Guias e Seniores;url=progguiasenior.php");
aI("text=Pioneiros;url=progpioneiros.php;");
aI("text=Grupo;url=proggrupo.php");
}

with(milonic=new menuname("Eventos")){
style=SubmenuStyle;
aI("text=Semestre 1/2008;url=eventos2008.php;");
}

with(milonic=new menuname("MHistoria")){
style=SubmenuStyle;
overflow="scroll";
aI("text=O Guia Lopes;url=OGuiaLopes.php;");
aI("text=O GE Guia Lopes;url=historico.php;");
}

with(milonic=new menuname("GLAtual")){
style=SubmenuStyle;
overflow="scroll";
aI("text=Organograma;url=organograma.php;");
aI("text=Diretoria;url=diretoria.php;");
}

with(milonic=new menuname("Voluntarios")){
style=SubmenuStyle;
overflow="scroll";
aI("text=Diretoria;url=voldiretoria.php;");
aI("text=Chefia;url=volchefia.php;");
aI("text=Comissão de Pais;url=volpais.php;");

}

drawMenus();

