
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

pushin(array_items, new Array("our_products", "", "Our Products", "index.html"));

pushin(array_items, new Array("our_products", "new_product_presentation", "New Product Presentation", "product_presentation.html"));

pushin(array_items, new Array("our_products", "wrap_230", "Wrap 230", "products_wrap230.html"));
pushin(array_items, new Array("our_products", "wrap_310xl", "Wrap 310XL<span class='supscrpt'>New</span>", "products_wrap310xl.html"));
pushin(array_items, new Array("our_products", "wrap_920", "Wrap 920", "products_wrap920.html"));
pushin(array_items, new Array("our_products", "wrap_920ar", "Wrap 920AR<span class='supscrpt'>Coming soon</span>", "products_wrap920ar.html"));

pushin(array_items, new Array("our_products", "iwear_vr920", "iWear VR920", "products_vr920.html"));

pushin(array_items, new Array("our_products", "camar", "iWear CamAR", "products_camar.html"));
//pushin(array_items, new Array("our_products", "phasar", "iWear PhasAR", "products_phasar.html"));

pushin(array_items, new Array("our_products", "taceye_lt", "Tac-Eye LT", "products_taceye_lt.html"));
pushin(array_items, new Array("our_products", "iwear_cable_adaptors", "Cables and Adapters", "products_cable_adaptors.html"));
pushin(array_items, new Array("our_products", "iwear_accessories", "Accessories", "products_accessories.html"));
pushin(array_items, new Array("our_products", "iwear_3d_games_videos", "3D Video DVDs", "../3dzone/3d_games_videos.html"));
pushin(array_items, new Array("our_products", "iwear_product_sheets", "Product Sheets", "../news/product_sheets.html"));

pushin(array_items, new Array("our_products", "refurbished_goods", "Refurbished Goods", "refurbished_goods.html"));
pushin(array_items, new Array("our_products", "discontinued_products", "Discontinued Products", "discontinued_products.html"));

pushin(array_items, new Array("product_chart", "", "Product Charts", "product_compatibility_chart.html"));
	pushin(array_items, new Array("product_chart", "iwear_product_compatibility_chart", "iWear Compatibility Chart", "product_compatibility_chart.html"));
	pushin(array_items, new Array("product_chart", "iwear_av_device_compatibility", "Mobile Device Compatibility", "av_device_compatibility.html"));
	pushin(array_items, new Array("product_chart", "wrap_product_comparison_chart", "Wrap&trade; Comparison Chart", "wrap_product_comparison_chart.html"));
	pushin(array_items, new Array("product_chart", "cable_compatibility_chart", "Cable Compatibility Chart", "cable_compatibility_chart.html"));

pushin(array_items, new Array("special_applications", "", "Special Applications", "special_applications.html"));
pushin(array_items, new Array("customer_endorsements", "", "Customer Endorsements", "customer_endorsements.html"));
pushin(array_items, new Array("store", "", "Store", "https://store.vuzix.com/"));
pushin(array_items, new Array("reviews", "", "Product Reviews", "reviews.html"));
pushin(array_items, new Array("events", "", "Events", "events.html"));

render_nav_section(array_items, this_section_id, this_group_id, this_member_id);
