<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=200; // 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="blue";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="blue";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial Rounded MT Bold";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#99ccff";
linkTarget="_top";
linkAlign="Left";
barBGColor="blue";
barFontFamily="Arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=15; // no quotes!!
barText="ADDITIONAL LINKS"; // <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]=["Home","Default.asp",""] //create header
//ssmItems[1]=["SDS", "Narative_SDS.htm", ""]
//ssmItems[2]=["SFHA", "Narative_SFHA.htm",""]
//ssmItems[3]=["Earth Movement", "Narative_EARTH.htm", ""]
//ssmItems[4]=["Water Supply", "Narative_WATER.htm", ""]
//ssmItems[5]=["Capital Improvements", "Narative_BLDG.htm", ""]
//ssmItems[6]=["Maintenance", "Narative_MAINT.htm", ""]
//ssmItems[7]=["GIS", "Narative_GIS.htm", ""] 

ssmItems[0]=["Link To", "", ""] //create header
ssmItems[1]=["Contacts", "contacts.htm", ""]
ssmItems[2]=["Feedback", "feedback_page.htm", ""]
ssmItems[3]=["Search", "Search_Page.htm", ""]
ssmItems[4]=["Site Map", "Site_map.htm", ""]
//ssmItems[5]=["Downloads", "download.htm", ""]
//ssmItems[6]=["", "Page.htm", ""]

buildMenu();

//-->
