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=-500;




with(AllImagesStyle=new mm_style()){
styleid=1;
bordercolor="#ebd9d9";
borderstyle="solid";
fontstyle="normal";
fontweight="normal";
padding=3;
}

with(menuStyle=new mm_style()){
bordercolor="#ebd9d9";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="14px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#f9f4f4";
offcolor="#555555";
onbgcolor="#ebd9d9";
oncolor="#555555";
outfilter="Fade(overlap=1.00, duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#ffffff";
pagecolor="black";
separatorcolor="#f9f4f4";
separatorsize=1;
subimage="";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;

orientation="horizontal";
style=AllImagesStyle;

aI("image=images/menu/home.gif;url=index.php;");
aI("image=images/menu/about.gif;showmenu=About;");
aI("image=images/menu/facilities.gif;showmenu=Facilities;");
aI("image=images/menu/entertainment.gif;url=entertainment.php;");
aI("image=images/menu/contact.gif;url=contact.php;");
}

/* Using Images as a menu - use code below...

with(milonic=new menuname("About")){
overflow="scroll";
style=menuStyle;
aI("image=http://www.milonic.com/menuimages/allimages.gif;overimage=http://www.milonic.com/menuimages/allimages_on.gif;url=/menusample.php?sampleid=18;");
aI("image=http://www.milonic.com/menuimages/xpstyle.gif;overimage=http://www.milonic.com/menuimages/xpstyle_on.gif;url=/menusample.php?sampleid=12;");
aI("image=http://www.milonic.com/menuimages/static.gif;overimage=http://www.milonic.com/menuimages/static_on.gif;url=/menusample.php?sampleid=16;");
aI("image=http://www.milonic.com/menuimages/horizontal.gif;overimage=http://www.milonic.com/menuimages/horizontal_on.gif;url=/menusample.php?sampleid=1;");
} */

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=hotel location;url=location.php;");
aI("text=history of the hotel;url=history.php;");
aI("text=local attractions;url=attractions.php;");
}

with(milonic=new menuname("Facilities")){
style=menuStyle;

aI("text=accommodation;url=accommodation.php;");
aI("text=dining;url=dining.php;");
aI("text=bar;url=bar.php");
aI("text=conferencing & meetings;url=conferencing.php");
aI("text=banqueting;url=banqueting.php");
aI("text=weddings;url=weddings.php");
}


drawMenus();

