<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=80; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="silver";
menuIsStatic="yes";
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#0099FF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="";
linkAlign="left";
barBGColor="#FF6666";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText='SIDEMENU' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
addItem("Home Page", "http://www.housesitworld.com", "");
addItem("USA", "http://www.housesitworld.com/usa", "");
addItem("Canada", "http://www.housesitworld.com/canada", "");
addItem("England & UK", "http://www.housesitworld.com/uk", "");
addItem("Europe", "http://www.housesitworld.com/europe", "");
addItem("Australia", "http://www.housesitworld.com.au", "");
addItem("Elsewhere", "http://www.housesitworld.com/elsewhere", "");
addItem("-----------", "", "");
addItem("Find a sitter", "http://www.housesitworld.com/findasitter.htm", "");
addItem("Register for sitting", "http://www.housesitworld.com/register.htm", "");
addItem("Change details", "http://www.housesitworld.com/change.htm", "");
addItem("Need a Sitter", "http://www.housesitworld.com/sitterwanted.htm", "");
addItem("How it works", "http://www.housesitworld.com/howitworks.htm", "");
addItem("Testimonials", "http://www.housesitworld.com/testimonials.htm", "");
addItem("Links", "http://www.housesitworld.com/links.htm", "");
addItem("Feedback", "http://www.housesitworld.com/feedback.htm", "");

buildMenu();

//-->