<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=260; // 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="#663333";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen (reverse of logical choice)
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#663333";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#663333";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=40; // no quotes!!
//barText="SIDE MENU"; // <IMG> tag supported. Put exact html for an image to show.
barText='<IMG src="images/sidebar2.gif">'
///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Retail Menu"] //create header
ssmItems[1]=["What does it cost?", "cost.php", ""]
ssmItems[2]=["Refinishing", "refinish.php",""]
ssmItems[3]=["Repair", "repair.php", ""]
ssmItems[4]=["Other services", "services.php", ""]
ssmItems[5]=["Our service area", "area.php", ""]
ssmItems[6]=["Contacting us", "contact.php", ""]

ssmItems[7]=["Home", "index.php", "", 1, "no"] //create two column row
ssmItems[8]=["Email", "mailto:montgomeryrefinishing@comcast.net", "",1]

ssmItems[9]=["Commercial Menu", "", ""] //create header
ssmItems[10]=["Commercial services", "commercial.php", ""]
ssmItems[11]=["Special offer", "sample.php", ""]


buildMenu();

//-->