
var array_items=new Array();
// write your nav section items here, 
// using following format: [group_id], [member_id], [text displayed in the menu], [url of menu link]
// for group title item, leave [member_id] blank
array_items[0]=new Array("products", "", "製品シート", "products.html");
array_items[1]=new Array("products", "iwear_av230xl", "iWear AV230 XL+", "products_av230xl.html");
array_items[2]=new Array("products", "iwear_av310w", "iWear AV310 Widescreen", "products_av310w.html");
array_items[3]=new Array("products", "iwear_av920", "iWear AV920", "products_av920.html");
array_items[4]=new Array("products", "iwear_vr920", "iWear VR920", "products_vr920.html");
array_items[5]=new Array("products", "SightMate_lv920", "SightMate LV920", "http://www.visualwear.co.jp/lv920.html");
array_items[6]=new Array("products", "SightMate Combo Viewer", "SightMate Combo Viewer", "http://www.visualwear.co.jp/mousecamera.html");
array_items[7]=new Array("products", "SightMate Freedom Viewer0", "SightMate Freedom Viewer", "http://www.visualwear.co.jp/eyeq.html");
array_items[8]=new Array("products", "cable_adaptors", "アクセサリ", "http://www.vuzix.co.jp/shop/item_list?category_id=23587");
array_items[9]=new Array("products", "3dzone_games", "3D ゲーム / ビデオ", "products_3dzone_games.html");
array_items[10]=new Array("products", "sps", "商品説明特設サイト", "http://www.vuzix.jp/campaign/");
array_items[11]=new Array("store", "", "ショップ", "http://www.vuzix.co.jp/");
array_items[12]=new Array("media", "", "メディア", "media.html");
array_items[13]=new Array("media", "news_release", " ニュースリリース", "media_news_release.html");
array_items[14]=new Array("media", "product_photos", "製品の画像", "media_product_photos.html");
array_items[15]=new Array("media", "product_sheets", "製品シート", "media_product_sheets.html");
array_items[16]=new Array("support", "", "サポート", "support_downloads_drivers.html");
array_items[17]=new Array("contact", "", "問い合わせ", "contact.aspx");


render_nav_section(array_items, this_section_id, this_group_id, this_member_id);
