<!--

/*
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=10 // 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=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial";
hdrFontSize="3";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Arial";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SITE 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
var i=0;
ssmItems[i++]= ["English"] //create header
ssmItems[i++]= ["Home", "index.htm", ""]
ssmItems[i++]= ["News", "news.htm",""]
ssmItems[i++]= ["Groups", "groups.htm",""]
ssmItems[i++]= ["Inside LiliPad", "interior.htm",""]
ssmItems[i++]= ["Amenities", "amenities.htm", ""]
ssmItems[i++]= ["Rental Details", "rental.htm", ""]
ssmItems[i++]= ["Rental Agreement", "LiliPad_Rental_Agreement.pdf", "_blank"]
ssmItems[i++]= ["Rental Availability", "availability.htm", ""]
ssmItems[i++]= ["Local Attractions", "tourism.htm", ""]
ssmItems[i++]= ["Contact Us", "contact.php", ""]
ssmItems[i++]= ["Welcome Info", "welcome.htm", ""]

ssmItems[i++]= ["Français"] //create header
ssmItems[i++]= ["Accueil", "index-fr.htm", ""]
ssmItems[i++]= ["Nouvelles", "news.htm",""]
ssmItems[i++]= ["Groupes", "groups-fr.htm",""]
ssmItems[i++]= ["Intérieur", "interior-fr.htm",""]
ssmItems[i++]= ["Commodités", "amenities-fr.htm", ""]
ssmItems[i++]= ["Détails de location", "rental-fr.htm", ""]
ssmItems[i++]= ["Disponibilité", "availability.htm", ""]
ssmItems[i++]= ["Attractions locales", "tourism-fr.htm", ""]
ssmItems[i++]= ["Contactez-nous", "contact-fr.php", ""]
ssmItems[i++]= ["Bienvenue", "welcome.htm", ""]

ssmItems[i++]= ["Business Ventures"]
ssmItems[i++]= ["WoodsGood Home", "http://www.woodsgood.ca/nindex.htm", ""]
ssmItems[i++]= ["WoodsGood News", "http://www.woodsgood.ca/news.htm", ""]
ssmItems[i++]= ["Links", "http://www.woodsgood.ca/links.htm", ""]
ssmItems[i++]= ["Web Design", "http://www.woodsgood.ca/fwebdesign.htm", ""]
buildMenu();

//-->
