function fwLoadMenus() {
  window.fw_menu_1 = new Menu("Menu1",150,18,"MSP Gothic,MS Gothic",11,"#333333","#ffffff","#eeeeee","#2E72B0");
  fw_menu_1.addMenuItem("Director's Message","location='../Overview/index.html'");
  fw_menu_1.addMenuItem("History","location='../Overview/history.html'");
  fw_menu_1.addMenuItem("SR","location='../Overview/sr.html'");
  fw_menu_1.addMenuItem("Organization","location='../Overview/organization.html'");
  fw_menu_1.addMenuItem("Member","location='../Overview/member.html'");
  fw_menu_1.fontWeight="plain";
  fw_menu_1.hideOnMouseOut=true;

  window.fw_menu_2_1 = new Menu("Research Activities",270,18,"MSP Gothic,MS Gothic",11,"#333333","#ffffff","#eeeeee","#2E72B0");
  fw_menu_2_1.addMenuItem("Overview","location='../Research/index.html'");
  fw_menu_2_1.addMenuItem("Major Research and Development Programs","location='../Research/main.html'");
  fw_menu_2_1.fontWeight="plain";
  fw_menu_2_1.hideOnMouseOut=true;

  window.fw_menu_2_2 = new Menu("Division",270,18,"MSP Gothic,MS Gothic",11,"#333333","#ffffff","#eeeeee","#2E72B0");
  fw_menu_2_2.addMenuItem("Energy Engineering Division","location='../Research/energy.html'");
  fw_menu_2_2.addMenuItem("Mass Transmutation Engineering Division","location='../Research/mass.html'");
  fw_menu_2_2.addMenuItem("System and Safety Engineering Division","location='../Research/system.html'");
  fw_menu_2_2.fontWeight="plain";
  fw_menu_2_2.hideOnMouseOut=true;

  window.fw_menu_2_3 = new Menu("Experimental Apparatuses",400,18,"MSP Gothic,MS Gothic",11,"#333333","#ffffff","#eeeeee","#2E72B0");
  fw_menu_2_3.addMenuItem("Heavy ion accelerator system","location='../Research/facility-linac.html'");
  fw_menu_2_3.addMenuItem("Mass Transmutation Facilities with High-Quality Particle Beams","location='../Research/facility-r-ray.html'");
  fw_menu_2_3.addMenuItem("Nuclear Magnetic Resonance Spectrometer for Supercritical Fluids","location='../Research/facility-nmr.html'");
  fw_menu_2_3.addMenuItem("Helium-LIthium Two Phase Flow Loop","location='../Research/facility-he-li.html'");
  fw_menu_2_3.addMenuItem("Rarefield Gas Wind Tunnel","location='../Research/facility-rarefield.html'");
  fw_menu_2_3.addMenuItem("Nuclear Ceramic Facilities","location='../Research/facility-nuclear.html'");
  fw_menu_2_3.addMenuItem("Tokamak with Force-balanced Coil Todoroki 2","location='../Research/facility-tokamak.html'");
  fw_menu_2_3.addMenuItem("Lead-Bismuth Corrosion Test Loop","location='../Research/facility-le-bi.html'");
  fw_menu_2_3.fontWeight="plain";
  fw_menu_2_3.hideOnMouseOut=true;

  window.fw_menu_2_4 = new Menu("Project",530,18,"MSP Gothic,MS Gothic",11,"#333333","#ffffff","#eeeeee","#2E72B0");
  fw_menu_2_4.addMenuItem("The 21st Centry COE Program","location='http://www.nr.t&#105;tec&#104;&#46;&#97;&#99;.&#106;p/coe21/'");
  fw_menu_2_4.addMenuItem("Grants-in-Aid for Scientific Research","location='../Research/kakenhi.html'");
  fw_menu_2_4.addMenuItem("Nuclear Research Promotion Program","location='../Research/nuclear.html'");
  fw_menu_2_4.addMenuItem("Publicly Invited Research Projects for Development of Innovative Nuclear Technologies","location='../Research/kakushin.html'");
  fw_menu_2_4.fontWeight="plain";
  fw_menu_2_4.hideOnMouseOut=true;

  window.fw_menu_2 = new Menu("Menu2",180,18,"MSP Gothic,MS Gothic",11,"#333333","#ffffff","#eeeeee","#2E72B0");
  fw_menu_2.addMenuItem(fw_menu_2_1,"location='../Research/index.html'");
  fw_menu_2.addMenuItem(fw_menu_2_2,"location='../Research/energy.html'");
  fw_menu_2.addMenuItem(fw_menu_2_3,"location='../Research/facility-linac.html'");
  fw_menu_2.addMenuItem(fw_menu_2_4,"location='http://www.nr.t&#105;tec&#104;&#46;&#97;&#99;.&#106;p/coe21/'");
  fw_menu_2.fontWeight="plain";
  fw_menu_2.hideOnMouseOut=true;

  window.fw_menu_3 = new Menu("Menu4",120,18,"MSP Gothic,MS Gothic",11,"#333333","#ffffff","#eeeeee","#2E72B0");
  fw_menu_3.addMenuItem("Laboratories","location='../Laboratory/index.html'");
  fw_menu_3.fontWeight="plain";
  fw_menu_3.hideOnMouseOut=true;

  window.fw_menu_4 = new Menu("Menu4",180,18,"MSP Gothic,MS Gothic",11,"#333333","#ffffff","#eeeeee","#2E72B0");
  fw_menu_4.addMenuItem("News","location='../Events/news.html'");
  fw_menu_4.addMenuItem("Events Held in Laboratory","location='../Events/index.html'");
  fw_menu_4.addMenuItem("Related Events","location='../Events/relation.html'");
  fw_menu_4.addMenuItem("Events in the past","location='../Events/past.html'");
  fw_menu_4.addMenuItem("Publications","location='../Events/publishing.html'");
  fw_menu_4.addMenuItem("Columns","location='../Events/topics.html'");
  fw_menu_4.fontWeight="plain";
  fw_menu_4.hideOnMouseOut=true;

  window.fw_menu_8 = new Menu("Menu8",100,18,"MSP Gothic,MS Gothic",11,"#333333","#ffffff","#eeeeee","#2E72B0");
  fw_menu_8.addMenuItem("Contact","location='../Access/index.html'");
  fw_menu_8.addMenuItem("Access Map","location='../Access/traffic.html'");
  fw_menu_8.addMenuItem("Campus Map","location='../Access/map.html'");
  fw_menu_8.fontWeight="plain";
  fw_menu_8.hideOnMouseOut=true;
  fw_menu_8.writeMenus();
} 


