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()){
align="left";
bgimage="new.gif";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#FADB08";
image="sqauredot_black_5x5.gif";
imagepadding=10;
offbgcolor="#ffffff";
offcolor="#ffffff";
oncolor="#FADB08";
outfilter="fade(duration=0.5)";
pagecolor="FADB08";
subimage="purpgradwhite.gif";
subimagepadding=5;
}

with(submenuStyle=new mm_style()){
styleid=1;
borderstyle="raised";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="italic";
fontweight="Bold";
headercolor="#FADB08";
high3dcolor="#ffffff";
low3dcolor="#6BA745";
offbgcolor="#368310";
offcolor="#FFFFFF";
oncolor="#FADB08";
outfilter="fade(duration=0.8)";
padding=3;
pagecolor="FADB08";
separatorsize=2;
subimage="arrow.gif";
subimagepadding=8;
swap3d=1;
}

with(milonic=new menuname("Main Menu")){ 
alwaysvisible=1; 
style=menuStyle; 
followscroll=1;
itemheight=42;
itemwidth=158;
left=18;
margin=0;
orientation="vertical";
top=95;
scrollable=1;
 
aI("align=center;text= Home Page;text=Home;url=index.html;");
aI("align=center;showmenu=Accommodation;text=Accommodation;");
aI("align=center;showmenu=Packages/Rates;text=Packages/Rates;");
aI("align=center;showmenu=Availability;text=Availability;url=map.htm");
aI("align=center;text=Wine map;text=Wine Map;url=map.htm");
aI("align=center;text=Contact Us;text=Contact Us;url=contact.htm");
aI("align=center;text=Comments;text=Comments;url=comments.htm");
aI("align=center;text=Car Hire;text=Car Hire;url=http://www.discovery-carhire.com.au/adelaide.php");
aI("align=center;text=Our Policies;text=Our Policies;url=policies.htm");
}

with(Accommodation=new menuname("Accommodation")){
style=submenuStyle;
aI("text=The Coach House;url=coach.htm;");
aI("text=Fettlers Cottage;url=fettlers.htm;");
aI("text=The Pavilion ;url=pavilion.htm;");
aI("text=Guest Suite;url=guest.htm;");
aI("text=Beach  Front House;url=rent.htm;");
aI("text=Hills End;url=hills_end.htm;");


}

with(milonic=new menuname("Packages/Rates")){
style=submenuStyle;
aI("text=Mid Week/Weekend Rates;url=rates.htm");
aI("text=Beach Front House Rates;url=beach.htm");
aI("text=Cash Crash Special ;url=cash.htm");
aI("text=Hills End Special;url=hills_end_winter.htm;");
aI("text=Gift Vouchers;url=gift.htm;");
}

with(milonic=new menuname("Availability")){
style=submenuStyle;
aI("text=Coach Hse Availability;url=http://www.availcheck.com/cgi-bin/calendar.cgi?propid=13014");
aI("text=Fettlers Cottage Availability;url=http://www.availcheck.com/cgi-bin/calendar.cgi?propid=13015");
aI("text=Pavilion Cottage Availability;url=http://www.availcheck.com/cgi-bin/calendar.cgi?propid=13016");
}
drawMenus();

