
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="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#FFFFD9";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
top=130;
screenposition="center";
orientation="horizontal";
overflow="scroll";
followscroll=1;
style=menuStyle;
aI("text=Home;url=index.htm;");
aI("text=Find Us;url=route.htm;");
aI("text=Yorkshire Racing;url=north-yorkshire-pubs-a1-racing.htm;");
aI("text=Menus;showmenu=Menus;");
aI("text=Wine List;url=wine_list.htm;");
aI("text=Contact Us;url=contact.htm;");
aI("text=Opening Times;url=openings.htm;");
aI("text=Nearby Attractions;url=attractions.htm;");
aI("text=Useful Links;showmenu=Links;");
aI("text=Sport;url=sport.htm;");
aI("text=Extras;showmenu=Extras;");
aI("text=Wedding Receptions;url=wedding_receptions.htm;");
aI("text=The Village Store;url=village_store.htm;");
}

with(milonic=new menuname("Menus")){
style=menuStyle;
orientation="horizontal";
aI("text=Lunch;url=lunch.htm;");
aI("text=Dinner;url=dinner.htm;");
aI("text=Baa Bites Menu;url=bar_snacks.htm;");
aI("text=Children;url=children.htm;");
aI("text=Sunday Lunch;url=sunday.htm;");
aI("text=Wednesday Table for Two;url=table_for_two.htm;");
} 

with(milonic=new menuname("Contact")){
style=menuStyle;
orientation="horizontal";
aI("text=On-Line;url=contact_on.htm;");
aI("text=Off-Line;url=contact_off.htm;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
orientation="horizontal";
aI("text=Our Meat Supplier;url=http://www.yorkonline.co.uk/business/8499/;target=blank;");
aI("text=Nearby B&B;url=http://www.lodgefarmbb.co.uk/;target=blank;");
aI("text=Pub Comments;url=comments.htm;");
aI("text=Web Design;url=http://www.nyws.co.uk/;target=blank;");
}

with(milonic=new menuname("Extras")){
style=menuStyle;
orientation="horizontal";
aI("text=Special Events;url=events.htm;");
aI("text=Press Comment;url=press.htm;");
aI("text=The Lamb Barter Scheme;url=barter.htm;");
aI("text=Google 'Sky News';url=pub_is_the_hub.htm;");
}


drawMenus();


