<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
bodyWidth=(IE)?document.body.offsetWidth-10:window.innerWidth-20
YOffset=100; // no quotes!!
barWidth=18; // no quotes!!
XOffset=Math.floor(bodyWidth/2+barWidth/2-.5*bodyWidth)-1; // no quotes!!
staticYOffset=50; // no quotes!!
slideSpeed=10 // no quotes!! this sets the slide out speed
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
//hdrHeight="25";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#DDDDDD";
linkTarget="_top";
linkAlign="Left";
barBGColor="BLUE";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barText='Navigation Menu'; // <IMG> tag supported. Put exact html for an image to show.
//'<IMG SRC="../../images/grid1.gif" WIDTH="9" HEIGHT="9" BORDER=0 ALT="">'

///////////////////////////

// the menu items

addHdr("Menu", 1, "no");
addHdr(" ", 1);
addItem("Home", "index.html", "")
addItem("Services", "page2.html","")
//addItem("Forms & Maps", "page3.html", "")
addItem("Educational Material", "page4.html", "")
//addItem("Computer Helpers", "page5.html", "")
addItem("Glossary", "glossary.html", "")
addItem("Truss Shapes", "shapes.html", "")
addItem("Showcase Construction", "showcase.html", "")
addItem("Beautiful Homes", "links.html", "")
addItem("Job Opportunities", "jobs.html", "")

// final step that builds the menu
buildMenu();

//-->
