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="#1f1f1f";
borderstyle="solid";
borderwidth=8;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#1f1f1f";
headercolor="#1f1f1f";
offbgcolor="#1f1f1f";
offcolor="#ffffff";
onbgcolor="#1f1f1f";
oncolor="#f7941d";
//outfilter="randomdissolve(duration=0.3)";
padding=5;
pagebgcolor="#1f1f1f";
pagecolor="white";
separatorcolor="#1f1f1f";
separatorsize=5;
subimage="";
subimagepadding=2;
}



with(mascaret=new menuname("catalogue")){
style=menuStyle;
aI("text=<b>Television</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=liste.php?t=2;");
aI("text=<b>Cinéma</b>;url=liste.php?t=1;");
}

drawMenus();


