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()){
bordercolor="#f3ede1";
borderstyle="";
borderwidth=1;
fontfamily="Lucida Sans,Lucida Sans";
fontsize="12";
fontstyle="BOLD";
headerbgcolor="#f3ede1";
headercolor="#000000";
offbgcolor="#f3ede1";
offcolor="#000000";
onbgcolor="#f3ede1";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=6;
pagebgcolor="#f3ede1";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemwidth="98"
screenposition="center";
left="offset=0";
orientation="horizontal";
align="center"
style=menuStyle;
top=400;
aI("text=Home;url=home.html");
aI("showmenu=Resort;text=The Resort;");
aI("text=The Villas;url=villas.html");
aI("showmenu=ToDo;text=Things to do;");
aI("showmenu=Rates;text=Rates & Specials;");
aI("text=Image Gallery;url=imagegallery.html");
aI("text=Contact Us;url=mailto:res@eratap.com?subject=Web Site enquiry");
}

with(milonic=new menuname("Resort")){
overflow="scroll";
style=menuStyle;
aI("text=Our Philosophy;url=philosophy.html;")
aI("text=Location & Facilities;url=location.html")
aI("text=Dining & Spa;url=dining.html")

}

with(milonic=new menuname("ToDo")){
overflow="scroll";
style=menuStyle;
aI("text=At the Resort;url=todoresort.html");
aI("text=Efate Island & Beyond;url=todoefate.html");
}

with(milonic=new menuname("Rates")){
overflow="scroll";
style=menuStyle;
aI("text=Rates etc.;url=rates.html");
aI("text=Family Holidays;url=family.html");
}

drawMenus();

