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=20;
_subOffsetLeft=20;


with(ScrollingSampStyle=new mm_style()){
bordercolor="#666666";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize="14px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#000000";
offcolor="#FFCC99";
onbgcolor="#000000";
oncolor="#f7df08";
padding=1;
imagepadding=3;

}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemwidth="30%";
menualign="center";
menuwidth="100%";
orientation="horizontal";
position="relative";

style=ScrollingSampStyle;
aI("showmenu=Accueil;text=Accueil;");
aI("showmenu=Lieux;text=Les lieux;");
aI("showmenu=LivreOr;text=Livre d'Or;");
aI("showmenu=Infos;text=Renseignements;");
}


with(milonic=new menuname("Accueil")){
style=ScrollingSampStyle;
aI("image=Images/fleche.gif;text=Page d'accueil;url=index.htm;");
aI("image=Images/fleche.gif;text=Introduction;url=introduction.htm;");
aI("image=Images/fleche.gif;text=Présentation;url=presentation.htm;");
}


with(milonic=new menuname("Lieux")){
style=ScrollingSampStyle;
aI("image=Images/fleche.gif;text=Présentation générale;url=index_pieces.htm;");
aI("image=Images/fleche.gif;text=Confidence;url=Chambres/Ch_confidence.htm;");
aI("image=Images/fleche.gif;text=Quatre Saisons;url=Chambres/Ch_4saisons.htm;");
aI("image=Images/fleche.gif;text=Tentation;url=Chambres/Ch_tentation.htm;");
aI("image=Images/fleche.gif;text=La rêveuse;url=Chambres/Ch_reveuse.htm;");
aI("image=Images/fleche.gif;text=Coin cuisine;url=cuisine.htm;");
aI("image=Images/fleche.gif;text=Coin toilette;url=salle_bain.htm;");
}


with(milonic=new menuname("LivreOr")){
style=ScrollingSampStyle;
aI("image=Images/fleche.gif;text=Quelques extraits;url=Livre_or.htm;");
}


with(milonic=new menuname("Infos")){
style=ScrollingSampStyle;
aI("image=Images/fleche.gif;text=Accès et prix;url=acces_prix.htm;");
aI("image=Images/fleche.gif;text=Activités;url=activites.htm;");
}

drawMenus();

