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=590;
orientation="horizontal";
style=menuStyle;
top=46;
aI("text=HOME ;url=index_en.html;");
aI("showmenu=boots;text=BOOTS;");
aI("showmenu=goggles;text=GOGGLES;");
aI("showmenu=protection;text=PROTECTION;");
aI("showmenu=others;text=OTHERS;");
aI("text=CONTACT;url=contact_en.html;");
aI("text=FRANCAIS;url=index_fr.html;");
}

with(milonic=new menuname("boots")){
orientation="horizontal";
style=menuStyle2;
aI("align=center;text=- AGRESSOR MX -;url=75-6007d_en.html;");
aI("align=center;text=- GLADIATOR MX-;url=75-6220d_en.html;");
aI("align=center;text=- GLADIATOR MX KIDS-;url=75-6200d_en.html;");
aI("text=- ATV BOOT -;url=52-9007d_en.html;");
}

with(milonic=new menuname("others")){
orientation="horizontal";
style=menuStyle2;
left=800;
aI("align=center;showmenu=hydrationsystems;text=- HYDRATION SYSTEMS -;");
aI("align=center;showmenu=bags;text=- BAGS -;");
aI("align=center;text=- SOCKS -;url=384-1000d_en.html;");
}

with(milonic=new menuname("bags")){
orientation="horizontal";
style=menuStyle2;
aI("text=- THE GEAR BAG -;url=384-1125d_en.html;");
aI("text=- THE WHEELIE BAG -;url=384-1126d_en.html;");
}

with(milonic=new menuname("hydrationsystems")){
orientation="horizontal";
style=menuStyle2;
aI("text=- THE DROPLET -;url=384-1100d_en.html;");
aI("text=- THE TANK -;url=384-1110d_en.html;");
aI("text=- DESERT SPRINGS -;url=384-1116d_en.html;");
}

with(milonic=new menuname("goggles")){
orientation="horizontal";
style=menuStyle2;
aI("text=- T2000 -;url=75-0000d_en.html;");
aI("text=- T7010 -;url=75-0026d_en.html;");
}

with(milonic=new menuname("protection")){
orientation="horizontal";
style=menuStyle2;
aI("text=- ROOST DEFLECTOR -;url=80-99123d_en.html;");
}

drawMenus();

