<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=62; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=300; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#ffffcc";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=110; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial Narrow";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial Narrow";
linkFontSize="2";
linkBGColor="";
linkOverBGColor="#B37F72";
linkTarget="_top";
linkAlign="right";
barBGColor="#ffffcc";
barFontFamily="Arial Narrow";
barFontSize="3";
barFontColor="black";
barVAlign="center";
barWidth=25; // no quotes!!
barText="SIDE MENU"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Menu"] //create header
ssmItems[1]=["HOME- ", "default.asp", ""]
ssmItems[2]=["SELF CATERING- ", "lilac_lodge.asp", ""]
ssmItems[3]=["THE FOLLY- ", "the_folly.asp", ""]
ssmItems[4]=["MAIN HOUSE- ", "suites.asp", ""]
ssmItems[5]=["OUR TARIFFS- ", "tariffs.asp", ""]
ssmItems[6]=["ONLINE BOOKING- ", "categories.asp",""]
ssmItems[7]=["FOREST HISTORY- ", "about.asp", ""]
ssmItems[8]=["CONTACTING US- ", "contact.asp", ""]
ssmItems[9]=["ENQUIRIES FORM- ", "enquiries.asp", ""]
ssmItems[10]=["HOW TO FIND US- ", "finding_us.asp", ""]
ssmItems[11]=["THINGS TO DO- ", "linkup.asp", ""]
ssmItems[12]=["AVAILABILITY- ", "http://www.blueparasol.co.uk/ViewPropertyDetails.aspx?UElE=Mg==&dHlw=Z29sZg==", "_new"]

buildMenu();

//-->