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()){
itemwidth="102";
itemheight="31";
align="center";
borderwidth=0;
fontfamily="Arial, Helvetica";
fontsize='85%';
offbgcolor="#2E2D27";
offcolor="#ffffff";
onbgcolor="#1F1F1C";
oncolor="#ffffff";
padding=4;
pagebgcolor="#1F1F1C";
pagecolor="white";
subimage="images/arrow.gif";
subimagepadding=1;
}

with(menuStyle2=new mm_style()){
itemwidth="102";
itemheight="25";
align="center";
borderwidth=0;
fontfamily="Arial, Helvetica";
fontsize='80%';
offbgcolor="#2E2D27";
offcolor="#ffffff";
onbgcolor="#1F1F1C";
oncolor="#ffffff";
padding=2;
pagebgcolor="#1F1F1C";
pagecolor="white";
separatorcolor="#1F1F1C";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=4;
}

with(milonic=new menuname("Main Menu")){
zindex="55";
alwaysvisible=1;
orientation="horizontal";
position="relative";
style=menuStyle;
aI("showmenu=entreprise;text=L'ENTREPRISE;");
aI("text=STYLES;url=styles.html;");
aI("text=PRODUITS;url=produits.html;");
aI("text=SERVICES;url=services.html;");
aI("showmenu=projet;text=UN PROJET?;");
aI("showmenu=realisations;text=RÉALISATIONS;");
aI("text=NOUS JOINDRE;url=contact.html;");
}

with(milonic=new menuname("entreprise")){
style=menuStyle2;
aI("text=HISTORIQUE;url=index.html;");
aI("text=NOTRE ÉQUIPE;url=equipe.html;");
aI("text=NOUVELLES;url=nouvelles.html;");
aI("text=TÉMOIGNAGES;url=temoignages.html;");
}

with(milonic=new menuname("projet")){
style=menuStyle2;
aI("text=PRÉPARATIFS;url=projet.html;");
aI("text=CONSEILS;url=conseils.html;");
}

with(milonic=new menuname("realisations")){
style=menuStyle2;
aI("text=CUISINES;url=photos_cuisines.html;");
aI("text=SALLES DE BAIN;url=photos_vanites.html;");
aI("text=ACCESSOIRES;url=photos_acces.html;");
aI("text=MEUBLES;url=photos_meubles.html;");
aI("text=AVANT & APRÈS;url=photos_avant.html;");
}

drawMenus();

