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(XPMainStyle=new mm_style()){
bordercolor="#791C53";
borderstyle="double";	
bordercolor="#FFFFFF";
borderwidth=1;
fontfamily="Calibri";
fontweight="sharp";
fontdecoration="sharp";
offbgcolor="#FFFFFF";
offcolor="#884F93";
offborder="1px #FFFFFF";
oncolor="#791C53";
padding=5;
imagepadding=1;
}

with(XPMenuStyle=new mm_style()){
styleid=1;
bordercolor="#791C53";
borderstyle="double";
borderwidth=1;
fontfamily="Calibri";
image="images/fleche_lien.gif";
imagepadding=3;
offbgcolor="#FFFFFF";
offcolor="#884F93";
overbgimage="images_titres/over_menu.gif";
oncolor="#791C53";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#B8D1F8', Direction=135, Strength=5)";
padding=5;
separatoralign="center";
separatorcolor="#791C53";
separatorpadding=2;
separatorwidth="80%";
separatorimage="bcode_blue.gif";
subimagepadding=3;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
margin=2;
orientation="horizontal";
style=XPMainStyle;
top=10;
aI("image=img_menu/home.gif;url=index.php?p=accueil;text=Accueil");
aI("image=img_menu/puce.gif;showmenu=Ville;text=Notre Ville;");
aI("image=img_menu/puce.gif;showmenu=Municipalite;text=Municipalité;url=#;");
aI("image=img_menu/puce.gif;showmenu=Travaux;text=Travaux;url=#;");
aI("image=img_menu/puce.gif;showmenu=Education_Jeunesse;text=Education - Jeunesse;url=#;");
aI("image=img_menu/puce.gif;showmenu=Economie;text=Economie - Services;url=#;");
aI("image=img_menu/puce.gif;showmenu=Associations;text=Associations;url=#;");
aI("image=img_menu/puce.gif;text=Manifestations;url=index.php?p=manifs_annuelles;");
}

with(milonic=new menuname("Ville")){
margin=2;
overflow="scroll";
style=XPMenuStyle;
aI("text=Découvrir notre ville;url=index.php?p=la_ville;");
aI("text=Batiments communaux;url=index.php?p=album_batiments;")
aI("text=Infrastructures et équipements sportifs;url=index.php?p=album_structures_sportives;");
}


with(milonic=new menuname("Municipalite")){
margin=2;
overflow="scroll";
style=XPMenuStyle;
aI("showmenu=Maire;text=Monsieur le Maire;url=index.php?p=maire;")
aI("text=Le conseil municipal;url=index.php?p=conseil_municipal;")
aI("text=Délégués EPCI;url=index.php?p=commissions;")
aI("showmenu=Mairie;text=L'hôtel de ville : les services municipaux;url=index.php?p=hotel_de_ville")
}

with(milonic=new menuname("Maire")){
margin=2;
overflow="scroll";
style=XPMenuStyle;
aI("text=Ses fonctions politiques;url=index.php?p=maire_FP;")
aI("text=Ses fonctions territoriales;url=index.php?p=maire_FT;")
}

with(milonic=new menuname("Mairie")){
margin=2;
overflow="scroll";
style=XPMenuStyle;
aI("text=Du rez-de-chaussée;url=index.php?p=services_mairie_accueil;")
aI("text=Du 1er étage;url=index.php?p=services_mairie_etage;")
}

with(milonic=new menuname("Travaux")){
margin=2;
overflow="scroll";
style=XPMenuStyle;
aI("text=Batiments;url=index.php?p=travaux_communal;")
aI("text=Aménagements;url=index.php?p=travaux_amenagements;")
}

with(milonic=new menuname("Education_Jeunesse")){
margin=2;
style=XPMenuStyle;
aI("showmenu=Education;text=Education;url=index.php?p=education;");
aI("showmenu=Jeunesse;text=Accueil des enfants de 0 à 15 ans;url=index.php?p=jeunesse;");
}

with(milonic=new menuname("Education")){
margin=2;
style=XPMenuStyle;
aI("text=Les écoles maternelles;url=index.php?p=ecoles_maternelles;");
aI("text=Les écoles élémentaires;url=index.php?p=ecoles_primaires;");
aI("text=Le collège;url=index.php?p=college;");
}

with(milonic=new menuname("Jeunesse")){
margin=2;
style=XPMenuStyle;
aI("text=Accueil périscolaire et vacances;url=index.php?p=services_scolaires;");
aI("text=Accueil des enfants de 0 à 4 ans;url=index.php?p=album_creche;");
}

with(milonic=new menuname("Economie")){
margin=2;
style=XPMenuStyle;
aI("text=Les commerçants;url=index.php?p=economie;");
aI("text=Les entreprises;url=index.php?p=entreprises;");
aI("text=Les services;url=index.php?p=services;");
}

with(milonic=new menuname("Associations")){
margin=2;
style=XPMenuStyle;
aI("text=Les associations sportives;url=index.php?p=assoc_sportives;");
aI("showmenu=Associations_CL;text=Les associations Culture et Loisirs;url=index.php?p=assoc_CL;");
}

with(milonic=new menuname("Associations_CL")){
margin=2;
style=XPMenuStyle;
aI("text=Culture et Fêtes;url=index.php?p=assoc_CF;");
aI("text=Natures;url=index.php?p=assoc_natures;");
aI("text=Diverses;url=index.php?p=assoc_diverses;");
}

drawMenus();


