function mmLoadMenus() {

//製品情報メニュー
//http://203.139.31.155/renewal/
  if (window.mm_menu_products) return;
                          window.mm_menu_products = new Menu("root",200,18,"",10,"#000000","#5C6C92","#EBEBEB","#F3F5F7","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
  mm_menu_products.addMenuItem("<b>製品ラインアップ</b>","location='/products/index.html'");
  mm_menu_products.addMenuItem("<b>周辺機器</b>","location='/products/pc_hard/index.html'");
  mm_menu_products.addMenuItem("USBフラッシュメモリ","location='/products/pc_hard/flash_usb/index.html'");
  mm_menu_products.addMenuItem("ポータブルハードディスク・外付ハードディスク","location='/products/pc_hard/phd/product_index.html'");
  mm_menu_products.addMenuItem("フルハイビジョン・ホームサーバーFlexLink","location='/products/pc_hard/full_high_vision/index.html'");
  mm_menu_products.addMenuItem("リムーバブルハードディスクストレージ RDX","location='/products/pc_hard/rdx/index.html'");
  mm_menu_products.addMenuItem("リムーバブルハードディスクOdyssey","location='/products/pc_hard/odyssey/index.html'");
  mm_menu_products.addMenuItem("イレーサー","location='/products/pc_hard/er_sh/index.html'");
  mm_menu_products.addMenuItem("<b>メディア</b>","location='/products/pc_media/index.html'");
  mm_menu_products.addMenuItem("メモリーカード","location='/products/pc_media/memorycard/index.html'");
  mm_menu_products.addMenuItem("Blu-rayディスク","location='/products/pc_media/blu-ray/index.html'");
  mm_menu_products.addMenuItem("DVDディスク","location='/products/pc_media/dvdr_ram/index.html'");
  mm_menu_products.addMenuItem("CD-R/CD-RW","location='/products/pc_media/cdr_rw/index.html'");
  mm_menu_products.addMenuItem("3.5MO/5.25MO","location='/products/pc_media/mo/index.html'");
  mm_menu_products.addMenuItem("フロッピーディスク","location='/products/pc_media/fd/index.html'");
  mm_menu_products.addMenuItem("<b>コンピューター用テープ＆アクセサリー</b>","location='/products/pc_tape/index.html'");
  mm_menu_products.addMenuItem("データカートリッジ","location='/products/pc_tape/dct/index.html'");
  mm_menu_products.addMenuItem("4mm/8mm/VXAデータテープ","location='/products/pc_tape/4m8m_dt/'");
  mm_menu_products.addMenuItem("SDLT/DLT","location='/products/pc_tape/dlt/index.html'");
  mm_menu_products.addMenuItem("LTO　Ultrium","location='/products/pc_tape/ultrium/index.html'");
  mm_menu_products.addMenuItem("テープカートリッジ","location='/products/pc_tape/tape_c/index.html'");
  mm_menu_products.addMenuItem("テープ保管・搬送用ケース データガード","location='/products/pc_tape/DataGuard/index.html'");
  mm_menu_products.addMenuItem("<b>XtremeMac iPod/iPhone関連製品</b>","location='/products/xtrememac/index.html'");
  mm_menu_products.addMenuItem("<b>シュレッダー/ラミネーター</b>","location='/products/pc_media/accessory/index.html'");
  mm_menu_products.addMenuItem("<b>UPS（無停電電源装置）</b>","location='/products/pc_media/accessory/ups/index.html'");
  mm_menu_products.addMenuItem("<b>CaseLogicブランド PC関連商品</b>","location='/caselogic/'");
  
  mm_menu_products.hideOnMouseOut=true;
  mm_menu_products.bgColor='#999999';
  mm_menu_products.menuBorder=1;
  mm_menu_products.menuLiteBgColor='#CCCCCC';
  mm_menu_products.menuBorderBgColor='#CCCCCC';







//ストレージソリューションメニュー
  window.mm_menu_ss = new Menu("root",220,18,"",10,"#000000","#5C6C92","#EBEBEB","#F3F5F7","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
  mm_menu_ss.addMenuItem("ストレージ・システム","window.open('/ss/index.html', '_blank');");
  mm_menu_ss.addMenuItem("メディアライフサイクルマネージメント","window.open('/dms/index.html', '_blank');");
  mm_menu_ss.addMenuItem("バックアップメディア総合コンサルティングサービス","window.open('/dms/data_backup/consulting.html', '_blank');");
  mm_menu_ss.addMenuItem("イニシャライズサービス","window.open('/dms/index.html#ini', '_blank');");
  mm_menu_ss.addMenuItem("バーコードラベルサービス","window.open('/dms/index.html#ber', '_blank');");
  mm_menu_ss.addMenuItem("RFIDタグサービス","window.open('/dms/index.html#tag', '_blank');");
  mm_menu_ss.addMenuItem("セキュリティタグサービス","window.open('/dms/index.html#sec', '_blank');");
  mm_menu_ss.addMenuItem("RFIDメディア管理システム","window.open('/dms/rfid_media/index.html', '_blank');");
  mm_menu_ss.addMenuItem("不正持ち出し監視セキュリティゲート","window.open('/dms/securitygate/index.html', '_blank');");
  mm_menu_ss.addMenuItem("データ・リカバリー・サービス","window.open('/dms/datarecovery/index.html', '_blank');");
  mm_menu_ss.addMenuItem("LTOヘルススキャニングサービス","window.open('/dms/lto/index.html', '_blank');");
  mm_menu_ss.addMenuItem("バックアップデータ遠隔管理サービス","window.open('/dms/data_backup/index.html', '_blank');");
  mm_menu_ss.addMenuItem("データ・コンバージョン・サービス","window.open('/dms/dataconversion/index.html', '_blank');");
  mm_menu_ss.addMenuItem("データ・イレース・サービス","window.open('/dms/dataerase/index.html', '_blank');");
  mm_menu_ss.addMenuItem("データ消去安心サービス","window.open('/dms/data_delete_service/index.html', '_blank');");
  mm_menu_ss.hideOnMouseOut=true;
  mm_menu_ss.bgColor='#999999';
  mm_menu_ss.menuBorder=1;
  mm_menu_ss.menuLiteBgColor='#CCCCCC';
  mm_menu_ss.menuBorderBgColor='#CCCCCC';



//サポート＆ダウンロードメニュー
  window.mm_menu_support = new Menu("root",232,18,"",10,"#000000","#5C6C92","#EBEBEB","#F3F5F7","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
  mm_menu_support.addMenuItem("最新情報","location='/support/index.html'");
  mm_menu_support.addMenuItem("よくあるご質問","location='http://faq.imation.co.jp/'");
  mm_menu_support.addMenuItem("ユーザー登録","location='https://www.imation.co.jp/support/form/'");
  mm_menu_support.addMenuItem("ドライバ/取扱説明書/ファームウェアダウンロード","location='/support/download/index.html'");
  mm_menu_support.addMenuItem("修理サービスのご案内","location='/support/repair/index.html'");
  mm_menu_support.addMenuItem("カタログダウンロード","location='/support/c_download/index.html'");
  mm_menu_support.addMenuItem("技術情報","location='/support/technology/index.html'");
  mm_menu_support.addMenuItem("パッケージ仕様情報","location='/support/product_size/01.html'");
  mm_menu_support.addMenuItem("イメーション製品検索","location='/support/search/index.html'");
  mm_menu_support.addMenuItem("販売終了製品のお知らせ","location='/support/end/index.html'"); 
  mm_menu_support.addMenuItem("製品保守終了のお知らせ","location='/support/m_end/index.html'");
  mm_menu_support.hideOnMouseOut=true;
  mm_menu_support.bgColor='#999999';
  mm_menu_support.menuBorder=1;
  mm_menu_support.menuLiteBgColor='#CCCCCC';
  mm_menu_support.menuBorderBgColor='#CCCCCC';




//会社情報メニュー
  window.mm_menu_about = new Menu("root",119,18,"",10,"#000000","#5C6C92","#EBEBEB","#F3F5F7","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
  mm_menu_about.addMenuItem("イメーション社について","location='/info/company/about.html'");
  mm_menu_about.addMenuItem("イメーション社の事業概要","location='/info/company/gaiyou_b.html'");
  mm_menu_about.addMenuItem("会社概要","location='/info/index.html'");
  mm_menu_about.addMenuItem("ご挨拶","location='/info/company/greeting.html'");
  mm_menu_about.addMenuItem("沿革","location='/info/company/enkaku.html'");
  mm_menu_about.addMenuItem("ミッションステートメント","location='/info/company/mission_s.html'");
  mm_menu_about.addMenuItem("お客様への約束","location='/info/company/promise.html'");
  mm_menu_about.addMenuItem("経営理念","location='/info/company/rinen.html'");
  mm_menu_about.addMenuItem("拠点一覧（国内）","location='/info/company/list.html'");
  mm_menu_about.addMenuItem("環境への取組み","location='/info/company/kankyo.html'");
  mm_menu_about.addMenuItem("採用情報","location='/info/recruit.html'");
  mm_menu_about.addMenuItem("お問合せ","location='/info/contact.html'");
  mm_menu_about.addMenuItem("ニュースリリース","location='/info/news/index.html'");
  mm_menu_about.addMenuItem("What's New","location='/info/whats/index.html'");
  mm_menu_about.hideOnMouseOut=true;
  mm_menu_about.bgColor='#999999';
  mm_menu_about.menuBorder=1;
  mm_menu_about.menuLiteBgColor='#CCCCCC';
  mm_menu_about.menuBorderBgColor='#CCCCCC';

mm_menu_about.writeMenus();

} // mmLoadMenus()

