//ポップアップメニュー
function fwLoadMenus() {
	if (window.fw_menu_0) return;
		window.fw_menu_0 = new Menu("root",1,1,"MS UI Gothic, Osaka",1,"#000000","#ffffff","#00cc99","#003399");
		fw_menu_0.addMenuItem("","location='#'");
		fw_menu_0.bgImageUp="head/images/w_spacer.gif";
		fw_menu_0.bgImageOver="head/images/w_spacer.gif";
		fw_menu_0.hideOnMouseOut=true;

		window.fw_menu_1 = new Menu("root",123,19,"MS UI Gothic, Osaka",1,"#000000","#ffffff","#00cc99","#003399");
		fw_menu_1.addMenuItem("<img src=../../head/images/menu/sub_02-01.gif>","top.location='../../about_author/message/index.html'");
		fw_menu_1.addMenuItem("<img src=../../head/images/menu/sub_02-02.gif>","top.location='../../about_cal/calendar/index.html'");
		fw_menu_1.addMenuItem("<img src=../../head/images/menu/sub_02-03.gif>","top.location='../../about_cal/newspaper/index.html'");
		fw_menu_1.addMenuItem("<img src=../../head/images/menu/sub_02-04.gif>","top.location='../../about_cal/reader/index.html'");
		fw_menu_1.addMenuItem("<img src=../../head/images/menu/sub_02-05.gif>","top.location='../../about_cal/apply/index.html'");
		fw_menu_1.addMenuItem("<img src=../../head/images/menu/sub_02-06.gif>","top.location='../../about_cal/backnumber/index.html'");
		fw_menu_1.bgImageUp="../../head/images/menu/menu_b.gif";
		fw_menu_1.bgImageOver="../../head/images/menu/menu_b-over.gif";
		fw_menu_1.hideOnMouseOut=true;

		window.fw_menu_2 = new Menu("root",123,19,"MS UI Gothic, Osaka",1,"#000000","#ffffff","#00cc99","#003399");
		fw_menu_2.addMenuItem("<img src=../../head/images/menu/sub_01-01.gif>","top.location='../../about_author/profile/index.html'");
		fw_menu_2.addMenuItem("<img src=../../head/images/menu/sub_01-02.gif>","top.location='../../about_author/book/index.html'");
		fw_menu_2.addMenuItem("<img src=../../head/images/menu/sub_01-03.gif>","top.location='../../about_author/magazine/index.html'");
		fw_menu_2.bgImageUp="../../head/images/menu/menu_b.gif";
		fw_menu_2.bgImageOver="../../head/images/menu/menu_b-over.gif";
		fw_menu_2.hideOnMouseOut=true;

		window.fw_menu_3 = new Menu("root",123,19,"MS UI Gothic, Osaka",1,"#000000","#ffffff","#00cc99","#003399");
		fw_menu_3.addMenuItem("<img src=../../head/images/menu/sub_04-01.gif>","top.location='../../mizu/lecture/index.html'");
		fw_menu_3.bgImageUp="../../head/images/menu/menu_b.gif";
		fw_menu_3.bgImageOver="../../head/images/menu/menu_b-over.gif";
		fw_menu_3.hideOnMouseOut=true;

		window.fw_menu_4 = new Menu("root",123,19,"MS UI Gothic, Osaka",1,"#000000","#ffffff","#00cc99","#003399");
		<!--fw_menu_4.addMenuItem("<img src=../../head/images/menu/sub_03-04.gif>","top.location='../../info/univ/index.html'");-->
		fw_menu_4.addMenuItem("<img src=../../head/images/menu/sub_03-01.gif>","top.location='../../info/cal/index.html'");
		fw_menu_4.addMenuItem("<img src=../../head/images/menu/sub_03-02.gif>","top.location='../../info/shihi/index.html'");
		fw_menu_4.addMenuItem("<img src=../../head/images/menu/sub_03-03.gif>","top.location='../../info/keisai/index.html'");
		fw_menu_4.bgImageUp="../../head/images/menu/menu_b.gif";
		fw_menu_4.bgImageOver="../../head/images/menu/menu_b-over.gif";
		fw_menu_4.hideOnMouseOut=true;

		window.fw_menu_5 = new Menu("root",123,19,"MS UI Gothic, Osaka",1,"#000000","#ffffff","#00cc99","#003399");
		fw_menu_5.addMenuItem("<img src=../../head/images/menu/sub_05-01.gif>","top.location='../../link/link/index.html'");
		fw_menu_5.addMenuItem("<img src=../../head/images/menu/sub_05-02.gif>","top.location='../../link/bookstore/index.html'");
		fw_menu_5.addMenuItem("<img src=../../head/images/menu/sub_05-03.gif>","top.location='../../link/furusato/index.html'");
		fw_menu_5.bgImageUp="../../head/images/menu/menu_b.gif";
		fw_menu_5.bgImageOver="../../head/images/menu/menu_b-over.gif";
		fw_menu_5.hideOnMouseOut=true;

		fw_menu_5.writeMenus();
	}
