
<!--
function mmLoadMenus() {
var border=0;
// below var sets colour for the borders as well as cell hover colour
var menuLiteBgColor='#4E4D46';
var menuBorderBgColor=menuLiteBgColor;
var bgColor=menuLiteBgColor;
var menuheight=20;
var menuwidth=130;
var textfont="Tahoma, Arial, Helvetica, sans-serif";
var textsize=10;
var textweight="bold"
var textcolour="#D3CEBB";
var textcolourhover="#F3EEDB";
var cellbg="#00694B";
var cellbghover=menuLiteBgColor;
var textalign="left";
var textvalign="middle";
var padding=5;
var spacing=1;
var timing=1000;
var subx=20;
var suby=0;
var cunt=20;
//
  if (window.menu1) return;
  window.menu1 = new Menu("root",135,menuheight,textfont,textsize,textweight,textcolour,textcolourhover,cellbg,cellbghover,textalign,textvalign,padding,spacing,timing,subx,suby,true,true,true,0,true,true);
  menu1.addMenuItem("Our&nbsp;Hotel","location='http://www.himanchestercentralpark.com/about-us/our-hotel.htm'");
  menu1.addMenuItem("Our&nbsp;Team","location='http://www.himanchestercentralpark.com/about-us/our-team.htm'");
  menu1.addMenuItem("Latest&nbsp;News","location='http://www.himanchestercentralpark.com/about-us/latest-news.htm'");
   menu1.hideOnMouseOut=true;
   menu1.bgColor=bgColor;
   menu1.menuBorder=border;
   menu1.menuLiteBgColor=menuLiteBgColor;
   menu1.menuBorderBgColor=menuBorderBgColor; 
   
   window.menu2 = new Menu("root",135,menuheight,textfont,textsize,textweight,textcolour,textcolourhover,cellbg,cellbghover,textalign,textvalign,padding,spacing,timing,subx,suby,true,true,true,0,true,true);
  menu2.addMenuItem("Setting","location='http://www.himanchestercentralpark.com/hotel-tour/setting-location.htm'");
  menu2.addMenuItem("Bedrooms","location='http://www.himanchestercentralpark.com/hotel-tour/bedrooms/bedrooms.htm'");
  menu2.addMenuItem("Lounges&nbsp;&&nbsp;Bars","location='http://www.himanchestercentralpark.com/hotel-tour/lounges-bars.htm'");
  menu2.addMenuItem("Restaurant","location='http://www.himanchestercentralpark.com/hotel-tour/restaurants.htm'");
  menu2.addMenuItem("Photo&nbsp;Gallery","location='http://www.himanchestercentralpark.com/hotel-tour/photo-gallery.htm'");
   menu2.hideOnMouseOut=true;
   menu2.bgColor=bgColor;
   menu2.menuBorder=border;
   menu2.menuLiteBgColor=menuLiteBgColor;
   menu2.menuBorderBgColor=menuBorderBgColor; 
   
   window.menu3 = new Menu("root",135,menuheight,textfont,textsize,textweight,textcolour,textcolourhover,cellbg,cellbghover,textalign,textvalign,padding,spacing,timing,subx,suby,true,true,true,0,true,true);
  menu3.addMenuItem("Introduction","location='http://www.himanchestercentralpark.com/dining/index.htm'");
  menu3.addMenuItem("Menus","location='http://www.himanchestercentralpark.com/dining/menus.htm'");
  menu3.addMenuItem("Cellar","location='http://www.himanchestercentralpark.com/dining/cellar.htm'");
  menu3.addMenuItem("Private&nbsp;Dining","location='http://www.himanchestercentralpark.com/dining/private-dining.htm'");
  menu3.addMenuItem("Banqueting","location='http://www.himanchestercentralpark.com/dining/banqueting.htm'");
   menu3.hideOnMouseOut=true;
   menu3.bgColor=bgColor;
   menu3.menuBorder=border;
   menu3.menuLiteBgColor=menuLiteBgColor;
   menu3.menuBorderBgColor=menuBorderBgColor; 
   
   window.menu4 = new Menu("root",135,menuheight,textfont,textsize,textweight,textcolour,textcolourhover,cellbg,cellbghover,textalign,textvalign,padding,spacing,timing,subx,suby,true,true,true,0,true,true);
  menu4.addMenuItem("Introduction","location='http://www.himanchestercentralpark.com/business/index.htm'");
  menu4.addMenuItem("Facilities&nbsp;&&nbsp;Services","location='http://www.himanchestercentralpark.com/business/facilities-and-services.htm'");
  menu4.addMenuItem("Conferences&nbsp;&&nbsp;Meetings","location='http://www.himanchestercentralpark.com/business/conferences-meetings.htm'");
  menu4.addMenuItem("Corporate&nbsp;Hospitality","location='http://www.himanchestercentralpark.com/business/corporate-hospitality.htm'");
  menu4.addMenuItem("Product&nbsp;Launches","location='http://www.himanchestercentralpark.com/business/product-launches.htm'");
  menu4.addMenuItem("Business&nbsp;Travel","location='http://www.himanchestercentralpark.com/business/business-travel.htm'");
  menu4.addMenuItem("Enquiry&nbsp;Form","location='http://www.himanchestercentralpark.com/business/enquiry-form.htm'");
   menu4.hideOnMouseOut=true;
   menu4.bgColor=bgColor;
   menu4.menuBorder=border;
   menu4.menuLiteBgColor=menuLiteBgColor;
   menu4.menuBorderBgColor=menuBorderBgColor; 
   
   <!--window.menu5 = new--> Menu("root",135,menuheight,textfont,textsize,textweight,textcolour,textcolourhover,cellbg,cellbghover,textalign,textvalign,padding,spacing,timing,subx,suby,true,true,true,0,true,true);
  <!--menu5.addMenuItem("Latest News","location='http://www.himanchestercentralpark.com/news/index.htm'");
  <!--menu5.addMenuItem("Forthcoming Events","location='http://www.himanchestercentralpark.com/news/forthcoming-events.htm'");
  <!--menu5.addMenuItem("Latest News","location='http://www.himanchestercentralpark.com/news/index.htm'");
  <!--menu5.addMenuItem("Forthcoming Events","location='http://www.himanchestercentralpark.com/news/forthcoming-events.htm'");
  <!--menu5.addMenuItem("Latest News","location='http://www.himanchestercentralpark.com/news/index.htm'");
  <!--menu5.addMenuItem("Forthcoming Events","location='http://www.himanchestercentralpark.com/news/forthcoming-events.htm'");
   <!--menu5.hideOnMouseOut=true;
   <!--menu5.bgColor=bgColor;
   <!--menu5.menuBorder=border;
   <!--menu5.menuLiteBgColor=menuLiteBgColor;
   <!--menu5.menuBorderBgColor=menuBorderBgColor;--> 
   
   window.menu6 = new Menu("root",135,menuheight,textfont,textsize,textweight,textcolour,textcolourhover,cellbg,cellbghover,textalign,textvalign,padding,spacing,timing,subx,suby,true,true,true,0,true,true);
  menu6.addMenuItem("Introduction","location='http://www.himanchestercentralpark.com/weddings/index.htm'");
  menu6.addMenuItem("Packages","location='http://www.himanchestercentralpark.com/weddings/packages.htm'");
  menu6.addMenuItem("Weddings","location='http://www.himanchestercentralpark.com/weddings/index.htm'");
  menu6.addMenuItem("Civil&nbsp;Weddings","location='http://www.himanchestercentralpark.com/weddings/civi-weddings.htm'");
  menu6.addMenuItem("Menus","location='http://www.himanchestercentralpark.com/weddings/menus.htm'");
  menu6.addMenuItem("Brochure","location='http://www.himanchestercentralpark.com/weddings/PDF-brochure.htm'");
   menu6.hideOnMouseOut=true;
   menu6.bgColor=bgColor;
   menu6.menuBorder=border;
   menu6.menuLiteBgColor=menuLiteBgColor;
   menu6.menuBorderBgColor=menuBorderBgColor; 
   
   window.menu7 = new Menu("root",125,menuheight,textfont,textsize,textweight,textcolour,textcolourhover,cellbg,cellbghover,textalign,textvalign,padding,spacing,timing,subx,suby,true,true,true,0,true,true);
  menu7.addMenuItem("Introduction","location='http://www.himanchestercentralpark.com/special-occasions/index.htm'");
  menu7.addMenuItem("Honeymoons","location='http://www.himanchestercentralpark.com/special-occasions/honeymoons.htm'");
  menu7.addMenuItem("Banquets","location='http://www.himanchestercentralpark.com/special-occasions/banquets.htm'");
  menu7.addMenuItem("Celebrations","location='http://www.himanchestercentralpark.com/special-occasions/celebrations.htm'");
  menu7.addMenuItem("Romantic&nbsp;Breaks","location='http://www.himanchestercentralpark.com/special-occasions/romantic-breaks.htm'");
   menu7.hideOnMouseOut=true;
   menu7.bgColor=bgColor;
   menu7.menuBorder=border;
   menu7.menuLiteBgColor=menuLiteBgColor;
   menu7.menuBorderBgColor=menuBorderBgColor; 
   
   <!--window.menu8 = new Menu("root",135,menuheight,textfont,textsize,textweight,textcolour,textcolourhover,cellbg,cellbghover,textalign,textvalign,padding,spacing,timing,subx,suby,true,true,true,0,true,true);--> 
  <!--menu8.addMenuItem("Latest News","location='http://www.himanchestercentralpark.com/news/index.htm'");
  <!--menu8.addMenuItem("Forthcoming Events","location='http://www.himanchestercentralpark.com/news/forthcoming-events.htm'");
  <!--menu8.addMenuItem("Latest News","location='http://www.himanchestercentralpark.com/news/index.htm'");
  <!--menu8.addMenuItem("Forthcoming Events","location='http://www.himanchestercentralpark.com/news/forthcoming-events.htm'");
  <!--menu8.addMenuItem("Latest News","location='http://www.himanchestercentralpark.com/news/index.htm'");
  <!--menu8.addMenuItem("Forthcoming Events","location='http://www.himanchestercentralpark.com/news/forthcoming-events.htm'");
   <!--menu8.hideOnMouseOut=true;
   <!--menu8.bgColor=bgColor;
   <!--menu8.menuBorder=border;
   <!--menu8.menuLiteBgColor=menuLiteBgColor;
   <!--menu8.menuBorderBgColor=menuBorderBgColor; --> 
   
   window.menu9 = new Menu("root",80,menuheight,textfont,textsize,textweight,textcolour,textcolourhover,cellbg,cellbghover,textalign,textvalign,padding,spacing,timing,subx,suby,true,true,true,0,true,true);
  menu9.addMenuItem("To&nbsp;See","location='http://www.himanchestercentralpark.com/local-area/to-see/index.htm'");
  menu9.addMenuItem("To&nbsp;Do","location='http://www.himanchestercentralpark.com/local-area/to-do/index.htm'");
   menu9.hideOnMouseOut=true;
   menu9.bgColor=bgColor;
   menu9.menuBorder=border;
   menu9.menuLiteBgColor=menuLiteBgColor;
   menu9.menuBorderBgColor=menuBorderBgColor; 
   
    window.topmenu1 = new Menu("root",135,menuheight,textfont,textsize,textweight,textcolour,textcolourhover,cellbg,cellbghover,textalign,textvalign,padding,spacing,timing,subx,suby,true,true,true,0,true,true);
  topmenu1.addMenuItem("Tariffs","location='http://www.himanchestercentralpark.com/information-reservations/rates-reservations/tariffs.htm'");
  topmenu1.addMenuItem("FAQs","location='http://www.himanchestercentralpark.com/information-reservations/rates-reservations/FAQ.htm'");
  topmenu1.addMenuItem("Contact&nbsp;Us","location='http://www.himanchestercentralpark.com/information-reservations/rates-reservations/contact.htm'");
  topmenu1.addMenuItem("Enquiries","location='http://www.himanchestercentralpark.com/information-reservations/rates-reservations/enquiries.htm'");
  topmenu1.addMenuItem("Book&nbsp;Online","location='http://www.himanchestercentralpark.com/information-reservations/rates-reservations/book.htm'");
  topmenu1.addMenuItem("Currency&nbsp;Convertor","location='http://www.himanchestercentralpark.com/information-reservations/rates-reservations/currency-conv.htm'");
  topmenu1.addMenuItem("Useful&nbsp;Information","location='http://www.himanchestercentralpark.com/information-reservations/useful-info/useful-links.html'");
   topmenu1.hideOnMouseOut=true;
   topmenu1.bgColor=bgColor;
   topmenu1.menuBorder=border;
   topmenu1.menuLiteBgColor=menuLiteBgColor;
   topmenu1.menuBorderBgColor=menuBorderBgColor; 
   
     window.topmenu2 = new Menu("root",100,menuheight,textfont,textsize,textweight,textcolour,textcolourhover,cellbg,cellbghover,textalign,textvalign,padding,spacing,timing,subx,suby,true,true,true,0,true,true);
  topmenu2.addMenuItem("Introduction","location='http://www.himanchestercentralpark.com/special-offers/index.htm'");
  topmenu2.addMenuItem("Seasonal","location='http://www.himanchestercentralpark.com/special-offers/seasonal.htm'");
  topmenu2.addMenuItem("Festive","location='http://www.himanchestercentralpark.com/special-offers/festive.htm'");
  topmenu2.addMenuItem("Weekend","location='http://www.himanchestercentralpark.com/special-offers/weekend.htm'");
  topmenu2.addMenuItem("Themed","location='http://www.himanchestercentralpark.com/special-offers/themed.htm'");
  topmenu2.addMenuItem("Late&nbsp;Deals","location='http://www.himanchestercentralpark.com/special-offers/late-deals.htm'");
   topmenu2.hideOnMouseOut=true;
   topmenu2.bgColor=bgColor;
   topmenu2.menuBorder=border;
   topmenu2.menuLiteBgColor=menuLiteBgColor;
   topmenu2.menuBorderBgColor=menuBorderBgColor;
   
   window.topmenu3 = new Menu("root",100,menuheight,textfont,textsize,textweight,textcolour,textcolourhover,cellbg,cellbghover,textalign,textvalign,padding,spacing,timing,subx,suby,true,true,true,0,true,true);
  topmenu3.addMenuItem("Directions","location='http://www.himanchestercentralpark.com/getting-here/directions.htm'");
  topmenu3.addMenuItem("Maps","location='http://www.himanchestercentralpark.com/getting-here/maps.htm'");
  topmenu3.addMenuItem("Travel&nbsp;Info","location='http://www.himanchestercentralpark.com/getting-here/travel-info.htm'");
  topmenu3.addMenuItem("Car&nbsp;Hire","location='http://www.himanchestercentralpark.com/getting-here/car-hire.htm'");
  topmenu3.addMenuItem("Weather","location='http://www.himanchestercentralpark.com/getting-here/weather.htm'");
   topmenu3.hideOnMouseOut=true;
   topmenu3.bgColor=bgColor;
   topmenu3.menuBorder=border;
   topmenu3.menuLiteBgColor=menuLiteBgColor;
   topmenu3.menuBorderBgColor=menuBorderBgColor;
   
   
topmenu3.writeMenus();
}