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()){
styleid=1;
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
image="http://img.milonic.com/orangedots.gif";
imagepadding=6;
offbgcolor="#1B2C85";
offcolor="#ffffff";
onbgcolor="#CC6600";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
overimage="http://img.milonic.com/whitedots.gif";
padding=6;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#5871B3";
offcolor="#ffffff";
onbgcolor="#DC9B5B";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#758CC9";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
screenposition="center";
overflow="scroll";
followscroll=1;
top=227;
style=menuStyle;
aI("showmenu=Accommodation;text=Accommodation;");
aI("text=Book on Line;url=book_on_line.htm;");
aI("showmenu=Us;text=Find/Contact Us;");
aI("text=Our North Yorkshire Village;url=village.htm;");
aI("text=Attractions;url=attractions.htm;");
aI("text=Customer Quotes;url=quotes.htm;");
aI("text=Home;url=index.htm;");
}

with(milonic=new menuname("Accommodation")){
margin=7;
orientation="horizontal";
style=submenuStyle;
aI("text=B&B in the North York Moors;url=b&b.htm;");
aI("text=Prices;url=b&b-north-yorkshire-prices.htm;");
aI("text=Availability;url=b&b-north-yorkshire-availability.htm;");
}

with(milonic=new menuname("Us")){
margin=7;
orientation="horizontal";
style=submenuStyle;
aI("text=Find Hutton Le Hole;url=find.htm;");
aI("text=Contact Us;url=contact.htm;");
aI("text=See us on Trip Advisor;url=http://www.tripadvisor.co.uk/Search?q=the+barn+guest+house+north+yorkshire&sub-search=Search&geo=1&returnTo=http%253A__2F____2F__www__2E__tripadvisor__2E__co__2E__uk__2F__;");
}

drawMenus();


