function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",130,17,"MS UI Gothic, Osaka",12,"#666666","#ffffff","#f7fbff","#000084");
  fw_menu_0.addMenuItem("教職員情報ポータル","window.open('http://www.sgu.ac.jp/edu/shien/staff/index.html', '_self');");
  fw_menu_0.addMenuItem("学事暦","window.open('8_1.html', '_self');");
  fw_menu_0.addMenuItem("セクシュアルハラスメント","window.open('http://www.sgu.ac.jp/shc/index.html', '_self');");
  fw_menu_0.addMenuItem("バリアフリー","window.open('http://www.sgu.ac.jp/bfc/', '_self');");
  fw_menu_0.addMenuItem("教職員へのお知らせ","window.open('staff/index.html', '_self');");
   fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",110,17,"MS UI Gothic, Osaka",12,"#666666","#ffffff","#f7fbff","#000084");
  fw_menu_1.addMenuItem("同窓会（文泉会）","window.open('http://www2.sgu.ac.jp/bunsen/index.html', '_self');");
  fw_menu_1.addMenuItem("後援会","window.open('9_2kouenkai.html', '_self');");
  fw_menu_1.addMenuItem("証明書発行","window.open('9_3.html', '_self');");
  fw_menu_1.addMenuItem("バリアフリー","window.open('http://www.sgu.ac.jp/bfc/', '_self');");
   fw_menu_1.hideOnMouseOut=true;
  window.fw_menu_2 = new Menu("root",130,17,"MS UI Gothic, Osaka",12,"#666666","#ffffff","#f7fbff","#000084");
  fw_menu_2.addMenuItem("情報ポータル","window.open('http://portal.sgu.ac.jp/', '_self');");
  fw_menu_2.addMenuItem("学生支援システム情報","window.open('http://www.sgu.ac.jp/edu/shien/index.html', '_self');");
  fw_menu_2.addMenuItem("大学院・学部・学科","window.open('5_0.html', '_self');");
  fw_menu_2.addMenuItem("エクステンションセンター","window.open('http://www2.sgu.ac.jp/ext/', '_self');");
  fw_menu_2.addMenuItem("学事暦","window.open('8_1.html', '_self');");
  fw_menu_2.addMenuItem("休講情報","window.open('JavaScript:KyukouOpenWin()', '_self');");
  fw_menu_2.addMenuItem("証明書","window.open('9_3.html', '_self');");
  fw_menu_2.addMenuItem("学生生活情報","window.open('http://www.sgu.ac.jp/stu/lifesupport/index.html', '_self');");
  fw_menu_2.addMenuItem("奨学金","window.open('http://www.sgu.ac.jp/stu/scholarship/index.html', '_self');");
  fw_menu_2.addMenuItem("課外活動","window.open('http://www.sgu.ac.jp/stu/club/index.html', '_self');");
  fw_menu_2.addMenuItem("セクシュアル・ハラスメント","window.open('http://www.sgu.ac.jp/shc/index.html', '_self');");
  fw_menu_2.addMenuItem("バリアフリー","window.open('http://www.sgu.ac.jp/bfc/', '_self');");
  fw_menu_2.addMenuItem("大学生協","window.open('http://www.hokkaido.seikyou.ne.jp/~sgu/', '_self');");
   fw_menu_2.hideOnMouseOut=true;
  window.fw_menu_3 = new Menu("root",190,17,"MS UI Gothic, Osaka",12,"#666666","#ffffff","#f7fbff","#000084");
  fw_menu_3.addMenuItem("学部入試情報","window.open('http://www2.sgu.ac.jp/ent/index.html', '_self');");
  fw_menu_3.addMenuItem("大学院入試情報","window.open('http://www.sgu.ac.jp/gra/gs/', '_self');");
  fw_menu_3.addMenuItem("編入学・科目等履修生・聴講生他","window.open('3_3.html', '_self');");
  fw_menu_3.addMenuItem("大学院・学部・学科","window.open('5_0.html', '_self');");
  fw_menu_3.addMenuItem("シラバス（講義要項）","window.open('http://syllabus.sgu.ac.jp/syllabus/syllabus/search/Menu.do', '_self');");
  fw_menu_3.addMenuItem("学生生活情報","window.open('http://www.sgu.ac.jp/stu/lifesupport/index.html', '_self');");
  fw_menu_3.addMenuItem("奨学金","window.open('http://www.sgu.ac.jp/stu/scholarship/index.html', '_self');");
  fw_menu_3.addMenuItem("課外活動","window.open('http://www.sgu.ac.jp/stu/club/index.html', '_self');");
  fw_menu_3.addMenuItem("バリアフリー","window.open('http://www.sgu.ac.jp/bfc/', '_self');");
   fw_menu_3.hideOnMouseOut=true;
  window.fw_menu_4 = new Menu("root",130,17,"MS UI Gothic, Osaka",12,"#666666","#ffffff","#f7fbff","#000084");
  fw_menu_4.addMenuItem("大学の沿革・概要","window.open('1_2enkaku.html', '_self');");
  fw_menu_4.addMenuItem("学長あいさつ","window.open('1_1gakutyo.html', '_self');");
  fw_menu_4.addMenuItem("大学の理念・教育目標","window.open('rinen.html', '_self');");
  fw_menu_4.addMenuItem("キャンパスガイド","window.open('1_4map.html', '_self');");
  fw_menu_4.addMenuItem("校章・ロゴ","window.open('1_5kosyo.html', '_self');");
   fw_menu_4.hideOnMouseOut=true;

  fw_menu_4.writeMenus();
} // fwLoadMenus()
var win1;
function KyukouOpenWin(){
	win1=window.open('http://www.sgu.ac.jp/kyukou.html','newwin',
	'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=200,height=400');
}
function CloseWin(){
	if(win1.name='newwin'){win1.close();}
}
