<!--
function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",159,18,"Verdana, Arial, Helvetica, sans-serif",11,"#003366","#996600","#ffffff","#ffffff");
  fw_menu_0.addMenuItem("Rodent Control","location='../../services/rodentControl.htm'");
  fw_menu_0.addMenuItem("Rubbish Disposal","location='../../services/rubbish.html'");
  fw_menu_0.addMenuItem("Recycling","location='../../services/recycling.html'");
  fw_menu_0.addMenuItem("Street Cleaning","location='../../services/strClng.html'");
  fw_menu_0.addMenuItem("Street Maintenance","location='../../services/strMnt.html'");
  fw_menu_0.addMenuItem("Snow","location='../../services/snow.html'");
  fw_menu_0.addMenuItem("Sewer Maintenance","location='../../services/sewer.html'");
  fw_menu_0.addMenuItem("Park Maintenance","location='../../services/park.html'");
  fw_menu_0.addMenuItem("Urban Forestry","location='../../services/forestry.html'");
  fw_menu_0.addMenuItem("Cambridge Cemetery","location='../cmtery/index.html'");
  fw_menu_0.addMenuItem("Leaf Blowers","location='../../services/leafblowers.html'");
   fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",159,18,"Verdana, Arial, Helvetica, sans-serif",11,"#003366","#996600","#ffffff","#ffffff");
  fw_menu_1.addMenuItem("Administration","location='../admin/index.html'");
  fw_menu_1.addMenuItem("Buildings","location='../bldg/index.html'");
  fw_menu_1.addMenuItem("Business Services","location='../busns/index.html'");
  fw_menu_1.addMenuItem("Cambridge Cemetery","location='../cmtery/index.html'");
  fw_menu_1.addMenuItem("Engineering","location='../engnr/index.html'");
    fw_menu_1.addMenuItem("Off-Hours","location='../offhrs/index.html'");
  fw_menu_1.addMenuItem("Parks &amp; Urban Forestry","location='../parks/index.html'");
  fw_menu_1.addMenuItem("Recycling","location='../recycle/index.html'");
    fw_menu_1.addMenuItem("Solid Waste","location='../SolidWaste/index.html'");
  fw_menu_1.addMenuItem("Street Cleaning","location='../strClng/index.html'");
  fw_menu_1.addMenuItem("Street Maintenance","location='../strMain/index.html'");
  fw_menu_1.addMenuItem("Sewer Maintenance","location='../swrMnt/index.html'");
  fw_menu_1.addMenuItem("Vehicle Maintenance","location='../vehicle/index.html'");
   fw_menu_1.hideOnMouseOut=true;
   
     window.fw_menu_2 = new Menu("root",149,18,"Verdana, Arial, Helvetica, sans-serif",10,"#003366","#996600","#ffffff","#ffffff");
  fw_menu_2.addMenuItem("&#149; Pothole Reporting");
  fw_menu_2.addMenuItem("&#149; Street to be Paved");
  fw_menu_2.addMenuItem("&#149; Street to be Repaired");
   fw_menu_2.hideOnMouseOut=true;
  window.fw_menu_3 = new Menu("root",165,18,"Verdana, Arial, Helvetica, sans-serif",10,"#003366","#996600","#ffffff","#ffffff");
  fw_menu_3.addMenuItem("&#149; Curbcut Information");
  fw_menu_3.addMenuItem("&#149; Sidewalk Improvements");
   fw_menu_3.hideOnMouseOut=true;
  window.fw_menu_4 = new Menu("root",146,18,"Verdana, Arial, Helvetica, sans-serif",10,"#003366","#996600","#ffffff","#ffffff");
  fw_menu_4.addMenuItem("&#149; Street Opening");
  fw_menu_4.addMenuItem("&#149; Sidewalk Obstruction");
  fw_menu_4.addMenuItem("&#149; Newsrack");
   fw_menu_4.hideOnMouseOut=true;
  window.fw_menu_5 = new Menu("root",110,18,"Verdana, Arial, Helvetica, sans-serif",10,"#003366","#996600","#ffffff","#ffffff");
  fw_menu_5.addMenuItem("&#149; Street");
  fw_menu_5.addMenuItem("&#149; Sidewalk");
  fw_menu_5.addMenuItem("&#149; Newsrack");
   fw_menu_5.hideOnMouseOut=true;
  window.fw_menu_6 = new Menu("root",128,18,"Verdana, Arial, Helvetica, sans-serif",10,"#003366","#996600","#ffffff","#ffffff");
  fw_menu_6.addMenuItem("&#149; Cambridge Street");
  fw_menu_6.addMenuItem("&#149; Lee Street");
   fw_menu_6.hideOnMouseOut=true;

  fw_menu_6.writeMenus();

} // fwLoadMenus()

//-->