_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(submenuStyle=new mm_style()){
align="center";
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headercolor="#000000";
offbgcolor="Orange";
offcolor="Black";
onbgcolor="White";
onbold="bold";
oncolor="#000000";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding="4";
separatorcolor="#ffffff";
separatorsize="1";
subimagepadding="8";
imagepadding="8";
}

with(menuStyle=new mm_style()){
align="center";
bordercolor="Silver";
borderstyle="solid";
borderwidth="2";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="RoyalBlue";
offcolor="White";
onbgcolor="Black";
onbold="bold";
oncolor="White";
outfilter="Fade(Overlap=1.00)";
padding="2";
pagecolor="White";
separatorcolor="Transparent";
separatorsize="4";
imagepadding="6";
itemwidth="1000";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth="100%";
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Welcome;target=;url=http://www.marsdenhotel.co.uk/;");
aI("showmenu=Rooms/PhotosFaciities/AmenitiesINFO_BAR_MENU;text=Rooms/Photos;target=;url=Rooms-Photos.html;");
aI("text=Book here;target=;url=Book-here.html;");
aI("text=Events/Shows;target=;url=Events-Shows.html;");
aI("showmenu=Places to VisitWatch the Movie!INFO_BAR_MENU;text=Places to Visit;target=;url=Places-to-Visit.html;");
aI("text=Christmas/New Year;target=;url=Christmas-New-Year.html;");
aI("showmenu=Contact UsLocationINFO_BAR_MENU;text=Contact Us;target=;url=Contact-Us.html;");
}

with(milonic=new menuname("Rooms/PhotosFaciities/AmenitiesINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Faciities/Amenities;target=;url=Faciities-Amenities.html;");
}

with(milonic=new menuname("Places to VisitWatch the Movie!INFO_BAR_MENU")){
style=submenuStyle;
aI("text=Watch the Movie!;target=;url=Watch-the-Movie!.html;");
aI("text=Weather Forecast;target=;url=Weather-Forecast.html;");
}

with(milonic=new menuname("Contact UsLocationINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Location;target=;url=Location.html;");
}


 drawMenus();

