

_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="#ffffff";
oncolor="#0033ff";
offbgcolor="#0033ff";
offcolor="#ffffff";
//separatorcolor="#ffffff";
//separatorsize=1;
//separatorheight="15";
subimage="arrow.gif";
padding=5;
fontweight="normal";
fontsize="68%";
fontstyle="normal";
fontfamily="Arial,verdana,tahoma";
bordercolor="#ffffff";
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=237";
menuwidth="740";
menuheight="10";
itemwidth=118;
aI("text=HOME;url=/index.htm;status=Back To Home Page;");
aI("text=ROOMS;showmenu=rooms;status=Our accommodation;");
aI("text=FOOD & DRINK;showmenu=food&drink;status=Food at No.12 Quality Street;");
aI("text=NORTH BERWICK;url=/northberwick.htm;status=So much to do in and around North Berwick;");
aI("text=GOLF IN THE AREA;url=/golf.htm;status=The Blenheim House Hotel - in the heart of the Edinburgh Golf Coast;");
aI("text=CONTACT US;showmenu=contactus;status=Contact details, booking form, map;");
}

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;");
}

with(milonic=new menuname("food&drink")){
style=menuStyle;
overflow="scroll";
aI("text=DINING;url=/dining.htm;status=Dining at the Blenheim House Hotel;");
aI("text=SAMPLE MENU;url=/menu1.htm;status=Get an idea of the excellent food on offer!;");
aI("text=THE BAR;url=/bar.htm;status=A cosy and well-stocked bar;");
}

with(milonic=new menuname("contactus")){
style=menuStyle;
overflow="scroll";
aI("text=CONTACT DETAILS;url=/contact.htm;status=Contact the Blenheim House Hotel;");
aI("text=BOOKING ENQUIRY;url=/bookingform.htm;status=Send us your booking request;");
aI("text=LOCATION MAP;url=/location.htm;status=Find us easily when you arrive in North berwick;");
}

drawMenus();

