// 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('