function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",118,17,"Arial, Helvetica, sans-serif",10,"#999999","#000000","#ffffff","#cccc99");
  fw_menu_0.addMenuItem("home","location='index.html'");
  fw_menu_0.addMenuItem("about the instructor","location='instructor.html'");
  fw_menu_0.addMenuItem("about the school","location='school.html'");
  fw_menu_0.addMenuItem("directions","location='directions.html'");
  fw_menu_0.addMenuItem("photo gallery","location='photos.html'");
   fw_menu_0.fontWeight="bold";
   fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",114,17,"Arial, Helvetica, sans-serif",10,"#999999","#000000","#ffffff","#cccc99");
  fw_menu_1.addMenuItem("class descriptions","location='classes.html'");
  fw_menu_1.addMenuItem("class schedule","location='schedule.html'");
   fw_menu_1.fontWeight="bold";
   fw_menu_1.hideOnMouseOut=true;
  window.fw_menu_2 = new Menu("root",108,17,"Arial, Helvetica, sans-serif",10,"#999999","#000000","#ffffff","#cccc99");
  fw_menu_2.addMenuItem("the origins","location='origins.html'");
  fw_menu_2.addMenuItem("different methods","location='methods.html'");
   fw_menu_2.fontWeight="bold";
   fw_menu_2.hideOnMouseOut=true;
  window.fw_menu_3 = new Menu("root",57,17,"Arial, Helvetica, sans-serif",10,"#999999","#000000","#ffffff","#cccc99");
  fw_menu_3.addMenuItem("news","location='news.html'");
  fw_menu_3.addMenuItem("events","location='events.html'");
   fw_menu_3.fontWeight="bold";
   fw_menu_3.hideOnMouseOut=true;
  window.fw_menu_4 = new Menu("root",74,17,"Arial, Helvetica, sans-serif",10,"#999999","#000000","#ffffff","#cccc99");
    fw_menu_4.addMenuItem("contact us","location='contact.html'");
    fw_menu_4.addMenuItem("FAQ","location='faq.html'");
    fw_menu_4.addMenuItem("links","location='resources.html'");
    fw_menu_4.addMenuItem("merchandise","location='merchandise.html'");
   fw_menu_4.fontWeight="bold";
   fw_menu_4.hideOnMouseOut=true;

  fw_menu_4.writeMenus();
}