<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/

YOffset = 25;       // no quotes!!
XOffset = 0;
staticYOffset = 130; // no quotes!!
slideSpeed = 20    // no quotes!!
waitTime = 350;    // 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 = 180;    // Must be a multiple of 10! no quotes!!
menuCols = 1;

hdrFontFamily = "verdana";
hdrFontSize = "2";
hdrFontColor = "#FFFFFF";
hdrBGColor = "#000076";
hdrAlign = "left";
hdrVAlign = "center";
hdrHeight = "10";

linkFontFamily = "Verdana";
linkFontSize = "1";
linkBGColor = "#ffffff";
linkOverBGColor = "#C9C9E4";
linkTarget = "_top";
linkAlign = "Left";

barBGColor = "#ffcccc";
barFontFamily = "Verdana";
barFontSize = "3";
barFontColor = "#444444";
barVAlign = "center";
barWidth = 36;      // no quotes!!
barText="<IMG src=images/navgraphic.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]=["Site Menu"] //create header
ssmItems[1]=["Home", "index.html", ""]
ssmItems[2]=["About Us", "aboutus.html",""]
//ssmItems[3]=["Schedule Inspection", "estimate.html", ""]
ssmItems[3]=["Sample Report", "samplereport.html", ""]
ssmItems[4]=["Types of Inspections Offered", "inspectiontypes.html", ""]
ssmItems[5]=["DO Try This at Home&copy;", "articles.html", ""]
ssmItems[6]=["Product Safety Recalls", "recalls.html", ""]
ssmItems[7]=["Links to Interesting Web Sites", "links.html", ""]
ssmItems[8]=["Contact Us", "contact.html", ""]




buildMenu();

//-->