

_menuCloseDelay=250           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5              // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset



with(menuStyle=new mm_style()){
align="center"
onbgcolor="#524241";
oncolor="#ffffcc";
offbgcolor="#ceada0";
offcolor="#000033";
//separatorcolor="#524241";
//separatorsize=1;
//separatorheight="8";
subimage="arrow.gif";
padding=2;
fontweight="normal";
fontsize="68%";
fontstyle="normal";
fontfamily="Arial,verdana,tahoma";
bordercolor="#000033";
borderwidth="1";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#ffffcc', Direction=135, Strength=0)";
outfilter="Blinds( Bands=1,direction=up, duration=0.5)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
screenposition="center";
top="offset=327";
menuwidth="790";
menuheight="10";
itemwidth=100;
aI("text=HOME;url=/index.htm;status=Back To Home Page;");
aI("text=YOUR HOSTS;url=/mine_hosts.htm;status=Meet Adam and Karolina - at your service!;");
aI("text=BEDROOMS;showmenu=rooms;status=Our accommodation;");
aI("text=EATING;showmenu=eating;status=Food at No.12 Quality Street;");
aI("text=COMPLIMENTS;url=/compliments.htm;status=Things people say about No 12 Quality Street;");
aI("text=NORTH BERWICK;url=/north_berwick.htm;status=So much to do in and around North Berwick;");
aI("text=GOLF;url=/golf.htm;status=You will be spoiled for choice of golf course in and around North Berwick;");
aI("text=BOOKING;showmenu=booking;status=Booking here for No. 12 and your golf!;");
aI("text=LINKS;showmenu=links;status=Some useful links;");
}

with(milonic=new menuname("booking")){
style=menuStyle;
overflow="scroll";
aI("text=BOOK ONLINE;url=/book_online.htm;status=Book securely online;");
aI("text=BOOKING FORM;url=/bookingno12.php;status=Booking form;");
aI("text=GOLF BOOKING FORM;url=/golf_booking_form.php;status=Golf Booking form;");
}

with(milonic=new menuname("eating")){
style=menuStyle;
overflow="scroll";
aI("text=FOOD & DRINK;url=/food&drink.htm;status=An introduction to our great food;");
aI("text=BREAKFAST MENU;url=/breakfast_menu.htm;status=Start the day with a relaxing breakfast!;");
aI("text=LUNCH MENU;url=/pdfs/lunch_menu_nov_2009.pdf;status=Great value - excellent food!;");
aI("text=SUNDAY BRUNCH MENU;url=/brunch_menu.htm;status=Great value - excellent food!;");
aI("text=SPANISH NIGHT;url=/pdfs/Spanish Night-Sunday Brunch.pdf;status=Great value - excellent food!;");
aI("text=DINNER MENU;url=/pdfs/june 2009 menu.pdf;status=Top quality dining!;");
aI("text=WINE LIST;url=/pdfs/wine_list_2009.pdf;status=Fine wines with your meal;");
//aI("text=SUNDAY ROAST;url=/sunday_roast.htm;status=Relasx - we cook it and do the washing up!;");
//aI("text=FOOD TO GO;url=/food_to_go.htm;status=Take away snacks for your trip to the beach!;");
//aI("text=DRINKS;url=/drinks.htm;status=Coffees, beers, wines ... and much more;");
}


with(milonic=new menuname("rooms")){
style=menuStyle;
overflow="scroll";
aI("text=BEDROOMS;url=/rooms.htm;status=Comfortable rooms and comfortable prices!;");
aI("text=TARIFF;url=/tariff.htm;status=Accommodation pricing;");
aI("text=TERMS & CONDITIONS;url=/terms&conditions.htm;status=Please read these terms and conditions;");
}


with(milonic=new menuname("golf")){
style=menuStyle;
overflow="scroll";
aI("text=GOLF PACKAGES;url=/golfbreaks.html;status=Let us make your golfing holiday;");
aI("text=GOLF IN THE AREA;url=/golf.htm;status=The Nether Abbey - in the heart of the Golf Coast;");
aI("text=GREEN FEES;url=/green_fees.htm;status=What you pay before you play;");
}

with(milonic=new menuname("links")){
style=menuStyle;
overflow="scroll";
aI("text=GOLFING LINKS;url=/golfing_links.htm;status=Details of East Lothian golf courses;");
aI("text=OTHER LINKS;url=/other_links.htm;status=Some useful links;");
}

with(milonic=new menuname("golf")){
style=menuStyle;
overflow="scroll";
aI("text=COURSES;url=/courses.htm;status=A staggering choice of golfing venue;");
aI("text=PACKAGES;url=/packages.htm;status=We can arrange your golfing holiday;");
}

drawMenus();

