function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",160,19,"Osaka, MS UI Gothic",12,"#000000","#ffffff","#99ccff","#000066");
  fw_menu_0.addMenuItem("法学部長あいさつ","location='deen_message.html'");
  fw_menu_0.addMenuItem("在校生からのメッセージ","location='students_message.html'");
  fw_menu_0.addMenuItem("教員・学生座談会","location='students&professors.html'");
   fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",88,19,"Osaka, MS UI Gothic",12,"#000000","#ffffff","#99ccff","#000066");
  fw_menu_1.addMenuItem("学びの特徴","location='faculty_feature.html'");
  fw_menu_1.addMenuItem("6コース制","location='six_courses.html'");
  fw_menu_1.addMenuItem("ゼミ紹介","location='seminar.html'");
   fw_menu_1.hideOnMouseOut=true;
  window.fw_menu_2 = new Menu("root",120,19,"Osaka, MS UI Gothic",12,"#000000","#ffffff","#99ccff","#000066");
  fw_menu_2.addMenuItem("あ〜か行","location='faculty_staff.html'");
  fw_menu_2.addMenuItem("さ〜た行","location='faculty_staff2.html'");
  fw_menu_2.addMenuItem("な〜は行","location='faculty_staff3.html'");
  fw_menu_2.addMenuItem("ま行以下","location='faculty_staff4.html'");
  fw_menu_2.addMenuItem("助教・助手・職員","location='faculty_staff5.html'");
   fw_menu_2.hideOnMouseOut=true;
  window.fw_menu_3 = new Menu("root",148,19,"Osaka, MS UI Gothic",12,"#000000","#ffffff","#99ccff","#000066");
  fw_menu_3.addMenuItem("青山キャンパスライフ","location='#'");
  fw_menu_3.addMenuItem("相模原キャンパスライフ","location='#'");
  fw_menu_3.addMenuItem("国際交流活動","location='#'");
   fw_menu_3.hideOnMouseOut=true;
  window.fw_menu_4 = new Menu("root",100,19,"Osaka, MS UI Gothic",12,"#000000","#ffffff","#99ccff","#000066");
  fw_menu_4.addMenuItem("一般入試","location='examination_english.html'");
  fw_menu_4.addMenuItem("内部推薦","location='exam_for_secondary_students.html'");
  fw_menu_4.addMenuItem("指定校推薦","location='exam_for_selected_HC.html'");
  fw_menu_4.addMenuItem("スポーツ推薦等","location='exam_for_athletes.html'");
  fw_menu_4.addMenuItem("キリスト者推薦","location='exam_for_christians.html'");
   fw_menu_4.hideOnMouseOut=true;
  window.fw_menu_5 = new Menu("root",100,19,"Osaka, MS UI Gothic",12,"#000000","#ffffff","#99ccff","#000066");
  fw_menu_5.addMenuItem("就職状況","location='getting_job.html'");
  fw_menu_5.addMenuItem("大学院進学","location='graduate_school.html'");
   fw_menu_5.hideOnMouseOut=true;
  window.fw_menu_6 = new Menu("root",220,19,"Osaka, MS UI Gothic",12,"#000000","#ffffff","#99ccff","#000066");
  fw_menu_6.addMenuItem("大学院法学研究科公法･私法専攻","location='algs.html'");
  fw_menu_6.addMenuItem("大学院法学研究科ビジネス法務専攻","location='http:\/\/www.als.aoyama.ac.jp\/abls\/index.html'");
  fw_menu_6.addMenuItem("青山学院大学法学会","location='http:\/\/www.als.aoyama.ac.jp\/hougakkai\/index.html'");
   fw_menu_6.hideOnMouseOut=true;

  fw_menu_6.writeMenus();
}