function fwLoadMenus() 

  {
  
  
  if (window.fw_menu_0) return;
  
  
  
  window.fw_menu_0 = new Menu("root",121,17,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#000000","#bdcad9","#ffffff");
  
  fw_menu_0.addMenuItem("Athens, OH","location='http://www.chancellorhealth.com/locations/athens/index.php'");

 fw_menu_0.addMenuItem("Lima, OH","location='http://www.chancellorhealth.com/locations/lima/index.php'");
 
 fw_menu_0.addMenuItem("London, OH","location='http://www.chancellorhealth.com/locations/london/index.php'");
    
  fw_menu_0.addMenuItem("Barboursville, WV","location='http://www.chancellorhealth.com/locations/barboursville/index.php'");
  
  fw_menu_0.addMenuItem("Beckley, WV","location='http://www.chancellorhealth.com/locations/beckley/index.php'");
  
  fw_menu_0.addMenuItem("Parkersburg, WV","location='http://www.chancellorhealth.com/locations/parkersburg/index.php'");
  
  fw_menu_0.addMenuItem("Weirton, WV","location='http://www.chancellorhealth.com/locations/weirton/index.php'");
  
  fw_menu_0.addMenuItem("Defiance, OH","location='http://www.glennparkdefiance.com'");

  
  fw_menu_0.hideOnMouseOut=true;

  
  writeMenus();




} 