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="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
//onbgcolor="#ddffdd";
onbgcolor="#D3E6F3";
oncolor="#000099";
outfilter="randomdissolve(duration=0.0)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
//pagebgcolor="#82B6D7";
pagebgcolor="#eeeeee";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
//left=18;
left=258;
orientation="horizontal";
style=menuStyle;
//position="relative";
top=154;
aI("text=Accueil;url=index.html;");
aI("showmenu=hebergement;text=Hébergement;");
aI("showmenu=inscriptions;text=Résultats;");
aI("showmenu=album;text=Album photos;");
aI("showmenu=comite;text=Le comité;");
aI("showmenu=trajets;text=Trajets;");
}

with(milonic=new menuname("hebergement")){
overflow="scroll";
style=menuStyle;
aI("text=Liste des hôtels;url=hebergement.html;")
}

with(milonic=new menuname("inscriptions")){
style=menuStyle;
/*aI("text=Frais d'inscriptions;url=frais.html;");*/
aI("text=Cédule 2010;url=cedule2010.xls;");
aI("text=Pointages;url=lstparties.php;");
}

with(milonic=new menuname("album")){
style=menuStyle;
/*aI("text=À venir;url=#;");*/
aI("text=Champions & Finalistes;url=albumChamp.html;");
/*aI("text=Divers;url=albumDivers.html;");*/
}

with(milonic=new menuname("comite")){
style=menuStyle;
aI("text=Coordonnées;url=contact.html;");
aI("text=Liste du personnel;url=staff.html;");
}

with(milonic=new menuname("trajets")){
style=menuStyle;
aI("text=À partir de Montréal;url=mtl.html;");
aI("text=À partir de Québec;url=qc.html;");
aI("text=À partir du Lac St-Jean;url=lst.html;");
aI("text=À partir de l'Estrie;url=estrie.html;");
}

drawMenus();

