// menu_sideNavi var path = document.location.pathname; var menu = { accessory: [ { text: "マイク端子用", link:"/product/audio/accessory/mic/index.html" }, { text: "トランスクリプション用", link:"/product/audio/accessory/transcription/index.html" }, { text: "バッテリー類", link:"/product/audio/accessory/battery/index.html" }, { text: "アンテナ", link:"/product/audio/accessory/antenna/an1/index.html" }, { text: "その他", link:"/product/audio/accessory/others/index.html" } ] }; var old_products = [ "/product/audio/accessory/mic/me50s/index.html", "/product/audio/accessory/mic/me12/index.html", "/product/audio/accessory/transcription/as2300/index.html" ]; function write_menu(category){ for(var i=0,cur_menu; cur_menu = menu[category][i]; i++){ var _path = cur_menu["link"].split("index.html")[0] var _current = path.match(_path) ? ' class="current"' : ''; document.write(''+cur_menu["text"]+''); } }; function write_old_products(){ for(var i=0,cur_old; cur_old = old_products[i]; i++){ if( path.match(cur_old.split("index.html")[0]) ){ document.write('
  • 今までに発表した製品
  • '); return; } } document.write('
  • 今までに発表した製品
  • '); }; /*------------------------------------------------------------------*/ document.write('

    オーディオ

    '); document.write('');