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="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Comic Sans MS";
fontsize="7.7pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#A3AED3";
oncolor="#000000";
onsubimage="http://www.milonic.com/menuimages/black_7x7.gif";
padding=6;
pagecolor="black";
separatorcolor="#000000";
separatorsize=1;
subimage="http://www.milonic.com/menuimages/black_7x7.gif";
subimagepadding=6;
}

with(submenuStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Comic Sans MS";
fontsize="7.7pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#A3AED3";
oncolor="#000000";
onsubimage="http://www.milonic.com/menuimages/black_7x7.gif";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#000000";
separatorsize=1;
subimage="http://www.milonic.com/menuimages/black_7x7.gif";
subimagepadding=5;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
top=121;
screenposition="center";
overflow="scroll";
followscroll=1;
style=menuStyle;
aI("text=Home on the Yorkshire Coast;url=index.htm;");
aI("showmenu=Cottage;text=The Cottage;");
aI("text=Availability & Prices;url=availability.htm;");
aI("text=The Locality;url=yorkshire-coast-holiday-cottages-locality.htm;");
aI("showmenu=Find;text=Find Us;");
aI("showmenu=Contact;text=Contact Us;");
aI("text=SPECIAL OFFER;url=offers.htm;");
}

with(milonic=new menuname("Cottage")){
margin=4;
orientation="horizontal";
left=329;
style=submenuStyle;
aI("text=Ground Floor;url=ground.htm;");
aI("text=First Floor;url=first.htm;");
aI("text=Second Floor;url=second.htm;");
aI("text=Outside;url=outside.htm;");
aI("text=Terms;url=terms.htm;");
aI("text=Useful Links;url=links.htm;");
}

with(milonic=new menuname("Contact")){
margin=4;
orientation="horizontal";
left=549;
style=submenuStyle;
aI("text=On-Line;url=contact_on.htm;");
aI("text=Off-Line;url=contact_off.htm;");
aI("text=Holiday Cottage Booking Form;url=booking.htm;");
}

with(milonic=new menuname("Find")){
margin=4;
orientation="horizontal";
left=600;
style=submenuStyle;
aI("text=Get a route;url=find_us.htm;");
aI("text=Parking;url=parking.htm;");
}


drawMenus();

