<!--
function mmLoadMenus() {
  if (window.mm_menu_newheader) return;

  window.mm_menu_product = new Menu("root",140,22,"Arial, MS UI Gothic, Osaka",12,"#FFFFFF","#000000","#000000","#CCCCCC","left","middle",3,0,200,-5,7,true,false,true,0,false,false);
  mm_menu_product.addMenuItem("ThreadX","window.open('http://rtos.jp/product/threadx.html', '_self');");
  mm_menu_product.addMenuItem("ThreadX-μITRON","window.open('http://rtos.jp/product/threadx.html#Itron', '_self');");
  mm_menu_product.addMenuItem("ThreadX/SMP","window.open('http://rtos.jp/product/threadx_smp.html', '_self');");
  mm_menu_product.addMenuItem("FileX","window.open('http://rtos.jp/product/filex.html', '_self');");
  mm_menu_product.addMenuItem("NetX","window.open('http://rtos.jp/product/netx.html', '_self');");
  mm_menu_product.addMenuItem("TraceX","window.open('http://rtos.jp/product/tracex.html', '_self');");
  mm_menu_product.addMenuItem("StackX","window.open('http://rtos.jp/product/stackx.html', '_self');");
   mm_menu_product.menuBorder=1;
   mm_menu_product.menuLiteBgColor='#ffffff';
   mm_menu_product.menuBorderBgColor='#555555';
   mm_menu_product.bgColor='#555555';
   mm_menu_product.hideOnMouseOut=true;


  window.mm_menu_case = new Menu("root",140,22,"Arial, MS UI Gothic, Osaka",12,"#FFFFFF","#000000","#000000","#CCCCCC","left","middle",3,0,200,-5,7,true,false,true,0,false,false);
  mm_menu_case.addMenuItem("コンシューマ機器","window.open('http://rtos.jp/case/index.html#01', '_self');");
  mm_menu_case.addMenuItem("医療","window.open('http://rtos.jp/case/index.html#02', '_self');");
  mm_menu_case.addMenuItem("SoC","window.open('http://rtos.jp/case/index.html#03', '_self');");
  mm_menu_case.addMenuItem("産業系","window.open('http://rtos.jp/case/index.html#07', '_self');");
  mm_menu_case.addMenuItem("車載","window.open('http://rtos.jp/case/index.html#04', '_self');");
  mm_menu_case.addMenuItem("ネットワーク","window.open('http://rtos.jp/case/index.html#05', '_self');");
  mm_menu_case.addMenuItem("航空宇宙分野","window.open('http://rtos.jp/case/index.html#06', '_self');");
   mm_menu_case.hideOnMouseOut=true;
   mm_menu_case.menuBorder=1;
   mm_menu_case.menuLiteBgColor='#ffffff';
   mm_menu_case.menuBorderBgColor='#555555';
   mm_menu_case.bgColor='#555555';

  window.mm_menu_partner = new Menu("root",140,22,"Arial, MS UI Gothic, Osaka",12,"#FFFFFF","#000000","#000000","#CCCCCC","left","middle",3,0,200,-5,7,true,false,true,0,false,false);
  mm_menu_partner.addMenuItem("WLAN+SDIO","window.open('http://www.grape.co.jp/embwise/sdioworx.html', '_self');");
  mm_menu_partner.addMenuItem("開発ツール","window.open('http://rtos.jp/partner/tool.html', '_self');");
  mm_menu_partner.addMenuItem("USB関連","window.open('http://www.grape.co.jp/grapeware/gr_toppage.html', '_self');");
  mm_menu_partner.addMenuItem("セキュリティ","window.open('http://rtos.jp/partner/cypherbridge.html', '_self');");
  mm_menu_partner.addMenuItem("半導体","window.open('http://rtos.jp/partner/semicon.html', '_self');");
   mm_menu_partner.hideOnMouseOut=true;
   mm_menu_partner.menuBorder=1;
   mm_menu_partner.menuLiteBgColor='#ffffff';
   mm_menu_partner.menuBorderBgColor='#555555';
   mm_menu_partner.bgColor='#555555';

  window.mm_menu_support = new Menu("root",140,22,"Arial, MS UI Gothic, Osaka",12,"#FFFFFF","#000000","#000000","#CCCCCC","left","middle",3,0,200,-5,7,true,false,true,0,false,false);
  mm_menu_support.addMenuItem("技術白書／記事","window.open('http://rtos.jp/support/whitepaper.html', '_self');");
  mm_menu_support.addMenuItem("最新製品バージョン","window.open('http://rtos.jp/support/latest.html', '_self');");
  mm_menu_support.addMenuItem("技術サポート","window.open('http://www.grape.co.jp/support.html', '_self');");
   mm_menu_support.hideOnMouseOut=true;
   mm_menu_support.menuBorder=1;
   mm_menu_support.menuLiteBgColor='#ffffff';
   mm_menu_support.menuBorderBgColor='#555555';
   mm_menu_support.bgColor='#555555';

  window.mm_menu_download = new Menu("root",140,22,"Arial, MS UI Gothic, Osaka",12,"#FFFFFF","#000000","#000000","#CCCCCC","left","middle",3,0,200,-5,7,true,false,true,0,false,false);
  mm_menu_download.addMenuItem("カタログ","window.open('http://rtos.jp/download/catalog.html', '_self');");
  mm_menu_download.addMenuItem("ThreadX 評価版","window.open('http://rtos.jp/download/demo.html', '_self');");
  mm_menu_download.addMenuItem("TraceX トライアル版","window.open('http://rtos.jp/download/tracex.html', '_self');");
  mm_menu_download.addMenuItem("StackX トライアル版","window.open('http://rtos.jp/download/stackx.html', '_self');");
   mm_menu_download.hideOnMouseOut=true;
   mm_menu_download.menuBorder=1;
   mm_menu_download.menuLiteBgColor='#ffffff';
   mm_menu_download.menuBorderBgColor='#555555';
   mm_menu_download.bgColor='#555555';

  mm_menu_download.writeMenus();
} // mmLoadMenus()

//-->
