function fwLoadMenus() {

	// 絶対パスで指定してあるので、独自ドメインサイト以外で使用する場合は注意

	if (window.fw_menu_0) return;

		// 会社概要
		window.fw_menu_0 = new Menu("root",180,20,"",11,"#333366","#ffffff","#ffffff","#669999");
			fw_menu_0.addMenuItem("トップページ","location='/index.html'");
			fw_menu_0.addMenuItem("仲卸市場のご案内","location='/market/index.html'");
			fw_menu_0.addMenuItem("観光・お買い物のご案内","location='/shopping/index.html'");
			fw_menu_0.addMenuItem("取扱商品のご案内","location='/foods/index.html'");
			fw_menu_0.addMenuItem("協同組合のご案内","location='/profile/index.html'");
			fw_menu_0.addMenuItem("日曜朝市のご案内","location='/sunday/index.html'");
			fw_menu_0.addMenuItem("営業カレンダー","location='/calendar/index.html'");
			fw_menu_0.addMenuItem("会員（事業者）のご案内","location='/member/index.html'");
			fw_menu_0.addMenuItem("仲卸市場場内見取図","location='/member/index2.html'");
			fw_menu_0.addMenuItem("ＭＡＰ＆アクセス","location='/access/index.html'");
			fw_menu_0.addMenuItem("三陸塩竃ひがしもの","location='/higasimono/index.html'");
			fw_menu_0.addMenuItem("卸町写真館","");
			fw_menu_0.addMenuItem("関連情報リンク集","location='/link/index.html'");
			fw_menu_0.hideOnMouseOut=true;
			fw_menu_0.writeMenus();
} 

