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(submenuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
headercolor="#000000";
offcolor="#009900";
oncolor="#66CC33";
padding=5;
pagecolor="black";
fontweight="bold";
subimage="11x9_dotted_green.gif";
subimagepadding=8;
}

with(menuStyle=new mm_style()){
styleid=1;
align="right";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
image="location.gif";
imageposition="right";
offcolor="#009900";
oncolor="#66CC33";
overimage="location_on.gif";
pagecolor="black";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="vertcal";
style=menuStyle;
top=50;
left=5;
aI("text=Accueil;url=cor.htm;target=Pal;");
aI("text=Présentation;url=cor1.htm;target=Pal;")
aI("showmenu=dev;text=DEVELOPPEMENT;");
aI("showmenu=ing;text=INGENIERIE;");
aI("showmenu=intranet;text=INTRANET;");
aI("showmenu=internet;text=INTERNET;");
aI("text=Nous contacter;url=cor5.htm;target=Pal;");
}

with(milonic=new menuname("dev")){
left="offset=15";
style=submenuStyle;
aI("text=Must Fitness;url=cor11.htm;target=Pal;");
aI("text=Must Danse;url=cor12.htm;target=Pal;");
aI("text=Must Biker;url=cor13.htm;target=Pal;");
aI("text=Must CasseAuto;url=cor14.htm;target=Pal;");
aI("text=Spécifiques;url=cor15.htm;target=Pal;");
}

with(milonic=new menuname("ing")){
left="offset=15";
style=submenuStyle;
aI("text=Notre démarche;url=cor21.htm;target=Pal;");
aI("text=Audit;url=cor22.htm;target=Pal;");
aI("text=Assistance;url=cor23.htm;target=Pal;");
aI("text=Maintenance;url=cor24.htm;target=Pal;");
}

with(milonic=new menuname("intranet")){
left="offset=15";
style=submenuStyle;
aI("text=Local;url=cor31.htm;target=Pal;");
aI("text=Inter Sites;url=cor32.htm;target=Pal;");
}

with(milonic=new menuname("internet")){
left="offset=15";
style=submenuStyle;
aI("text=Sites WEB;url=cor41.htm;target=Pal;");
aI("text=Messagerie;url=cor42.htm;target=Pal;");
}

drawMenus();

