function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",170,16,"Arial","9pt","#000000","#ffffff","#BEC4C4","#A0A8A8");
  fw_menu_0.addMenuItem("Overview","location='/about_us/about_us.htm'");
  fw_menu_0.addMenuItem("Our Medical Team","location='/about_us/medical_team.htm'");
  fw_menu_0.addMenuItem("Patient Care and Comfort","location='/about_us/care_comfort.htm'"); 
  fw_menu_0.addMenuItem("Tour our Facility","location='/about_us/facility.htm'"); 
  fw_menu_0.addMenuItem("Hours and Location","location='/about_us/hours_location.htm'"); 
  fw_menu_0.hideOnMouseOut=true;

  window.fw_menu_1 = new Menu("root",182,16,"Arial","9pt","#000000","#ffffff","#BEC4C4","#A0A8A8");
  fw_menu_1.addMenuItem("Make an Appointment","location='/appointment/appointment.htm'");
  fw_menu_1.addMenuItem("Referral Form","location='/appointment/referral_form.pdf'");
  fw_menu_1.hideOnMouseOut=true;

  window.fw_menu_2 = new Menu("root",174,16,"Arial","9pt","#000000","#ffffff","#BEC4C4","#A0A8A8");
  fw_menu_2.addMenuItem("For Doctors","location='#'");
  fw_menu_2.addMenuItem("For Doctors","location='#'");
  fw_menu_2.addMenuItem("For Doctors","location='#'");
  fw_menu_2.addMenuItem("For Doctors","location='#'");
  fw_menu_2.addMenuItem("For Doctors","location='#'");
  fw_menu_2.addMenuItem("For Doctors","location='#'");
  fw_menu_2.addMenuItem("For Doctors","location='#'");
  fw_menu_2.addMenuItem("For Doctors","location='#'");   
  fw_menu_2.hideOnMouseOut=true;
  window.fw_menu_3 = new Menu("root",183,16,"Arial","9pt","#000000","#ffffff","#BEC4C4","#A0A8A8");
  fw_menu_3.addMenuItem("The Procedure","location='/procedure/procedure.htm'");
  fw_menu_3.addMenuItem("How to Prepare","location='/procedure/preparation.htm'"); 
  fw_menu_3.addMenuItem("What to Expect","location='/procedure/expect.htm'");
  fw_menu_3.addMenuItem("Afterwards","location='/procedure/afterwards.htm'");  
  fw_menu_3.addMenuItem("Risks","location='/procedure/risks.htm'"); 
  fw_menu_3.hideOnMouseOut=true;  
 
   window.fw_menu_5 = new Menu("root",170,16,"Arial","9pt","#000000","#ffffff","#BEC4C4","#A0A8A8");
  fw_menu_5.addMenuItem("Patient Education","location='/education/education.htm'");
  fw_menu_5.addMenuItem("Colorectal Cancer Statistics","location='/education/statistics.htm'");
  fw_menu_5.addMenuItem("FAQs","location='/education/faqs.htm'");
  fw_menu_5.addMenuItem("Colon Polyps & Cancer","location='/education/polyps_cancer.htm'");
  fw_menu_5.addMenuItem("Reducing Colorectal Cancer","location='/education/reducing_colorectal_cancer.htm'");
  fw_menu_5.addMenuItem("Disclaimer","location='/education/disclaimer.htm'"); 
  fw_menu_5.hideOnMouseOut=true;
  
  window.fw_menu_6 = new Menu("root",192,16,"Arial","9pt","#000000","#ffffff","#BEC4C4","#A0A8A8");
  fw_menu_6.addMenuItem("Press Releases","location='#'");
  fw_menu_6.addMenuItem("Press Releases","location='#'");
  fw_menu_6.addMenuItem("Press Releases","location='#'");
  fw_menu_6.addMenuItem("Press Releases","location='#'");
  fw_menu_6.addMenuItem("Press Releases","location='#'");
  fw_menu_6.addMenuItem("Press Releases","location='#'");
  fw_menu_6.addMenuItem("Press Releases","location='#'");
  fw_menu_6.addMenuItem("Press Releases","location='#'");   
  fw_menu_6.hideOnMouseOut=true;

  fw_menu_6.writeMenus();
} 
