function fwLoadMenus() {  if (window.fw_menu_0) return;  window.fw_menu_0 = new Menu("root",205,17,"MS UI Gothic, Osaka",13,"#000099","#ffffff","#ccccff","#000099");  fw_menu_0.addMenuItem("全自動常圧CVD　PJ-9600","window.open('handoutai.html', '_top');");  fw_menu_0.addMenuItem("ICカード検査装置","window.open('ic_card.html', '_top');");  fw_menu_0.addMenuItem("ウエハ/マスク保管庫","window.open('stocker.html', '_top');");  fw_menu_0.addMenuItem("LCD基板自動搬送装置　Traverser","window.open('lcd.html', '_top');");   fw_menu_0.hideOnMouseOut=true;  window.fw_menu_1 = new Menu("root",240,17,"MS UI Gothic, Osaka",13,"#000099","#ffffff","#ccccff","#000099");  fw_menu_1.addMenuItem("Watlow社ヒーター、センサー、コントローラ","window.open('watlow.html', '_top');");  fw_menu_1.addMenuItem("CMP用 パッド コンディショナー","window.open('cmp.html', '_top');");  fw_menu_1.addMenuItem("エンドポイントコントローラ","window.open('endpoint.html', '_top');");  fw_menu_1.addMenuItem("光学式温度計","window.open('kougaku.html', '_top');");  fw_menu_1.addMenuItem("非接触　薄片ウエハー用マニュアルハンドラー","window.open('manual.html', '_top');");  fw_menu_1.hideOnMouseOut=true;  window.fw_menu_2 = new Menu("root",165,17,"MS UI Gothic, Osaka",13,"#000099","#ffffff","#ccccff","#000099");  fw_menu_2.addMenuItem("フォトマスク欠陥測定システム","window.open('system.html', '_top');");   fw_menu_2.hideOnMouseOut=true;  fw_menu_2.writeMenus();} // fwLoadMenus()
