function loadMenus() {
	// new Menu("root",横幅,一行の縦幅,"フォント",フォントサイズ,"文字色","カーソルが合った時の文字色","背景色","カーソルが合った時の背景色");
	
	// 協議会プロフィール　メニュー
	window.menuline2_1 = new Menu("root",210,20,"MS Gothic, Osaka",12,"black","white","#5172b3","#1c315f");
	menuline2_1.addMenuItem("組織概要", "location='../../profile/aboutus/overview.html'");
	menuline2_1.addMenuItem("設立趣旨", "location='../../profile/aboutus/mission.html'");
	menuline2_1.addMenuItem("会員・役員", "location='../../profile/aboutus/members.html'");
	menuline2_1.addMenuItem("事業紹介", "location='../../profile/aboutus/activities.html'");
	menuline2_1.addMenuItem("活動レポート", "location='../../profile/activity_report/activity_report_contents.html'");
	menuline2_1.addMenuItem("アニュアルリポート", "location='../../profile/annualreport/annual_report.html'");
	menuline2_1.addMenuItem("事務局へのアクセス", "location='../../profile/aboutus/office.html'");
	
	// ニュース　メニュー
	window.menuline2_2 = new Menu("root",210,20,"MS Gothic, Osaka",12,"black","white","#ffb300","#8d6705");
	menuline2_2.addMenuItem("協議会ニュース", "location='../../news/kmknews/kmknews_contents.html'");
	menuline2_2.addMenuItem("セミナー・シンポジウム", "location='../../news/seminar_symposium/seminar_sympo_contents.html'");
	menuline2_2.addMenuItem("インフォメーション", "location='../../news/information/information_contents.html'");
	menuline2_2.addMenuItem("企業メセナCalendar", "location='../../news/calendar/calendar_contents.html'");
	menuline2_2.addMenuItem("協議会の出版物", "location='../../news/publications/publications_contents.html'");
	menuline2_2.addMenuItem("参考図書", "location='../../news/books/books_contents.html'");
	menuline2_2.addMenuItem("ライブラリー", "location='../../news/library/library.html'");
	menuline2_2.addMenuItem("プレスリリース", "location='../../news/pressrelease/release.html'");
	menuline2_2.addMenuItem("事務局だより", "location='../../news/jimukyoku/jimukyoku_contents.html'");
	menuline2_2.addMenuItem("採用情報", "location='../../news/recruit/recruit.html'");
	
	
	// メセナの動向　メニュー
	window.menuline2_3 = new Menu("root",210,20,"MS Gothic, Osaka",12,"black","white","#008d54","#005632");
	menuline2_3.addMenuItem("企業のメセナ活動", "location='../../survey/corporations/corporations_contents.html'");
	menuline2_3.addMenuItem("財団のメセナ活動", "location='../../survey/foundations/foundations_contents.html'");
	menuline2_3.addMenuItem("テーマ調査結果", "location='../../survey/features/features_contents.html'");
	menuline2_3.addMenuItem("その他の調査結果", "location='../../survey/others/others_contents.html'");
	menuline2_3.addMenuItem("メセナに関する報道", "location='../../survey/newsclippings/newsclippings_contents.html'");
	menuline2_3.addMenuItem("メセナ年表", "location='../../survey/history/history_contents.html'");
	menuline2_3.addMenuItem("データベース「メセナビ」", "location='http://www.mecenavi.info/'");
	
	// 助成認定制度　メニュー
	window.menuline2_4 = new Menu("root",210,20,"MS Gothic, Osaka",12,"black","white","#c63296","#6c204f");
	menuline2_4.addMenuItem("助成認定制度とは", "location='../../apaap/apaap_contents.html'");
	menuline2_4.addMenuItem("制度をご利用のみなさまへ", "location='../../apaap/notice.html'");
	menuline2_4.addMenuItem("申請用紙", "location='../../apaap/applicationform.html'");
	menuline2_4.addMenuItem("絵で見る助成認定制度", "location='../../apaap/e_apaap/Jindex.htm'");
	menuline2_4.addMenuItem("助成認定制度Q&A", "location='../../apaap/qa.html'");
	menuline2_4.addMenuItem("助成認定活動の紹介", "location='../../apaapprograms/programs_contents.html'");
	menuline2_4.addMenuItem("全国の相談窓口一覧", "location='../../apaap/windows.html'");
	menuline2_4.addMenuItem("お問い合わせ・書類送付先", "location='../../apaap/inquiry.html'");

	// メセナ大賞　メニュー
	window.menuline2_5 = new Menu("root",210,20,"MS Gothic, Osaka",12,"black","white","#34afb0","#1b6566");
	menuline2_5.addMenuItem("メセナアワードとは", "location='../../awards/about_awards.html'");
	menuline2_5.addMenuItem("メセナアワード最新情報", "location='../../awards/awards_news.html'");
	menuline2_5.addMenuItem("募集要項", "location='../../awards/awards_application.html'");
	menuline2_5.addMenuItem("これまでの受賞企業・財団", "location='../../awards/winners_contents.html'");
	menuline2_5.writeMenus();
}