<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=240; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#333300";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#333300";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Quick Links"; // <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]=["Welcome to Our Website"] //create header
ssmItems[1]=["Front Page", "index.htm", ""]
ssmItems[2]=["Home Page", "01.htm", ""]
ssmItems[3]=["Our Villa", "villa01.htm", ""]
ssmItems[4]=["Our Town House", "villa02.htm", ""]
ssmItems[5]=["About Us & Villa Location", "about.htm",""]
ssmItems[6]=["How To Book", "how.htm", ""]
ssmItems[7]=["Prices", "prices.htm", ""]
ssmItems[8]=["Terms & Conditions", "terms.htm", ""]
ssmItems[9]=["Places of Interest", "realflorida.htm", ""]
ssmItems[10]=["Check Availability for Villa", "http://www.rentors.org/calendar.aspx?propertyid=57239&cid=5", ""]
ssmItems[11]=["Check Availability for Town House", "http://www.rentors.org/calendar.aspx?propertyid=125254&cid=5", ""]
ssmItems[12]=["Booking Form", "form.htm", ""]
ssmItems[13]=["", "", ""]

buildMenu();

//-->