
<!--
function mmLoadMenus() {
var border=0;
// below var sets colour for the borders as well as cell hover colour
var menuLiteBgColor='#E8E1CA';
var menuBorderBgColor=menuLiteBgColor;
var bgColor=menuLiteBgColor;
var menuheight=25;
var menuwidth=160;
var textfont="Verdana, Arial, Helvetica, sans-serif";
var textsize=11;
var textweight="normal"
var textcolour="#FFFFFF";
var textcolourhover="#000000";
var cellbg="#BEB8B2";
var cellbghover="#CECAC5";
var textalign="left";
var textvalign="middle";
var padding=5;
var spacing=1;
var timing=1000;
var subx=0;
var suby=0;
var cunt=20;
//
  if (window.menu1) return; 
     window.menu1 = new Menu("root",210,menuheight,textfont,textsize,textweight,textcolour,textcolourhover,cellbg,cellbghover,textalign,textvalign,padding,spacing,timing,subx,suby,true,true,true,0,true,true);
  menu1.addMenuItem("Introduction","location='http://www.portlandhotels.co.uk/our-hotels/index.htm'");
  menu1.addMenuItem("Best&nbsp;Western&nbsp;Edinburgh&nbsp;Capital","location='http://www.portlandhotels.co.uk/our-hotels/edinburgh-capital.htm'");
 menu1.addMenuItem("Best&nbsp;Western&nbsp;Edinburgh&nbsp;City","location='http://www.portlandhotels.co.uk/our-hotels/edinburgh-city.htm'");
 menu1.addMenuItem("Best&nbsp;Western&nbsp;Glasgow&nbsp;Pond&nbsp;Hotel","location='http://www.portlandhotels.co.uk/our-hotels/pond-hotel.htm'");
 menu1.addMenuItem("Best&nbsp;Western&nbsp;Huntingtower&nbsp;Hotel","location='http://www.portlandhotels.co.uk/our-hotels/huntingtower.htm'");
  menu1.addMenuItem("Speedbird&nbsp;Inn","location='http://www.portlandhotels.co.uk/our-hotels/speedbird-inn.htm'");
   menu1.hideOnMouseOut=true;
   menu1.childMenuIcon="http://www.skyehotel.co.uk/images/arrows.gif";
   menu1.bgColor=bgColor;
   menu1.menuBorder=border;
   menu1.menuLiteBgColor=menuLiteBgColor;
   menu1.menuBorderBgColor=menuBorderBgColor;

/*  window.menu2a = new Menu("Seasonal",menuwidth,menuheight,textfont,textsize,textweight,textcolour,textcolourhover,cellbg,cellbghover,textalign,textvalign,padding,spacing,timing,subx,suby,true,true,true,0,true,true);
  menu2a.addMenuItem("Introduction","location='http://www.portlandhotels.co.uk/leisure-breaks/index.htm'");

   menu2a.hideOnMouseOut=true;
   menu2a.bgColor=bgColor;
   menu2a.menuBorder=border;
   menu2a.menuLiteBgColor=menuLiteBgColor;
   menu2a.menuBorderBgColor=menuBorderBgColor;*/
  
  window.menu2 = new Menu("root",menuwidth,menuheight,textfont,textsize,textweight,textcolour,textcolourhover,cellbg,cellbghover,textalign,textvalign,padding,spacing,timing,subx,suby,true,true,true,0,true,true);
  menu2.addMenuItem("Weekend","location='http://www.portlandhotels.co.uk/leisure-breaks/weekend.htm'");
  /*  menu2.addMenuItem("Autumn&nbsp;Breaks","location='http://www.portlandhotels.co.uk/leisure-breaks/seasonal.htm'");*/
  menu2.addMenuItem("Festive","location='http://www.portlandhotels.co.uk/leisure-breaks/festive.htm'");
  menu2.addMenuItem("Hotel&nbsp;special&nbsp;offers","location='http://www.portlandhotels.co.uk/special-offers/index.htm'");
  menu2.addMenuItem("Stay&nbsp;&amp;&nbsp;Fly","location='http://www.portlandhotels.co.uk/leisure-breaks/stay-and-fly.htm'");
  menu2.addMenuItem("Spring&nbsp;Breaks","location='http://www.portlandhotels.co.uk/leisure-breaks/spring-breaks.htm'");
   menu2.hideOnMouseOut=true;
   menu2.childMenuIcon="http://www.skyehotel.co.uk/images/arrows.gif";
   menu2.bgColor=bgColor;
   menu2.menuBorder=border;
   menu2.menuLiteBgColor=menuLiteBgColor;
   menu2.menuBorderBgColor=menuBorderBgColor;
   
  
  window.menu3 = new Menu("root",menuwidth,menuheight,textfont,textsize,textweight,textcolour,textcolourhover,cellbg,cellbghover,textalign,textvalign,padding,spacing,timing,subx,suby,true,true,true,0,true,true);
  menu3.addMenuItem("City","location='http://www.portlandhotels.co.uk/themed-breaks/city-breaks.htm'");
  menu3.addMenuItem("Theatre","location='http://www.portlandhotels.co.uk/themed-breaks/theatre-breaks.htm'");
  menu3.addMenuItem("Romantic","location='http://www.portlandhotels.co.uk/themed-breaks/romantic-breaks.htm'");
  menu3.addMenuItem("Shopping","location='http://www.portlandhotels.co.uk/themed-breaks/shopping-breaks.htm'");
  menu3.addMenuItem("Sporting","location='http://www.portlandhotels.co.uk/themed-breaks/sporting-breaks.htm'");
  
  menu3.addMenuItem("Murder&nbsp;Mystery","location='http://www.portlandhotels.co.uk/murdermystery/'");
  menu3.addMenuItem("Hotel&nbsp;special&nbsp;offers","location='http://www.portlandhotels.co.uk/special-offers/index.htm'");
   menu3.hideOnMouseOut=true;
   menu3.childMenuIcon="http://www.skyehotel.co.uk/images/arrows.gif";
   menu3.bgColor=bgColor;
   menu3.menuBorder=border;
   menu3.menuLiteBgColor=menuLiteBgColor;
   menu3.menuBorderBgColor=menuBorderBgColor;

   
  window.menu4a = new Menu("Business&nbsp;Traveller",200,menuheight,textfont,textsize,textweight,textcolour,textcolourhover,cellbg,cellbghover,textalign,textvalign,padding,spacing,timing,subx,suby,true,true,true,0,true,true);
  menu4a.addMenuItem("Transport&nbsp;links","location='http://www.portlandhotels.co.uk/business-traveller/transport.htm'");
  menu4a.addMenuItem("EICC","location='http://www.portlandhotels.co.uk/business-traveller/eicc.htm'");
  menu4a.addMenuItem("SECC","location='http://www.portlandhotels.co.uk/business-traveller/secc.htm'");
  menu4a.addMenuItem("AECC","location='http://www.portlandhotels.co.uk/business-traveller/aecc.htm'");
   menu4a.hideOnMouseOut=true;
   menu4a.childMenuIcon="http://www.skyehotel.co.uk/images/arrows.gif";
   menu4a.bgColor=bgColor;
   menu4a.menuBorder=border;
   menu4a.menuLiteBgColor=menuLiteBgColor;
   menu4a.menuBorderBgColor=menuBorderBgColor;
  
  window.menu4 = new Menu("root",200,menuheight,textfont,textsize,textweight,textcolour,textcolourhover,cellbg,cellbghover,textalign,textvalign,padding,spacing,timing,subx,suby,true,true,true,0,true,true);
  menu4.addMenuItem(menu4a,"location='http://www.portlandhotels.co.uk/business-traveller/index.htm'");
  menu4.addMenuItem("Meetings&nbsp;&&nbsp;events","location='http://www.portlandhotels.co.uk/business-traveller/meetings-and-events.htm'");
  menu4.addMenuItem("Forthcoming&nbsp;events&nbsp;&&nbsp;exhibitions","location='http://www.portlandhotels.co.uk/business-traveller/forthcoming-events.htm'");
    menu4.addMenuItem("Special&nbsp;Offers","location='http://www.portlandhotels.co.uk/business-traveller/offers.htm'");
   menu4.hideOnMouseOut=true;
   menu4.childMenuIcon="http://www.skyehotel.co.uk/images/arrows.gif";
   menu4.bgColor=bgColor;
   menu4.menuBorder=border;
   menu4.menuLiteBgColor=menuLiteBgColor;
   menu4.menuBorderBgColor=menuBorderBgColor;
   
   
     window.menu5 = new Menu("root",menuwidth,menuheight,textfont,textsize,textweight,textcolour,textcolourhover,cellbg,cellbghover,textalign,textvalign,padding,spacing,timing,subx,suby,true,true,true,0,true,true);
  menu5.addMenuItem("Introduction","location='http://www.portlandhotels.co.uk/work-for-us/index.htm'");
  menu5.addMenuItem("Our&nbsp;People","location='http://www.portlandhotels.co.uk/work-for-us/our-people.htm'");
  menu5.addMenuItem("What&nbsp;We&nbsp;Can&nbsp;Do&nbsp;For&nbsp;You","location='http://www.portlandhotels.co.uk/work-for-us/what-we-can-do-for-you.htm'");
  menu5.addMenuItem("Current&nbsp;Opportunities","location='http://www.portlandhotels.co.uk/work-for-us/current-opportunities.htm'");
   menu5.hideOnMouseOut=true;
   menu5.childMenuIcon="http://www.skyehotel.co.uk/images/arrows.gif";

   menu5.bgColor=bgColor;
   menu5.menuBorder=border;
   menu5.menuLiteBgColor=menuLiteBgColor;
   menu5.menuBorderBgColor=menuBorderBgColor;
   
   
        window.menu6 = new Menu("root",menuwidth,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.portlandhotels.co.uk/about-us/index.htm'");
   menu6.addMenuItem("Latest&nbsp;News","location='http://www.portlandhotels.co.uk/about-us/latest-news.htm'");
  menu6.addMenuItem("Location&nbsp;of&nbsp;our&nbsp;hotels","location='http://www.portlandhotels.co.uk/about-us/location-map.htm'");
  menu6.addMenuItem("Contact&nbsp;Us","location='http://www.portlandhotels.co.uk/contact-us/index.htm'");
  menu6.addMenuItem("Awards&nbsp;&amp;&nbsp;Testimonials","location='http://www.portlandhotels.co.uk/about-us/awards-and-testimonials.htm'");
   menu6.addMenuItem("Gift&nbsp;Vouchers","location='http://www.portlandhotels.co.uk/gift-vouchers/index.htm'");
   menu6.hideOnMouseOut=true;
   menu6.childMenuIcon="http://www.skyehotel.co.uk/images/arrows.gif";

   menu6.bgColor=bgColor;
   menu6.menuBorder=border;
   menu6.menuLiteBgColor=menuLiteBgColor;
   menu6.menuBorderBgColor=menuBorderBgColor;
  
      
menu6.writeMenus();
}