
<!--
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="#55534a";
var textcolourhover="#F3EEDB";
var cellbg="#9ba26f";
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",160,menuheight,textfont,textsize,textweight,textcolour,textcolourhover,cellbg,cellbghover,textalign,textvalign,padding,spacing,timing,subx,suby,true,true,true,0,true,true);
  menu1.addMenuItem("Bedrooms","location='http://www.altskeith.com/the-house/bedrooms.htm'");
  menu1.addMenuItem("Sitting&nbsp;Room&nbsp;&&nbsp;Conservatory","location='http://www.altskeith.com/the-house/sitting-room.htm'");
  menu1.addMenuItem("Dining","location='http://www.altskeith.com/the-house/dining.htm'");
  menu1.addMenuItem("Games&nbsp;Room","location='http://www.altskeith.com/the-house/games-room.htm'");
  menu1.addMenuItem("Gardens&nbsp;&&nbsp;Grounds","location='http://www.altskeith.com/the-house/gardens-grounds.htm'");
  menu1.addMenuItem("History","location='http://www.altskeith.com/the-house/history.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("Fishing","location='http://www.altskeith.com/things-to-do/fishing.htm'");
  menu2.addMenuItem("Walking","location='http://www.altskeith.com/things-to-do/walking.htm'");
  menu2.addMenuItem("Watersports&nbsp;&&nbsp;Sailing","location='http://www.altskeith.com/things-to-do/watersports-sailing.htm'");
  menu2.addMenuItem("Photography","location='http://www.altskeith.com/things-to-do/photography.htm'");
  menu2.addMenuItem("Golf","location='http://www.altskeith.com/things-to-do/golf.htm'");
  menu2.addMenuItem("Clay&nbsp;Pigeon&nbsp;Shooting","location='http://www.altskeith.com/things-to-do/clay-pigeon-shooting.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("ss&nbsp;sir&nbsp;walter&nbsp;scott","location='http://www.altskeith.com/things-to-see/sir-walter-scott.htm'");
  menu3.addMenuItem("stirling&nbsp;castle","location='http://www.altskeith.com/things-to-see/stirling-castle.htm'");
  menu3.addMenuItem("the&nbsp;wallace&nbsp;monument","location='http://www.altskeith.com/things-to-see/the-wallace-monument.htm'");
  menu3.addMenuItem("the&nbsp;falkirk&nbsp;wheel","location='http://www.altskeith.com/things-to-see/the-falkirk-wheel.htm'");
  menu3.addMenuItem("glencoyne&nbsp;distillery","location='http://www.altskeith.com/things-to-see/glencoyne-distillery.htm'");
  menu3.addMenuItem("lomond&nbsp;shores","location='http://www.altskeith.com/things-to-see/lomond-shores.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("Weddings","location='http://www.altskeith.com/special-occasions/weddingscotland.htm'");
  menu4.addMenuItem("Family&nbsp;Gatherings","location='http://www.altskeith.com/special-occasions/family-gatherings-scotland.htm'");
  menu4.addMenuItem("Corporate&nbsp;Events","location='http://www.altskeith.com/special-occasions/corporateeventsscotland.htm'");
   menu4.hideOnMouseOut=true;
   menu4.bgColor=bgColor;
   menu4.menuBorder=border;
   menu4.menuLiteBgColor=menuLiteBgColor;
   menu4.menuBorderBgColor=menuBorderBgColor; 
   
menu4.writeMenus();
}