<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // 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="black";  // Default - black
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=110; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#800000";  // Header Background Color - Default 170088
hdrAlign="Center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="1";
linkBGColor="E9E0C9";  // Link Background Color - Default White
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="left";
barBGColor="#800000";   //Default - 444444
barFontFamily="arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SIDE 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]=["Fire Menu"] //create header
ssmItems[1]=["Fire Home Page", "../Fire/fire.htm", ""]
ssmItems[2]=["Emergency 911", "../Fire/fd_911.htm", ""]
ssmItems[3]=["Personnel", "../Fire/fd_personel.htm",""]
ssmItems[4]=["Equipment", "../Fire/fd_equipment.htm", ""]
ssmItems[5]=["Fire Dept. History", "../Fire/fd_history.htm", ""]
ssmItems[6]=["Safety Tips", "../Fire/fd_safety_tips.htm", ""]
ssmItems[7]=["Carbon Monoxide", "../Fire/co_detectors.htm", ""]
ssmItems[8]=["Burning Regulations", "../Fire/burning_ordinances.htm", ""]
ssmItems[9]=["Juvenile Program", "../Fire/juv_fire_setter.htm", ""]
ssmItems[10]=["ISO Class 3", "../Fire/iso_class_3.htm", ""]
ssmItems[11]=["Summary Statistics", "../Fire/fd_annual_rpt_summary.htm", ""]
ssmItems[12]=["2008 Annual Report", "../Fire/fd_annual_rpt_2008.pdf", ""]
ssmItems[13]=["2007 Annual Report", "../Fire/fd_annual_rpt_2007.htm", ""]
ssmItems[14]=["2006 Annual Report", "../Fire/fd_annual_rpt_2006.htm", ""]
ssmItems[15]=["2005 Annual Report", "../Fire/fd_annual_rpt_2005.htm", ""]
ssmItems[16]=["2004 Annual Report", "../Fire/fd_annual_rpt_2004.htm", ""]
ssmItems[17]=["2003 Annual Report", "../Fire/fd_annual_rpt_2003.htm", ""]
ssmItems[18]=["City Menu", "", ""] //create header
ssmItems[19]=["City Home Page", "/default.htm", ""]
buildMenu();

//-->