function fwLoadMenus() {
  if (window.fw_menu_0) return;

  // AtAGlance
  window.fw_menu_0 = new Menu("root",this.mw,this.mh,this.fnt,this.fs,this.fclr,this.fhclr,this.bg,this.bgh);
  fw_menu_0.addMenuItem("Overview","location='" + rootpath + "content/ataglance/overview.html'");
  fw_menu_0.addMenuItem("Aims","location='" + rootpath + "content/ataglance/aims.html'");
  fw_menu_0.hideOnMouseOut=true;

  // Interests
  window.fw_menu_1 = new Menu("root",this.mw,this.mh,this.fnt,this.fs,this.fclr,this.fhclr,this.bg,this.bgh);
  fw_menu_1.addMenuItem("Overview","location='" + rootpath + "content/interests/overview.html'");
  fw_menu_1.addMenuItem("General","location='" + rootpath + "content/interests/general.html'");
  fw_menu_1.addMenuItem("Diabetes","location='" + rootpath + "content/interests/diabetes.html'");
  fw_menu_1.addMenuItem("Congitive Enhancement","location='" + rootpath + "content/interests/congnitiveenhancement.html'");
  fw_menu_1.addMenuItem("Depression","location='" + rootpath + "content/interests/depression.html'");
  fw_menu_1.addMenuItem("Physical Energy Improvement","location='" + rootpath + "content/interests/physicalenergy.html'");
  fw_menu_1.addMenuItem("Stress","location='" + rootpath + "content/interests/stress.html'");
  fw_menu_1.addMenuItem("Weight Control","location='" + rootpath + "content/interests/weightcontrol.html'");
  fw_menu_1.addMenuItem("Mens Health","location='" + rootpath + "content/interests/menshealth.html'");
  fw_menu_1.addMenuItem("Hair Loss Programme","location='" + rootpath + "content/interests/hairloss.html'");
  fw_menu_1.hideOnMouseOut=true;

  fw_menu_0.writeMenus();
} // fwLoadMenus()
