// current page path
var this_page_path="../";
if(this_section_id==""){this_page_path="";}

// a 4-level menu array
var array_top_menu=new Array();
var i=0;

/*------------------------------------------------------------------------------------------ */
/* This array stores the page structure information, which is needed to generate pull_down   */
/* menu at the top of each page.                                                             */
/* The array is designed to have a maximum of 4 levels of submenu. If needed, it can be      */
/* expanede by adding more "id" elements. In that case, the script of rendering pull_down    */
/* menu ("script.js") should be modified accordingly. Jack Yang, Nextphase Strategy          */
/* ----------------------------------------------------------------------------------------- */


pushin(array_top_menu, new Array("top", "products", "", "", "", "Products", this_page_path+"iwear/index.html", "", i++)); 

	pushin(array_top_menu, new Array("top", "products", "iwear", "", "", "Consumer", this_page_path+"iwear/index.html", "", i++)); 

		pushin(array_top_menu, new Array("top", "products", "iwear", "wrap_230", "", "Wrap 230", this_page_path+"iwear/products_wrap230.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "iwear", "wrap_310", "", "Wrap 310", this_page_path+"iwear/products_wrap310.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "iwear", "wrap_920", "", "Wrap 920", this_page_path+"iwear/products_wrap920.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "iwear", "wrap_920ar", "", "Wrap 920AR", this_page_path+"iwear/products_wrap920ar.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "iwear", "iwear_vr920", "", "iWear VR920", this_page_path+"iwear/products_vr920.html", "", i++)); 

		pushin(array_top_menu, new Array("top", "products", "iwear", "camar", "", "CamAR", this_page_path+"iwear/products_camar.html", "", i++)); 
//		pushin(array_top_menu, new Array("top", "products", "iwear", "phasar", "", "PhasAR", this_page_path+"iwear/products_phasar.html", "", i++)); 

		pushin(array_top_menu, new Array("top", "products", "iwear", "taceye_lt", "", "Tac-Eye LT", this_page_path+"iwear/products_taceye_lt.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "iwear", "iwear_cable_adaptors", "", "Cable and Adaptors", this_page_path+"iwear/products_cable_adaptors.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "iwear", "iwear_accessories", "", "iWear Accessories", this_page_path+"iwear/products_accessories.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "iwear", "iwear_3d_games_videos", "", "3D Content", this_page_path+"3dzone/3d_games_videos.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "iwear", "iwear_product_compatibility_chart", "", "Product Charts", this_page_path+"iwear/product_compatibility_chart.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "iwear", "iwear_product_sheets", "", "Product Sheet", this_page_path+"news/product_sheets.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "iwear", "iwear_vr920", "", "Refurbished Goods", this_page_path+"iwear/refurbished_goods.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "iwear", "iwear_vr920", "", "Discontinued Products", this_page_path+"iwear/discontinued_products.html", "", i++)); 

	pushin(array_top_menu, new Array("top", "products", "medical", "", "", "Medical", this_page_path+"medical/index.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "medical", "overview", "", "Overview", this_page_path+"medical/index.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "medical", "sightmate", "", "SightMate LV920", this_page_path+"medical/lv920.html", "", i++));
		pushin(array_top_menu, new Array("top", "products", "medical", "vuemate", "", "SightMate Combo Viewer", this_page_path+"medical/sightmatecombo.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "medical", "freedom", "", "SightMate Freedom Viewer Combo", this_page_path+"medical/freedom.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "medical", "accessories", "", "Accessories", this_page_path+"medical/accessories.html", "", i++)); 

		pushin(array_top_menu, new Array("top", "products", "medical", "dental_distraction", "", "Pain Management and Dementia DVDs", this_page_path+"medical/pain_management.html", "", i++)); 
			pushin(array_top_menu, new Array("top", "products", "medical", "dental_distraction", "dvd", "Pain Distraction DVDs", this_page_path+"medical/pain_management_dvd.html", "", i++)); 
			pushin(array_top_menu, new Array("top", "products", "medical", "dental_distraction", "alzheimer_dementia_dvd", "Alzheimer’s and Dementia DVDs", this_page_path+"medical/pain_management_alzheimer_dementia_dvd.html", "", i++)); 
			
		pushin(array_top_menu, new Array("top", "products", "medical", "events", "", "Events", this_page_path+"medical/events.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "medical", "media", "", "Media", this_page_path+"medical/media_contact.html", "", i++)); 
			pushin(array_top_menu, new Array("top", "products", "medical", "media", "in_the_news", "In the News", this_page_path+"medical/in_the_news.html", "", i++)); 
			pushin(array_top_menu, new Array("top", "products", "medical", "media", "news_releases", "News Releases", this_page_path+"medical/news_releases.html", "", i++)); 
			pushin(array_top_menu, new Array("top", "products", "medical", "media", "contact", "Media Contact", this_page_path+"medical/media_contact.html", "", i++)); 
			pushin(array_top_menu, new Array("top", "products", "medical", "media", "fact_sheets_brochure", "Fact Sheets / Brochure", this_page_path+"medical/media.html", "", i++)); 
			pushin(array_top_menu, new Array("top", "products", "medical", "media", "photos", "Photos", this_page_path+"medical/media_photos.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "medical", "contact", "", "Contact", this_page_path+"medical/contact.html", "", i++)); 

	pushin(array_top_menu, new Array("top", "products", "tactical", "", "", "Tactical", this_page_path+"tactical/index.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "tactical", "overview", "", "Overview", this_page_path+"tactical/index.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "tactical", "taceye_products", "", "Tac-Eye Products", this_page_path+"tactical/taceye_products.html", "", i++)); 
			pushin(array_top_menu, new Array("top", "products", "tactical", "taceye_products", "gmd", "Tac-Eye GMD&trade;", this_page_path+"tactical/taceye_products_gmd.html", "", i++)); 
			pushin(array_top_menu, new Array("top", "products", "tactical", "taceye_products", "lt", "Tac-Eye LT", this_page_path+"tactical/taceye_products_lt.html", "", i++)); 
			pushin(array_top_menu, new Array("top", "products", "tactical", "taceye_products", "remote_sight", "Tac-Eye Tactical Remote Sight", this_page_path+"tactical/taceye_products_remote_sight.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "tactical", "commercial_applications", "", "Commercial Applications", this_page_path+"tactical/commercial_applications.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "tactical", "custom_solutions", "", "Custom Solutions", this_page_path+"tactical/custom_solutions.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "tactical", "nextgen_systems", "", "NextGen Systems", this_page_path+"tactical/nextgen_systems.html", "", i++)); 
			pushin(array_top_menu, new Array("top", "products", "tactical", "nextgen_systems", "future_force_warrior", "Future Force Warrior", this_page_path+"tactical/nextgen_systems.html", "", i++)); 
			pushin(array_top_menu, new Array("top", "products", "tactical", "nextgen_systems", "wearable_computing", "Wearable Computing", this_page_path+"tactical/nextgen_systems_wearable_computing.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "tactical", "events", "", "Events", this_page_path+"tactical/events.html", "", i++)); 

// store
pushin(array_top_menu, new Array("top", "store", "", "", "", "Store", "https://store.vuzix.com/", "new", i++)); 

// forums
pushin(array_top_menu, new Array("top", "forums", "", "", "", "Forums", this_page_path+"forums/index.html", "", i++)); 

// support
pushin(array_top_menu, new Array("top", "support", "", "", "", "Support", this_page_path+"support/index.html", "", i++)); 
	pushin(array_top_menu, new Array("top", "support", "product_faqs", "", "", "Product FAQs", this_page_path+"support/index.html", "", i++)); 
	pushin(array_top_menu, new Array("top", "support", "downloads_drivers", "", "", "Downloads and Drivers", this_page_path+"support/downloads_drivers.html", "", i++)); 

	pushin(array_top_menu, new Array("top", "support", "how_to", "", "", "How-To", this_page_path+"support/how_to.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "support", "how_to", "wrap_vga_adapter_windows_7", "", "Wrap VGA Adapter & Windows 7", this_page_path+"support/how_to_wrap_vga_adapter_windows_7.html", "", i++)); 

	pushin(array_top_menu, new Array("top", "support", "warranty_support", "", "", "Warranty Support", this_page_path+"support/warranty_support.html", "", i++)); 
	pushin(array_top_menu, new Array("top", "support", "return_product_procedures", "", "", "30 Day Money Back Guarantee", this_page_path+"support/return_product_procedures.html", "", i++)); 
	pushin(array_top_menu, new Array("top", "support", "developer_program", "", "", "Developer Program", this_page_path+"support/developer_program.html", "", i++)); 


// news
pushin(array_top_menu, new Array("top", "news", "", "", "", "News", this_page_path+"news/index.html", "", i++)); 
	pushin(array_top_menu, new Array("top", "news", "news_releases", "", "", "News Releases", this_page_path+"news/index.html", "", i++)); 
	pushin(array_top_menu, new Array("top", "news", "in_the_news", "", "", "In the News", this_page_path+"news/in_the_news_online.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "news", "in_the_news", "online", "", "Online", this_page_path+"news/in_the_news_online.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "news", "in_the_news", "print", "", "Print", this_page_path+"news/in_the_news_print.html", "", i++)); ;
		pushin(array_top_menu, new Array("top", "news", "in_the_news", "video", "", "Broadcast / Video", this_page_path+"news/in_the_news_video.html", "", i++)); 
	pushin(array_top_menu, new Array("top", "news", "media_kit_photos", "", "", "Media Kit / Photos", this_page_path+"news/product_photos.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "news", "media_kit_photos", "product_photos", "", "Product Photos", this_page_path+"news/product_photos.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "news", "media_kit_photos", "background_information", "", "Background Information", this_page_path+"news/background_information.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "news", "media_kit_photos", "product_sheets", "", "Product Sheets", this_page_path+"news/product_sheets.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "news", "media_kit_photos", "product_logos", "", "Product Logos", this_page_path+"news/product_logos.html", "", i++)); 
	pushin(array_top_menu, new Array("top", "news", "event_trade_shows", "", "", "Events / Trade Shows", this_page_path+"news/event_trade_shows.html", "", i++)); 
	pushin(array_top_menu, new Array("top", "news", "media_contact", "", "", "Media Contact", this_page_path+"news/media_contact.html", "", i++)); 

// Investors
pushin(array_top_menu, new Array("top", "investors", "", "", "", "Investors", this_page_path+"corporate/stock_quote.html", "", i++)); 

// contact
pushin(array_top_menu, new Array("top", "contact", "", "", "", "Contact", this_page_path+"contact/index.aspx", "", i++)); 


// search
pushin(array_top_menu, new Array("top", "search", "", "", "", "Search", this_page_path+"search/index.html", "", i++)); 
	pushin(array_top_menu, new Array("top", "search", "search", "", "", "Search", this_page_path+"search/index.html", "", i++)); 
	pushin(array_top_menu, new Array("top", "search", "sitemap", "", "", "Site Map", this_page_path+"search/sitemap.html", "", i++)); 

// home
pushin(array_top_menu, new Array("top", "home", "", "", "", "Home", this_page_path+"home/index.html", "", i++)); 

