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(submenuStyle=new mm_style()){
orientation="horizontal";
fontfamily="California FB";
fontsize="8pt";
fontweight="normal";
headercolor="#000000";
offcolor="#000000";
oncolor="#747A75";
padding=5;
pagecolor="black";
subimage="http://img.milonic.com/11x9_dotted_green.gif";
subimagepadding=8;
}

with(menuStyle=new mm_style()){
orientation="horizontal";
styleid=1;
fontfamily="California FB";
fontsize="10pt";
fontweight="bold";
headerbgcolor="#faf0fa";
headercolor="#000000";
image="images/location.gif";
imageposition="right";
offcolor="#000000";
oncolor="#419B99";
overimage="images/location_on.gif";
pagecolor="black";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
screenposition="center";
top=240;
style=menuStyle;
aI("text=  ;url=index.htm;");
aI("text=HOME;url=index.htm;");
aI("text=THE COTTAGE;url=detail.htm;");
aI("text=CONTACT;url=contact.htm;");
aI("text=PRICES & AVAILABILITY;url=prices.htm;");
aI("text=LOCATION;url=location.htm;");
aI("text=LINKS;url=links-north-yorkshire-moors-accommodation.htm;");
aI("text=PLACES OF INTEREST;url=interest-north-yorkshire-moors-accommodation.htm;");
aI("text=GUESTS' COMMENTS;url=north-yorkshire-moors-guests-comments.htm;");
}

with(milonic=new menuname("Prices")){
left="offset=15";
orientation="horizontal";
style=submenuStyle;
aI("text=Prices;url=prices.htm;");
aI("text=Terms & Conditions;url=conditions.htm;");
aI("text=Access Statement;url=access.htm;");
}


drawMenus();


