<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=50; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=1; // no quotes!!
slideSpeed=1 // no quotes!!
waitTime=2000; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#FFFFFF";
menuIsStatic="yes";
menuWidth=170; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="#Verdana";
hdrFontSize="2";
hdrFontColor="#990000";
hdrBGColor="#FFFFFF";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#ffffff";
linkOverBGColor="#999999";
linkTarget="_main";
linkAlign="left";
barBGColor="white";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#990000";
barVAlign="center";
barWidth=20; // no quotes!!
barText='Patio Guys Menu' // <IMG> tag supported, Ex: '<img src="some.gif" border=1>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
addHdr("Welcome");
addItem("Home>", "http://www.patioguysinc.com", "_main");
addItem("F.A.Q>", "http://www.patioguysinc.com/faq.htm", "_main");
addItem("Warranty>", "http://www.patioguysinc.com/warranty.htm", "_main");
addHdr(" Service");
addItem("Process>", "http://www.patioguysinc.com/process.htm", "_main");
addItem("Step One>", "http://www.patioguysinc.com/step_1.htm", "_main");
addItem("Step Two>", "http://www.patioguysinc.com/step_2.htm", "_main");
addItem("Step Three>", "http://www.patioguysinc.com/step_3.htm", "_main");
addItem("Step Four>", "http://www.patioguysinc.com/step_4.htm", "_main");
addHdr("Re-Finished Product");
addItem("Chairs>", "http://www.patioguysinc.com/chairs.htm", "_main");
addItem("Tables>", "http://www.patioguysinc.com/tables.htm", "_main");
//addItem("Waterfall>", "http://www.patioguysinc.com/waterfall.htm", "_main");
addItem("Umbrellas>", "http://www.patioguysinc.com/umbrellas.htm", "_main");
addItem("Cleaning Supplies>", "http://www.patioguysinc.com/cleaning.htm", "_main");
//addHdr("Ordering Information");
addHdr("Patio Covers");
addItem("Table & Chair Covers", "http://www.patioguysinc.com/patio_cover.htm", "_main");
//addItem("Bulk Cables", "http://www.edp-inc.com/htm/bulkonlinem.htm", "_main");
//addItem("General Connector>", "http://www.edp-inc.com/htm/g_connectorm.htm", "_main");
//addItem("Cat5e Patch Cables>", "http://www.edp-inc.com/htm/cat5eonlinem.htm", "_main");
//addItem("Promotional Items>", "http://www.edp-inc.com/htm/m_promotional.htm", "_main");
//addHdr("cleaning Products");
//addItem("Clearance Items>", "http://www.edp-inc.com/htm/clearance_hot_m.htm", "_main");
//addItem("Miscellaneous Items>", "http://www.edp-inc.com/htm/miscellaneous_hot_m.htm", "_main");
//addHdr("Private site");
//addItem("S.H.A.N.E.>", "http://www.edp-inc.com/htm/shaneloginm.htm", "_main");
buildMenu();

-->