fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(ScrollingSampStyle=new mm_style()){
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
fontfamily="comic sans ms,verdana,helvetica";
fontsize="12px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#ffffff";
offcolor="#666666";
onbgcolor="#ff9933";
oncolor="#000000";
padding=3;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemwidth="1%";
menualign="center";
menuwidth="100%";
orientation="horizontal";
style=ScrollingSampStyle;
top=70;
aI("text=Home;url=http://www.oplpeople.com/index.html;");
aI("showmenu=OPL;text=O.P.L.;");
aI("showmenu=lapresse;text=La Presse;");
aI("text=Web-dyol;url=/cgi-bin/pg-recommander.pl;");
aI("text=Info;url=mailto:info@oplpeople.com;");
}

with(milonic=new menuname("OPL")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=Presentation;url=http://www.oplpeople.com/home00.html;")
aI("text=Projet politique;url=http://www.oplpeople.com/projet.html;")
aI("text=Comment vous impliquer?;url=http://www.oplpeople.com/support.html;")
aI("text=Vos reactions !!! (Forum de discussion);url=http://www.oplpeople.com/forum/phpBB2/;")

}



with(milonic=new menuname("lapresse")){
style=ScrollingSampStyle;
aI("text=Communiques de presse;url=http://www.oplpeople.com/pressrelease.html;");
aI("text=Archives;url=http://www.oplpeople.com/archives.html;");
aI("text=La presse nationale;url=http://www.oplpeople.com/presse.html;");
}


drawMenus();

