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(XPMainStyle=new mm_style()){
bordercolor="#8A867A";
borderstyle="solid";
borderwidth=1;
fontfamily="Trebuchet,Tahoma,Helvetica,Verdana";
fontsize="100%";
fontstyle="normal";
fontweight="normal";
offbgcolor="#B8D1F8";
offcolor="#000000";
onbgcolor="#C1D2EE";
onborder="1px solid #000080";
oncolor="#000000";
overbgimage="orange_office2003.gif";
padding=9;
}

with(XPMenuStyle=new mm_style()){
styleid=1;
bordercolor="#8A867A";
borderstyle="solid";
borderwidth=1;
fontfamily="Trebuchet,Tahoma,Helvetica,Verdana";
fontsize="90%";
fontstyle="normal";
fontweight="normal";
image="xpblank.gif";
imagepadding=4;
menubgimage="backoff2003_web.gif";
offbgcolor="transparent";
offcolor="#000000";
onbgcolor="#ffeec2";
onborder="1px solid #000080";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#B8D1F8', Direction=135, Strength=5)";
padding=4;
separatoralign="right";
separatorcolor="#6A8CCB";
separatorpadding=2;
separatorwidth="80%";
subimage="arrow.gif";
subimagepadding=4;
menubgcolor="#EBF0EC";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
margin=2;
orientation="horizontal";
style=XPMainStyle;
aI("text=Accueil;url=index.htm;");
aI("showmenu=Proj_etabl;text=Notre Projet;");
aI("showmenu=Options;text=Options;");
aI("showmenu=Immersion;text=Immersion;");
aI("showmenu=Histoire;text=Notre histoire;");
aI("showmenu=Courriers;text=Courriers;");
aI("showmenu=Calendrier;text=Ephémérides;");
aI("showmenu=Inscriptions;text=Inscriptions;");
aI("showmenu=Jobs;text=Job Opportunities;");
}


with(milonic=new menuname("Proj_etabl")){
margin=2;
overflow="scroll";
style=XPMenuStyle;
aI("separatorsize=1;text=Notre Projet;url=Projet Etabl.pdf;")
}

with(milonic=new menuname("Options")){
margin=2;
style=XPMenuStyle;
aI("separatorsize=1;text=Notre Offre;url=Grilles-horaires 2009-2010.pdf;");
}

with(milonic=new menuname("Immersion")){
margin=2;
style=XPMenuStyle;
aI("image=http://img.milonic.com/xp_preview.gif;separatorsize=1;text=The project;url=CLIL.html;");
aI("image=http://img.milonic.com/xp_question.gif;text=FAQ;url=questions.htm;");
}

with(milonic=new menuname("Histoire")){
margin=2;
style=XPMenuStyle;
aI("text=Notre histoire;url=histoire.htm;");
}

with(milonic=new menuname("Courriers")){
margin=2;
style=XPMenuStyle;
aI("separatorsize=1;text=11 janvier 2010;url=11 janvier 2010.pdf;");
}

with(milonic=new menuname("Calendrier")){
margin=2;
style=XPMenuStyle;
aI("separatorsize=1;text=Dates à retenir;url=Ephémérides.pdf;");
}

with(milonic=new menuname("Inscriptions")){
margin=2;
style=XPMenuStyle;
aI("text=Inscriptions;url=inscriptions.html;");
}

with(milonic=new menuname("Jobs")){
margin=2;
style=XPMenuStyle;
aI("ie_small.gif;separatorsize=1;text=What we offer;url=jobs.html;");
aI("separatorsize=1;text=The project;url=CLIL.html;");
aI("separatorsize=1;text=Documents to provide;url=CLIL-doc.html;");
}

drawMenus();

