<!--
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",220,18,"Verdana, Arial, Helvetica, sans-serif",10,"#003366","#996600","#ffffff","#ffffff");
  fw_menu_2.addMenuItem("&#149; New Trash Rules","location='trash_changes.html'");
  fw_menu_2.addMenuItem("&#149; Rubbish Schedule and Road Map","location='disposal.html#sch'");
  fw_menu_2.addMenuItem("&#149; Proper Disposal Method","location='disposal.html#proper'");
  fw_menu_2.addMenuItem("&#149; Recycling & Trash Guidelines","location='../recycle/pdffiles/recycling_trash_guidelines.pdf'");
    fw_menu_2.addMenuItem("&#149; Exemptions","location='exemptions.html'");
   fw_menu_2.hideOnMouseOut=true;
 // window.fw_menu_3 = new Menu("root",240,18,"Verdana, Arial, Helvetica, sans-serif",10,"#003366","#996600","#ffffff","#ffffff");
 // fw_menu_3.addMenuItem("&#149; Appliance Removal Sticker Program","location='../../schedules/applnce.html'");
 // fw_menu_3.addMenuItem("&#149; Acceptable Items","location='../../schedules/applnce.html'");
 //  fw_menu_3.hideOnMouseOut=true;
  window.fw_menu_4 = new Menu("root",200,18,"Verdana, Arial, Helvetica, sans-serif",10,"#003366","#996600","#ffffff","#ffffff");
  fw_menu_4.addMenuItem("&#149; Information & Schedule","location='../../schedules/hseHazard.html'");
  fw_menu_4.addMenuItem("&#149; Accepted & Non-Accepted Items","location='../../schedules/hseHazard.html'");

  fw_menu_4.writeMenus();

} // fwLoadMenus()

//-->