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(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
fontfamily="Comic sans MS";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#DCE9F0";
offcolor="#515151";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=1;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="img/INFO.PNG";
subimagepadding=0;
}

with(menuStyle2=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Comic sans MS";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#DCE9F0";
offcolor="#515151";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="img/b_nextpage.png";
subimagepadding=2;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=205;
overflow="scroll";
style=menuStyle;
top=403;
aI("showmenu=INFO;text=;");


}

with(milonic=new menuname("INFO")){
overflow="scroll";
style=menuStyle2;
aI("showmenu=FRANCAIS;text=Français;")
aI("showmenu=ANGLAIS;text=English;")


}

with(milonic=new menuname("ANGLAIS")){
style=menuStyle2;
aI("text=Students instructions for use;url=MODES%20D'EMPLOI%20E-PEL/MODE_ETUD_GB/EPEL_mode_emploi.htm;");
aI("text=Teachers instructions for use;url=MODES%20D'EMPLOI%20E-PEL/MODE_ENS_GB/mode_emploi.htm;");
aI("text=How to join in the project;url=FORMULAIRES/inscriptionGB.htm;");

}

with(milonic=new menuname("FRANCAIS")){
style=menuStyle2;
aI("text=Mode d'emploi étudiants;url=MODES%20D'EMPLOI%20E-PEL/MODE_ETUD_FR/EPEL_mode_emploi.htm;");
aI("text=Mode d'emploi enseignants;url=MODES%20D'EMPLOI%20E-PEL/MODE_ENS_FR/mode_emploi.htm;");
aI("text=Comment participer au projet;url=FORMULAIRES/inscriptionFR.htm;");
}


drawMenus();

