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="10";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#ffffff";
onbgcolor="#7f7f7f";
oncolor="#ffffff";
padding="4px 0px 4px 0px";
//padding=0;
//pagebgcolor="#000000";
//pagecolor="#00b1eb";
subimagepadding=0;
separatorcolor="#ffffff";
separatorsize=1;
}

with(bluemenuStyle=new mm_style()){
styleid=2;
fontsize="10";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#b8a56c";
offcolor="#333333";
onbgcolor="#000000";
oncolor="#ffffff";
onsubimage="white_arrow.gif";
padding=3;
subimage="arrow.gif";
subimagepadding=2;
separatorcolor="#aa9864";
separatorsize=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemwidth=166;
align="left";
screenposition="left";
orientation="horizontal";
style=topmenuStyle;
top=168;
aI("showmenu=PRESENTATION;text=&nbsp;PRESENTATION;");
aI("showmenu=DOCUMENTS;text=&nbsp;DOCUMENTS;");	
aI("showmenu=AGENDA;text=&nbsp;AGENDA;");
aI("showmenu=membres;text=&nbsp;NOS MEMBRES;");
aI("url=/fr/liens/;text=&nbsp;LIENS;");
aI("url=/fr/contact/;text=&nbsp;CONTACT;");
}

with(milonic=new menuname("PRESENTATION")){
overflow="scroll";
itemwidth=166;
style=bluemenuStyle;
aI("text=PRESENTATION;url=/Fr/presentation/;")
aI("text=PRESIDENT DU RI;url=/Fr/presentation/president_ri.asp;")
aI("text=GOUVERNEUR du district 1630;url=/Fr/presentation/gouverneur.asp;")
aI("text=HISTORIQUE;url=/Fr/presentation/historique.asp;")
aI("text=SITUATION GEOGRAPHIQUE;url=/Fr/contact/map.asp;")
aI("text=CONTACT;url=/Fr/contact/;")
}

with(milonic=new menuname("DOCUMENTS")){
itemwidth=166;
style=bluemenuStyle;
aI("text=DOCUMENTS;url=/Fr/documents/");
aI("text=GALERIE PHOTOS;url=/Fr/Photos/");
}

with(milonic=new menuname("AGENDA")){
itemwidth=166;
style=bluemenuStyle;
aI("text=NOS ACTIONS;url=/Fr/Agenda/");
aI("text=CALENDRIER;url=/Fr/Agenda/calendrier.asp");
aI("text=PASSATION DE POUVOIR;url=/Fr/Agenda/passation.asp");
aI("text=INTERCLUB;url=/Fr/Agenda/interclub.asp");
aI("text=GOLF;url=/Fr/Agenda/Golf.asp");
}

with(milonic=new menuname("membres")){
itemwidth=166;
style=bluemenuStyle;
aI("text=NOS MEMBRES;url=/fr/membres/");
aI("text=COMITE CENTRAL;url=/fr/Organigramme/Default.asp?C=Comité Central");
aI("text=RESPONSABLES;url=/fr/Organigramme/Default.asp?C=Responsables");
aI("text=COMMISSIONS;url=/fr/Organigramme/Default.asp?C=Commissions");
}

drawMenus();


