_menuCloseDelay=0           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_followSpeed=100                // Follow scrolling speed
_followRate=100                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle1=new mm_style()){
onbgcolor="#89B181";
oncolor="#4E624E";
offbgcolor="#A5CEA3";
offcolor="#4E624E";
bordercolor="#A5CEA3";
borderstyle="none";
borderwidth=1;
separatorcolor="#A5CEA3";
separatorsize="0";
padding=4;
fontsize="12";
fontstyle="normal";
fontweight="bold";
fontfamily="Tahoma";
pagecolor="black";
pagebgcolor="#A5CEA3";
headercolor="#4E624E";
headerbgcolor="#A5CEA3";
subimage="";
subimagepadding="0";
//overfilter="Fade(duration=1.2);Alpha(opacity=50);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=1.3)";
}

with(milonic=new menuname("principal")){
style=menuStyle1;
top=195;
left=0;
alwaysvisible=1;
orientation="vertical";
aI("text=Infolettre 4Sc;showmenu=info;");
aI("text=Au sujet du sommet;showmenu=sujet;");
aI("text=Agenda citoyen;url=site.php?language=fr&section=agenda;");
aI("text=Les organisateurs;url=site.php?language=fr&section=organisateurs;");
aI("text=Les partenaires;url=site.php?language=fr&section=partenaires;");
aI("text=Salle de Presse;url=site.php?language=fr&section=presse;");
aI("text=Programmation;showmenu=prog;");
aI("text=Comment participer;showmenu=part;");
aI("text=Comment s'y rendre;url=site.php?language=fr&section=direction;");
aI("text=Documentation;url=site.php?language=fr&section=documentation;");
aI("text=Centre d'Écologie Urbaine de Montréal;showmenu=uec;");
aI("text=Contact;url=site.php?language=fr&section=contact;");
}

with(milonic=new menuname("info")){
style=menuStyle1;
overflow="scroll";
aI("text=Nouvelles;url=site.php?language=fr&section=infolettre;");
aI("text=S'abonner;url=site.php?language=fr&section=abonnementInfolettre;");
}

with(milonic=new menuname("sujet")){
style=menuStyle1;
overflow="scroll";
aI("text=Au sujet du 4ième sommet;url=site.php?language=fr&section=ausujet;")
aI("text=Qu'est-ce que le 4ième sommet;url=site.php?language=fr&section=3esommet;");
aI("text=Historique;url=site.php?language=fr&section=historique;");
}

with(milonic=new menuname("prog")){
style=menuStyle1;
overflow="scroll";
aI("text=Programme;url=site.php?language=fr&section=presentation;");
aI("text=Thématiques;url=site.php?language=fr&section=thematique;");
aI("text=Personnes ressources;url=site.php?language=fr&section=ressources;");
aI("text=Description des activités;url=site.php?language=fr&section=description;");
aI("text=Calendrier;url=site.php?language=fr&section=calendar;");
}

with(milonic=new menuname("part")){
style=menuStyle1;
overflow="scroll";
aI("text=S'inscrire;url=site.php?language=fr&section=inscription4sc;");
aI("text=Être bénévole;url=site.php?language=fr&section=benevole;");
}

with(milonic=new menuname("uec")){
style=menuStyle1;
overflow="scroll";
aI("text=Qu'est-ce que c'est?;url=http://www.ecologieurbaine.net;");
}
drawMenus();
