<!--
function fwLoadMenus() {
	font = "ＭＳ Ｐゴシック, Osaka";
	
	// 相対パス用の変数設定　←　日本語サイトのみ対応。hpフォルダの位置から相対位置を計算
	
	prepath 	= "";
	var all_path 	= window.location.pathname.split("/hp");
	var last_path = all_path[all_path.length-1].split("/");
	
	for (i = 0; i < last_path.length-2; i++) { 
		prepath += "../";
	}
	
  if (window.fw_menu_0) return;
  	
		//　製品ラインナップ
		window.fw_menu_0_1 = new Menu("DoNet&nbsp;シリーズ",120,19,font,12,"#cccccc","#FFFFFF","#809099","00b4ca");
		fw_menu_0_1.addMenuItem("Data Management","location=prepath+'prod/donet/dm.htm'");
		fw_menu_0_1.addMenuItem("Color Management","location=prepath+'prod/donet/cm.htm'");
		fw_menu_0_1.addMenuItem("DoNet Systems","location=prepath+'prod/donet/series.htm'");
		fw_menu_0_1.hideOnMouseOut=true;

		window.fw_menu_0_8 = new Menu("LITHRONE&nbsp;SX&nbsp;シリーズ",135,19,font,12,"#cccccc","#FFFFFF","#809099","00b4ca");
		fw_menu_0_8.addMenuItem("LITHRONE&nbsp;SX29","location=prepath+'prod/lith_sx/29.htm'");
		fw_menu_0_8.addMenuItem("LITHRONE&nbsp;SX40","location=prepath+'prod/lith_sx/40.htm'");
		fw_menu_0_8.addMenuItem("LITHRONE&nbsp;SX40RP","location=prepath+'prod/lith_sx/40rp.htm'");
		fw_menu_0_8.hideOnMouseOut=true;

		window.fw_menu_0_2 = new Menu("LITHRONE&nbsp;S&nbsp;シリーズ",135,19,font,12,"#cccccc","#FFFFFF","#809099","00b4ca");
		fw_menu_0_2.addMenuItem("LITHRONE&nbsp;S26/S29","location=prepath+'prod/ls/ls2629.htm'");
		fw_menu_0_2.addMenuItem("LITHRONE&nbsp;S26P/S29P","location=prepath+'prod/ls/ls2629p.htm'");
		fw_menu_0_2.addMenuItem("LITHRONE&nbsp;S32","location=prepath+'prod/ls/ls32.htm'");
		fw_menu_0_2.addMenuItem("LITHRONE&nbsp;S40","location=prepath+'prod/ls/ls40.htm'");
		fw_menu_0_2.addMenuItem("LITHRONE&nbsp;S40P","location=prepath+'prod/ls/ls40p.htm'");
		fw_menu_0_2.addMenuItem("LITHRONE&nbsp;S40SP","location=prepath+'prod/ls/ls40sp.htm'");
		fw_menu_0_2.addMenuItem("LITHRONE&nbsp;S44","location=prepath+'prod/ls/ls44.htm'");
		fw_menu_0_2.addMenuItem("LITHRONE&nbsp;S44SP","location=prepath+'prod/ls/ls44sp.htm'");
		fw_menu_0_2.hideOnMouseOut=true;
		
		window.fw_menu_0_3 = new Menu("LITHRONE&nbsp;シリーズ",135,19,font,12,"#cccccc","#FFFFFF","#809099","00b4ca");
		fw_menu_0_3.addMenuItem("LITHRONE&nbsp;20","location=prepath+'prod/lith/l20.htm'");
		//fw_menu_0_3.addMenuItem("LITHRONE&nbsp;32","location=prepath+'prod/lith/l32.htm'");
		fw_menu_0_3.addMenuItem("LITHRONE&nbsp;44SP","location=prepath+'prod/lith/l4044sp.htm'");
		fw_menu_0_3.addMenuItem("LITHRONE&nbsp;II&nbsp;40","location=prepath+'prod/lith/l402.htm'");
		fw_menu_0_3.hideOnMouseOut=true;

		window.fw_menu_0_9 = new Menu("ENTHRONE&nbsp;シリーズ",149,19,font,12,"#cccccc","#FFFFFF","#809099","00b4ca");
		fw_menu_0_9.addMenuItem("ENTHRONE&nbsp;26/29-W","location=prepath+'prod/enth/e2629w.htm'");
		fw_menu_0_9.addMenuItem("ENTHRONE&nbsp;26P/29P-W","location=prepath+'prod/enth/e26p29pw.htm'");
		fw_menu_0_9.hideOnMouseOut=true;

		window.fw_menu_0_4 = new Menu("SPICA&nbsp;シリーズ",120,19,font,12,"#cccccc","#FFFFFF","#809099","00b4ca");
		fw_menu_0_4.addMenuItem("SPICA&nbsp;26/29-W","location=prepath+'prod/spica/spica2629w.htm'");
		fw_menu_0_4.addMenuItem("SPICA&nbsp;26P/29P-W","location=prepath+'prod/spica/sipca2629p.htm'");
		fw_menu_0_4.hideOnMouseOut=true;
		
		/*window.fw_menu_0_5 = new Menu("SPRINT&nbsp;シリーズ",79,19,font,12,"#cccccc","#FFFFFF","#809099","00b4ca");
		fw_menu_0_5.addMenuItem("SPRINT&nbsp;S","location=prepath+'prod/sprint/spints.htm'");
		fw_menu_0_5.addMenuItem("SPRINT&nbsp;GS","location=prepath+'prod/sprint/spintgs.htm'");
		fw_menu_0_5.hideOnMouseOut=true;*/
		
		window.fw_menu_0_6 = new Menu("SYSTEM&nbsp;シリーズ",93,19,font,12,"#cccccc","#FFFFFF","#809099","00b4ca");
		fw_menu_0_6.addMenuItem("SYSTEM&nbsp;18S","location=prepath+'prod/system/s18s.htm'");
		fw_menu_0_6.addMenuItem("SYSTEM&nbsp;20S","location=prepath+'prod/system/s20s.htm'");
		fw_menu_0_6.addMenuItem("SYSTEM&nbsp;25","location=prepath+'prod/system/s25.htm'");
		fw_menu_0_6.addMenuItem("SYSTEM&nbsp;35","location=prepath+'prod/system/s35.htm'");
		fw_menu_0_6.addMenuItem("SYSTEM&nbsp;35S","location=prepath+'prod/system/s35s.htm'");
		fw_menu_0_6.addMenuItem("SYSTEM&nbsp;35D","location=prepath+'prod/system/s35d.htm'");
		fw_menu_0_6.addMenuItem("SYSTEM&nbsp;38S","location=prepath+'prod/system/s38s.htm'");
		fw_menu_0_6.addMenuItem("SYSTEM&nbsp;38D","location=prepath+'prod/system/s38d.htm'");
		fw_menu_0_6.addMenuItem("SYSTEM&nbsp;40","location=prepath+'prod/system/s40.htm'");
		fw_menu_0_6.addMenuItem("SYSTEM&nbsp;43","location=prepath+'prod/system/s43.htm'");
		fw_menu_0_6.hideOnMouseOut=true;
		
		
		window.fw_menu_0_10 = new Menu("LITHRONE&nbsp;G&nbsp;シリーズ",149,19,font,12,"#cccccc","#FFFFFF","#809099","00b4ca");
		fw_menu_0_10.addMenuItem("LITHRONE&nbsp;G&nbsp;40","location=prepath+'prod/lith_g/40.htm'");
		fw_menu_0_10.addMenuItem("LITHRON&nbsp;G&nbsp;40P","location=prepath+'prod/lith_g/40p.htm'");
		fw_menu_0_10.hideOnMouseOut=true;
	
	
	
  	window.fw_menu_0 = new Menu("root",190,19,font,12,"#cccccc","#FFFFFF","#809099","00b4ca");
  	fw_menu_0.addMenuItem("製品ラインアップ一覧","location=prepath+'prod/top.htm'");
	fw_menu_0.addMenuItem("H-UV&nbsp;（ハイブリッド&nbsp;UV&nbsp;システム）","location=prepath+'prod/h_uv/top.htm'");
  	fw_menu_0.addMenuItem(fw_menu_0_1,"location=prepath+'prod/donet/index.htm'");
	fw_menu_0.addMenuItem(fw_menu_0_8,"location=prepath+'prod/lith_sx/top.htm'");
	fw_menu_0.addMenuItem(fw_menu_0_10,"location=prepath+'prod/lith_g/top.htm'");
  	fw_menu_0.addMenuItem(fw_menu_0_2,"location=prepath+'prod/ls/top.htm'");
  	fw_menu_0.addMenuItem(fw_menu_0_3,"location=prepath+'prod/lith/top.htm'");
	fw_menu_0.addMenuItem(fw_menu_0_9,"location=prepath+'prod/enth/top.htm'");
  	fw_menu_0.addMenuItem(fw_menu_0_4,"location=prepath+'prod/spica/top.htm'");
  	//fw_menu_0.addMenuItem(fw_menu_0_5,"location=prepath+'prod/sprint/top.htm'");
  	fw_menu_0.addMenuItem(fw_menu_0_6,"location=prepath+'prod/system/top.htm'");
  	fw_menu_0.addMenuItem("BANKNOTE&nbsp;シリーズ","location=prepath+'prod/special/banknote.htm'");
  	fw_menu_0.addMenuItem("CHAMBON&nbsp;シリーズ","location=prepath+'prod/special/chambon.htm'");
		fw_menu_0.addMenuItem("製品フォトギャラリー","location=prepath+'prod/photogallery/list.php'");
  	fw_menu_0.hideOnMouseOut=true;
  	fw_menu_0.childMenuIcon=prepath+"img/arrows.gif";
		
		//　コモリ・エトセトラ
	  window.fw_menu_1_1 = new Menu("KOMORI多言語版サイト",150,19,font,12,"#cccccc","#666666","#809099","#e9eb00");
	  fw_menu_1_1.addMenuItem("KOMORI英語版サイト","window.open('http://www.komori.com/contents_com/', '_blank');");
	  fw_menu_1_1.addMenuItem("KOMORI中国語版サイト","window.open('http://www.komori.com/cn1/', '_blank');");
	  fw_menu_1_1.hideOnMouseOut=true;
		
  	window.fw_menu_1 = new Menu("root",180,19,font,12,"#cccccc","#666666","#809099","#e9eb00");
  	fw_menu_1.addMenuItem("コモリ陸上部公式ページ","window.open(prepath+'athlete/index.html', '_blank');");
  	fw_menu_1.addMenuItem("採用ホームページ","window.open(prepath+'employment/index.html', '_blank');");
  	fw_menu_1.addMenuItem("KOMORIサービス・ホームページ","window.open('http://www.komori-service.com', '_blank');");
  	fw_menu_1.addMenuItem(fw_menu_1_1,"location='#'");
  	fw_menu_1.addMenuItem("リンクページ","location=prepath+'other/link.htm'");
  	fw_menu_1.addMenuItem("お問合せ","location=prepath+'inq/top.htm'");
  	fw_menu_1.addMenuItem("サイトマップ","location=prepath+'sitemap/index.htm'");
  	fw_menu_1.hideOnMouseOut=true;
  	fw_menu_1.childMenuIcon=prepath+"img/arrows.gif";
 
 		//　ユーザースクエア
		window.fw_menu_2 = new Menu("root",160,19,font,12,"#cccccc","#FFFFFF","#809099","#8959cb");
		fw_menu_2.addMenuItem("ユーザーレポート","location=prepath+'user/top.htm'");
  	fw_menu_2.addMenuItem("KGCプリンティングカレッジ","location=prepath+'school/top.htm'");
  	fw_menu_2.addMenuItem("小　森　会","location=prepath+'k_club/top.htm'");
  	fw_menu_2.addMenuItem("コモリ・オンラインクラブ","location=prepath+'onlineclub/top.htm'");
   	fw_menu_2.hideOnMouseOut=true;
 		
		//　インフォセンター
		window.fw_menu_3_1 = new Menu("プレスリリース",60,19,font,12,"#cccccc","#666666","#809099","#e8ac0e");
		fw_menu_3_1.addMenuItem("2011年","location=prepath+'press/2011/top.htm'");
		fw_menu_3_1.addMenuItem("2010年","location=prepath+'press/2010/top.htm'");
		fw_menu_3_1.addMenuItem("2009年","location=prepath+'press/2009/top.htm'");
		fw_menu_3_1.addMenuItem("2008年","location=prepath+'press/2008/top.htm'");
		fw_menu_3_1.addMenuItem("2007年","location=prepath+'press/2007/top.htm'");
		fw_menu_3_1.addMenuItem("2006年","location=prepath+'press/2006/top.htm'");
		fw_menu_3_1.addMenuItem("2005年","location=prepath+'press/2005/top.htm'");
		fw_menu_3_1.addMenuItem("2004年","location=prepath+'press/2004/top.htm'");
		fw_menu_3_1.addMenuItem("2003年","location=prepath+'press/2003/top.htm'");
		fw_menu_3_1.addMenuItem("2002年","location=prepath+'press/2002/top.htm'");
		fw_menu_3_1.addMenuItem("2001年","location=prepath+'press/2001/top.htm'");
		fw_menu_3_1.hideOnMouseOut=true;
	 
		window.fw_menu_3_2 = new Menu("イベント情報",170,19,font,12,"#cccccc","#666666","#809099","#e8ac0e");
		fw_menu_3_2.addMenuItem("展示会情報","location=prepath+'event/top.htm'");
		fw_menu_3_2.addMenuItem("他のイベント・セミナー","location=prepath+'event/seminar.htm'");
		fw_menu_3_2.addMenuItem("イベント・セミナー参加申込み","location=prepath+'event/form.htm'");
		fw_menu_3_2.hideOnMouseOut=true;
	 
  	window.fw_menu_3 = new Menu("root",120,19,font,12,"#cccccc","#666666","#809099","#e8ac0e");
  	fw_menu_3.addMenuItem(fw_menu_3_1,"location=prepath+'press/top.htm'");
  	fw_menu_3.addMenuItem(fw_menu_3_2,"location=prepath+'event/top.htm'");
  	fw_menu_3.addMenuItem("コモリ・オンプレス","location=prepath+'onpress/top.htm'");
  	fw_menu_3.addMenuItem("環　　　境","location=prepath+'kankyo/top.htm'");
   	fw_menu_3.hideOnMouseOut=true;
   	fw_menu_3.childMenuIcon=prepath+"img/arrows.gif";
		
		//　会社概要
  	window.fw_menu_4 = new Menu("root",120,19,font,12,"#cccccc","#FFFFFF","#809099","#d9699a");
  	fw_menu_4.addMenuItem("会 社 概 要","location=prepath+'company/top.htm'");
  	fw_menu_4.addMenuItem("会 社 沿 革","location=prepath+'company/history.htm'");
  	fw_menu_4.addMenuItem("国 内 拠 点","location=prepath+'company/net_j.htm'");
  	fw_menu_4.addMenuItem("海外ネットワーク","location=prepath+'company/net_w.htm'");
  	fw_menu_4.addMenuItem("経営理念","location=prepath+'company/ci.htm'");
   	fw_menu_4.hideOnMouseOut=true;

  	fw_menu_4.writeMenus();
	
} // fwLoadMenus()

//-->
