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=0;
_subOffsetLeft=0;



with(topmenuStyle=new mm_style()){
styleid=4;
fontsize="14";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#d9d9d9";
offcolor="#000000";
onbgcolor="#a3a3a3";
oncolor="#ffffff";
padding="5px 7px 6px 7px";
//padding=0;
//pagebgcolor="#000000";
//pagecolor="#00b1eb";
subimagepadding=0;
separatorcolor="#ffffff";
separatorsize=1;
}


with(bluemenuStyle=new mm_style()){
styleid=2;
fontsize="12";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#d9d9d9";
offcolor="#333333";
onbgcolor="#a3a3a3";
oncolor="#ffffff";
onsubimage="white_arrow.gif";
padding=5;
subimage="arrow.gif";
subimagepadding=2;
separatorcolor="#ffffff";
separatorsize=0;
}

with(menuStyle=new mm_style()){
styleid=1;
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#333333";
oncolor="#ffffff";
onsubimage="white_arrow.gif";
padding=5;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
//itemwidth=125;
align="left";
screenposition="100";
orientation="horizontal";
style=topmenuStyle;
position="relative"; 
zindex=100;
aI("showmenu=catalogue;text=&nbsp;&nbsp;&nbsp;Le catalogue&nbsp;&nbsp;&nbsp;");
aI("url=/Fr/News/;text=&nbsp;&nbsp;&nbsp;News&nbsp;&nbsp;&nbsp;");
aI("url=/Fr/Presentation/;text=&nbsp;&nbsp;&nbsp;Présentation&nbsp;&nbsp;&nbsp;");
aI("url=/Fr/Contact/;text=&nbsp;&nbsp;&nbsp;Contact&nbsp;&nbsp;&nbsp;");
aI("url=/Fr/Panier/;text=&nbsp;&nbsp;&nbsp;Panier&nbsp;&nbsp;&nbsp;");
}

with(milonic=new menuname("catalogue")){
overflow="scroll";
//itemwidth=108;
style=bluemenuStyle;
aI("text=Nouveautés;url=/Fr/Catalogue/Default.asp?Type=1;")
aI("text=Promotions;url=/Fr/Catalogue/Default.asp?Type=2;")
aI("text=Fortifications et histoire militaire;url=/Fr/Catalogue/Default.asp?Type=3;")
aI("text=Art et histoire;url=/Fr/Catalogue/Default.asp?Type=4;")
aI("text=Régionalisme;url=/Fr/Catalogue/Default.asp?Type=5;")
aI("text=Autres réalisation;url=/Fr/Catalogue/Default.asp?Type=6;")
}


drawMenus();

