function fwLoadMenus() {  if (window.fw_menu_0) return;  window.fw_menu_0 = new Menu("root",88,19,"Osaka, MS UI Gothic",12,"#000000","#ffffff","#cccccc","#0066cc");  fw_menu_0.addMenuItem("ごあいさつ","location='tcr_about.html'");  fw_menu_0.addMenuItem("沿　革","location='tcr_history.html'");   fw_menu_0.hideOnMouseOut=true;  window.fw_menu_1 = new Menu("root",100,19,"Osaka, MS UI Gothic",12,"#000000","#ffffff","#cccccc","#0066cc");  fw_menu_1.addMenuItem("ネットワーク","location='tcr_net.html'");   fw_menu_1.hideOnMouseOut=true;  window.fw_menu_2 = new Menu("root",163,19,"Osaka, MS UI Gothic",12,"#000000","#ffffff","#cecece","#0063ce");  fw_menu_2.addMenuItem("カーリサイクルの仕組-1","location='car_recycle/recycle_system01/recycle_system01.html'");   fw_menu_2.hideOnMouseOut=true;  window.fw_menu_3 = new Menu("root",112,19,"Osaka, MS UI Gothic",12,"#000000","#ffffff","#cecece","#0063ce");  fw_menu_3.addMenuItem("TCRの廃車処理","location='report/report01/report01.html'");   fw_menu_3.hideOnMouseOut=true;  fw_menu_3.writeMenus();}