function fwLoadMenus() {  if (window.fw_menu_1) return;    window.fw_menu_1 = new Menu("root",130,18,"Osaka, MS Gothic",12,"#ffffff","#000000","#cccccc","#888888");  fw_menu_1.addMenuItem("あららら","location='http://www.google.co.jp/'");  fw_menu_1.addMenuItem("会社概要","location='gaiyou/gaiyou.html'");  fw_menu_1.addMenuItem("Works File","location='works/works.html'");  fw_menu_1.addMenuItem("環境への取り組み","location='ecoreport/index.html'");  fw_menu_1.addMenuItem("関連会社","location='kanren/kanren.html'");  fw_menu_1.addMenuItem("販売物件のご案内","location='hanbai/hanbai.html'");  fw_menu_1.hideOnMouseOut=true;    window.fw_menu_2 = new Menu("root",140,18,"Osaka, MS Gothic",12,"#4b4bed","#ffffff","#d1d1d1","#7d7dfa");  fw_menu_2.addMenuItem("社長あいさつ","location='ir/shachou.html'");    fw_menu_2.addMenuItem("ニュースリリース","location='ir/newsrelease.html'");  fw_menu_2.addMenuItem("決算短信","location='ir/kessan.html'");    fw_menu_2.addMenuItem("事業報告書","location='ir/bizreport.html'");    fw_menu_2.addMenuItem("有価証券報告書","location='ir/yuuka.html'");  fw_menu_2.addMenuItem("ANNUAL REPORT","location='ir/cfs.html'");    fw_menu_2.addMenuItem("Value-up３計画の概要","location='ir/value-up3.html'");  fw_menu_2.addMenuItem("業績推移等","location='ir/gyouseki.html'");    fw_menu_2.hideOnMouseOut=true;    window.fw_menu_3 = new Menu("root",165,18,"Osaka, MS Gothic",12,"#4b4bed","#ffffff","#d1d1d1","#7d7dfa");  fw_menu_3.addMenuItem("技術研究所","location='lab/index.html'");  fw_menu_3.addMenuItem("ファシリティマネジメント","location='fm/index.html'");  fw_menu_3.addMenuItem("快適な住環境づくり","location='technology/index.html'");  fw_menu_3.addMenuItem("リニューアル","location='renewal/index.html'");  fw_menu_3.hideOnMouseOut=true;  fw_menu_3.writeMenus();} // fwLoadMenus()