<!--
function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",135,16,"Arial, Helvetica, sans-serif,",10,"#458290","#dddddd","#ffffff","#fe922d");
  fw_menu_0.addMenuItem("Allegheny County","location='loc_allegheny.shtm'");
   fw_menu_0.addMenuItem("Armstrong County", "location='loc_armstrong.shtm'");
   fw_menu_0.addMenuItem("Butler County", "location='loc_butler.shtm'");
   fw_menu_0.addMenuItem("Erie County", "location='loc_erie.shtm'");
   fw_menu_0.addMenuItem("Indiana County", "location='loc_indiana.shtm'");
  fw_menu_0.addMenuItem("Washington County", "location='loc_washington.shtm'");
  fw_menu_0.addMenuItem("Westmoreland County", "location='loc_westmoreland.shtm'");
   fw_menu_0.hideOnMouseOut=true;
   
     <!--News-->
  window.fw_menu_69 = new Menu("root",155,16,"Arial, Helvetica, sans-serif",10,"#458290","#dddddd","#ffffff","#fe922d");
  fw_menu_69.addMenuItem("Tips for Raising Healthy Kids","window.open('http://www.chp.edu/CHP/Parenting+Tips','_blank')");
  fw_menu_69.addMenuItem("Child Health Library","window.open('http://www.chp.edu/CHP/Child+Health+A-Z','_blank')");
  fw_menu_69.addMenuItem("Download Patient Forms","location='../main/hipaa.shtm'");
  fw_menu_69.addMenuItem("Growth &amp; Development","location='../for_parents/growth_development.shtm'");
  fw_menu_69.addMenuItem("Resources","location='../for_parents/resources.shtm'");
fw_menu_69.addMenuItem("2008 Flu Clinic Schedule","location='../for_parents/fluclinic.shtm'");
  //fw_menu_69.addMenuItem("Immunization Schedule","location='../for_parents/immunization_schedule.shtm'");
  fw_menu_69.hideOnMouseOut=true;

window.fw_menu_200 = new Menu("root",120,16,"Arial, Helvetica, sans-serif",10,"#458290","#dddddd","#ffffff","#fe922d");
  fw_menu_200.addMenuItem("Winter 2008","location='../ask_the_pediatrician/winter08.shtm'");
  fw_menu_200.addMenuItem("Autumn 2007","location='../ask_the_pediatrician/autumn07.shtm'");
  fw_menu_200.addMenuItem("Summer 2007","location='../ask_the_pediatrician/summer07.shtm'");
  fw_menu_200.addMenuItem("Winter 2007","location='../ask_the_pediatrician/winter07.shtm'");
  fw_menu_200.addMenuItem("Spring 2006","location='../ask_the_pediatrician/spring06.shtm'");
  fw_menu_200.addMenuItem("Winter 2006","location='../ask_the_pediatrician/winter06.shtm'");
  fw_menu_200.addMenuItem("Autumn 2005","location='../ask_the_pediatrician/autumn05.shtm'");
  fw_menu_200.addMenuItem("Summer 2005","location='../ask_the_pediatrician/summer05.shtm'");
  fw_menu_200.hideOnMouseOut=true;
  
   
   		fw_menu_0.writeMenus();
} // fwLoadMenus()
// -->