<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=98; // no quotes!!
XOffset=0;
staticYOffset=15; // 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="black";
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="verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="green";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=7; // no quotes!!
barText="MENU"; // <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]=["General"] //create header
// ssmItems[0]=["About Us", "about_us.htm", "_new"] //create in new window
ssmItems[0]=["About Us", "about_us.htm",, 1, "no"] // 2-col row
ssmItems[1]=["FAQ", "faqs.htm",,1]
ssmItems[2]=["Admin &amp; Finance", "admin_fin.htm",]
ssmItems[3]=["Antivirus", "antivirus.htm",, 1, "no"] // 2-col row
ssmItems[4]=["Calendar", "calendar.htm",,1] 
ssmItems[5]=["Code Compliance", "code_comp.htm",]
ssmItems[6]=["Contact", "contact.htm",, 1, "no"]// 2-col row
ssmItems[7]=["Directory", "contact_tele.htm",,1] 
ssmItems[8]=["Employment", "tservices.htm",]
ssmItems[9]=["Fire &amp; Emergency", "fire_emerg.htm",]
ssmItems[10]=["Golf", "golf.htm",]
ssmItems[11]=["History", "history.htm",]
ssmItems[12]=["Home Page", "index.htm",]
ssmItems[13]=["Leaf &amp; Snow Removal", "leaf_snow.htm",]
ssmItems[14]=["Library", "http://www.mtpl.info","_new"]
ssmItems[15]=["Links", "links.htm",]
ssmItems[16]=["Mini Golf", "minigolf.htm",]
ssmItems[17]=["Museums", "museums.htm",]
ssmItems[18]=["Ordinances", "http://www.keystatepub.com/search/browse.cgi?mode=showDocs&countyid=36&munipid=276","_new"]
ssmItems[19]=["Parks", "parks.htm",]
ssmItems[20]=["Planning &amp; Zoning", "pzoning.htm",]
ssmItems[21]=["Police", "Police.htm",]
ssmItems[22]=["Public Works", "pworks.htm",]  
ssmItems[23]=["Recreation Activities", "Parks_rec.htm",]
ssmItems[24]=["Recycling", "pworks.htm#recycle",]
ssmItems[25]=["Taxes", "taxes.htm",]
ssmItems[26]=["Voter Info", "voter_info.htm",]
ssmItems[27]=["What's New", "wnew.htm",]
ssmItems[28]=["Youth Sports Associations", "rec.htm",]
buildMenu();

//-->