<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=105; // no quotes!!
XOffset=0;
staticYOffset=0; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=120; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=170; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="";
hdrAlign="";
hdrVAlign="";
hdrHeight="";
linkHeight=""
linkFontFamily="Verdana";
linkFontSize="";
linkBGColor="#000000";
linkOverBGColor="#0000FF";
linkTarget="_top";
linkAlign="middle";
barBGColor="";
barFontFamily="Verdana";
barFontSize="";
barFontColor="FFFFFF";
barVAlign="top";
barWidth=20; // no quotes!!
barText="<IMG SRC=images/menuback1_r1_c2.gif>"; // <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]=["<IMG SRC=images/commercial.gif BORDER=0>", "commercial.html", ""] //create header
ssmItems[1]=["<IMG SRC=images/natural.gif BORDER=0>","natural.html", ""]
ssmItems[2]=["<IMG SRC=images/remodel.gif BORDER=0>", "remodeling.html", ""]
ssmItems[3]=["<IMG SRC=images/sandf.gif BORDER=0>", "spasandfountains.html",""]
ssmItems[4]=["<IMG SRC=images/traditional.gif BORDER=0>", "traditional.html", ""]
ssmItems[5]=["<IMG SRC=images/vanishing.gif BORDER=0>", "vanishing.html", ""]
buildMenu();

//-->
