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="#ffffff";
offcolor="#000000";
onbgcolor="#FFFFE7";
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="#FFFFE7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
align="left";
}
with(menuStyle2=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="Red";
onbgcolor="#FFFFE7";
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="#FFFFE7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemwidth="90";
//menuwidth="669";
screenposition="center";
orientation="horizontal";
top=175;
style=menuStyle;
aI("text=Home;url=index.shtml;");
aI("showmenu=about;text=Information;");
aI("url=rooms.html;text=Accommodation;");
aI("showmenu=food;text=Restaurant;");
aI("showmenu=views;text=Views;");
aI("showmenu=news;text=News;");
aI("showmenu=events;text=Events;");
aI("showmenu=special;text=Specials;");
}

with(milonic=new menuname("about")){
overflow="scroll";
style=menuStyle;
aI("text=About us;url=about.html;")
aI("text=History;url=history.html;")
aI("text=Where we are;url=directions.html;")
aI("text=Contact us;url=contact.html;")
aI("text=Newsletter;showmenu=news;")
aI("text=Press cuttings;showmenu=press;")
aI("text=Book online;url=http://uk-bookings.eviivo.com/MyWebsite/Page/MyWebsite/whitelionwr80hj.home;target=_blank;")
}
with(milonic=new menuname("news")){
style=menuStyle;
//aI("text=Awards;url=awards.html;");
aI("text=2009/10;url=news.html;");
}

with(milonic=new menuname("food")){
style=menuStyle;
//aI("text=Awards;url=awards.html;");
aI("text=Pepperpot Brasserie;url=brasserie.html;");
aI("text=Menus;showmenu=menu;");
}
with(milonic=new menuname("menu")){
style=menuStyle;
aI("text=Starters;url=starters.html;");
aI("text=Main Courses;url=main.html;");
aI("text=Sweets;url=sweets.html;");
aI("text=Blackboard menu;url=blackboard.html;");
aI("text=Sunday lunch;url=sunday.html;");
//aI("text=Wines;url=wines.html;");
}
with(milonic=new menuname("press")){
style=menuStyle;
aI("text=Hidden places of England;url=hidden.html;");
aI("text=Literary Lunch;url=literary.html;");
aI("text=The Worcester News;url=http://www.worcesternews.co.uk/features/4741473.Milestone_for_hotel_with_bawdy_history;target=_blank");
}
with(milonic=new menuname("views")){
style=menuStyle;
aI("text=Courtyard;url=courtyard.html;");
aI("text=Lounges & Bar;url=lounge.html;");
//aI("text=Car park;url=cars.html;");
}

with(milonic=new menuname("special")){
style=menuStyle;
aI("text=Beer Festivals;url=beer.html;");
//aI("text=New Year's Eve;url=champagne.html;");
aI("text=Christmas;url=christmas.html;");
}
with(milonic=new menuname("events")){
style=menuStyle;
aI("text=New Year's Eve 2009;url=2010/0newyear.html;");
aI("text=Ladies that Lunch;showmenu=ladies;");
aI("text=Dining with Friends;showmenu=friends;");
aI("text=Golf Society;showmenu=golf;");
aI("text=500 Club Special Offers;url=500club.html;");
}
with(milonic=new menuname("ladies")){
style=menuStyle2;
aI("text=Ladies at Christmas;url=2010/ladies/0ladies.html;");
aI("text=Menu;url=ladies.html;");
//aI("text=October 2009 Review;url=ladies.html;");
//aI("text=Car park;url=cars.html;");
}
with(milonic=new menuname("golf")){
style=menuStyle2;
aI("text=October 2009 Review;url=oct2009golf.pdf;target=_blank;");
//aI("text=Review;url=ladies.html;");
//aI("text=Car park;url=cars.html;");
}
with(milonic=new menuname("friends")){
style=menuStyle;
aI("text=Dining with Friends;url=friends.html;");
}

drawMenus();

