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()){
fontfamily="Arial";
fontsize="10";
fontstyle="normal";
offcolor="#000000";
oncolor="#ff0000";
padding=5;
}

with(menuStyle2=new mm_style()){
fontfamily="Arial";
fontsize="10";
fontstyle="normal";
offcolor="#FFFFFF";
oncolor="#ff0000";
padding=5;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=580;
orientation="horizontal";
style=menuStyle;
top=46;
aI("text=ACCUEIL ;url=index_fr.html;");
aI("showmenu=boots;text=BOTTES;");
aI("showmenu=goggles;text=LUNETTES;");
aI("showmenu=protection;text=PROTECTION;");
aI("showmenu=others;text=AUTRES;");
aI("text=CONTACT;url=contact_fr.html;");
aI("text=ENGLISH;url=index_en.html;");
}

with(milonic=new menuname("boots")){
orientation="horizontal";
style=menuStyle2;
aI("align=center;text=- AGRESSOR MX -;url=75-6007d_fr.html;");
aI("align=center;text=- GLADIATOR MX-;url=75-6220d_fr.html;");
aI("align=center;text=- GLADIATOR MX ENFANT-;url=75-6200d_fr.html;");
aI("text=- BOTTES VTT -;url=52-9007d_fr.html;");
}

with(milonic=new menuname("others")){
orientation="horizontal";
style=menuStyle2;
left=800;
aI("align=center;showmenu=hydrationsystems;text=- SYSTÈMES D'HYDRATATION -;");
aI("align=center;showmenu=bags;text=- SACS -;");
aI("align=center;text=- BAS -;url=384-1000d_fr.html;");
}

with(milonic=new menuname("bags")){
orientation="horizontal";
style=menuStyle2;
aI("text=- SAC À VÊTEMENTS -;url=384-1125d_fr.html;");
aI("text=- SAC À ROULETTES -;url=384-1126d_fr.html;");
}

with(milonic=new menuname("hydrationsystems")){
orientation="horizontal";
style=menuStyle2;
aI("text=- LE DROPLET -;url=384-1100d_fr.html;");
aI("text=- LE TANK -;url=384-1110d_fr.html;");
aI("text=- LE DESERT SPRINGS -;url=384-1116d_fr.html;");
}

with(milonic=new menuname("goggles")){
orientation="horizontal";
style=menuStyle2;
aI("text=- T2000 -;url=75-0000d_fr.html;");
aI("text=- T7010 -;url=75-0026d_fr.html;");
}

with(milonic=new menuname("protection")){
orientation="horizontal";
style=menuStyle2;
aI("text=- DÉFLECTEUR ROOST -;url=80-99123d_fr.html;");
}

drawMenus();

