// 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 pulldown     */
/* menu ("script.js") should be modified accordingly. Jack Yang, Nextphase Strategy          */
/* ----------------------------------------------------------------------------------------- */


pushin(array_top_menu, new Array("top", "products", "", "", "", "Products", this_page_path+"consumer/", "", i++)); 

	pushin(array_top_menu, new Array("top", "products", "iwear", "", "", "Consumer", this_page_path+"consumer/", "", i++)); 
	
		/* pushin(array_top_menu, new Array("top", "products", "iwear", "wrap_230", "", "Wrap 230", this_page_path+"consumer/products_wrap230.html", "", i++));  */
		pushin(array_top_menu, new Array("top", "products", "iwear", "wrap_280", "", "Wrap 280XL Widescreen", this_page_path+"consumer/products_wrap280xl.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "iwear", "wrap_920", "", "Wrap 920", this_page_path+"consumer/products_wrap920.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "iwear", "wrap_920ar", "", "Wrap 920AR", this_page_path+"consumer/products_wrap920ar.html", "", i++));
		pushin(array_top_menu, new Array("top", "products", "iwear", "wrap_920vrbundle", "", "Wrap 920 VR Bundle", this_page_path+"consumer/products_wrap920vrbundle.html", "", i++));
		pushin(array_top_menu, new Array("top", "products", "iwear", "wrap_1200",  "", "Wrap 1200", this_page_path+"consumer/products_wrap_1200.html", "", i++));
		pushin(array_top_menu, new Array("top", "products", "iwear", "wrap_VR1200",  "", "Wrap 1200VR", this_page_path+"consumer/products_wrap_vr1200.html", "", i++));


		pushin(array_top_menu, new Array("top", "products", "iwear", "camar", "", "CamAR", this_page_path+"consumer/products_camar.html", "", i++)); 
//		pushin(array_top_menu, new Array("top", "products", "iwear", "phasar", "", "PhasAR", this_page_path+"consumer/products_phasar.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "iwear", "wrap_powerPak+",  "", "Wrap PowerPak +", this_page_path+"consumer/products_power_pack.html", "", i++));
		
		pushin(array_top_menu, new Array("top", "products", "iwear", "taceye_lt", "", "Tac-Eye LT", this_page_path+"consumer/products_taceye_lt.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "iwear", "iwear_cable_adaptors", "", "Cable and Adaptors", this_page_path+"consumer/products_cable_adaptors.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "iwear", "iwear_accessories", "", "Accessories", this_page_path+"consumer/products_accessories.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "iwear", "iwear_product_compatibility_chart", "", "Product Charts", this_page_path+"consumer/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", "refurbished_goods", "", "Refurbished Goods", this_page_path+"consumer/refurbished_goods.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "iwear", "discontinued_products", "", "Discontinued Products", this_page_path+"consumer/discontinued_products.html", "", i++)); 


	pushin(array_top_menu, new Array("top", "products", "medical", "", "", "Medical", "http://www.vuzix.com/medical/", "new", i++)); 
	pushin(array_top_menu, new Array("top", "products", "tactical", "", "", "Tactical", "http://www.vuzix.com/tactical/", "new", i++));  

	pushin(array_top_menu, new Array("top", "products", "ar", "", "", "Augmented Reality", this_page_path+"ar/", "", i++));
		/* pushin(array_top_menu, new Array("top", "products", "ar", "camar", "", "iWear CamAR", this_page_path+"ar/products_camar.html", "", i++));  */
		pushin(array_top_menu, new Array("top", "products", "ar", "wrap920ar", "", "Wrap 920AR", this_page_path+"ar/products_wrap920ar.html", "", i++)); 
		
		pushin(array_top_menu, new Array("top", "products", "ar", "wrap920ar", "", "STAR 1200 ", this_page_path+"ar/products_star1200.html", "", i++)); 
		
		pushin(array_top_menu, new Array("top", "products", "ar", "maxreality", "", "maxReality", this_page_path+"ar/maxreality.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "ar", "history", "", "History", this_page_path+"ar/history.html", "", i++));


// store
pushin(array_top_menu, new Array("top", "store", "", "", "", "Store", "http://store.vuzix.co.uk/", "new", i++)); 

// forums
pushin(array_top_menu, new Array("top", "forums", "", "", "", "Forums", this_page_path+"forums/", "", i++)); 

// support
pushin(array_top_menu, new Array("top", "support", "", "", "", "Support", this_page_path+"support/", "", i++)); 
	pushin(array_top_menu, new Array("top", "support", "product_faqs", "", "", "Product FAQs", this_page_path+"support/", "", 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++)); 


 //VR Extensions
	pushin(array_top_menu, new Array("top", "support", "vr_ext", "", "", "VR Extension Exchange", this_page_path+"support/vr-extensions-exchange.html", "", i++)); 
	
pushin(array_top_menu, new Array("top", "support", "vr_ext", "vuzix_extensions", "", "Pre-installed Extensions", this_page_path+"support/vuzix_extensions.html", "", i++)); 
	pushin(array_top_menu, new Array("top", "support", "vr_ext", "extension_downloads", "", "Extension Downloads", this_page_path+"support/extension-downloads.html", "", i++)); 
	pushin(array_top_menu, new Array("top", "support", "vr_ext", this_page_path+"extension_submissions", "", "Extension Submissions", this_page_path+"support/extension_submissions.html", "", i++)); 

 //Warrenty Support
	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", "vr_supported_title", "", "", "VR Supported Titles", this_page_path+"support/vuzix_extensions.html", "", i++)); 


// news
pushin(array_top_menu, new Array("top", "news", "", "", "", "News", this_page_path+"news/", "", i++)); 
	pushin(array_top_menu, new Array("top", "news", "news_releases", "", "", "News Releases", this_page_path+"news/", "", 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", "event_photos", "", "Event Photos", this_page_path+"news/event_photos.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++)); 

// careers
pushin(array_top_menu, new Array("top", "careers", "", "", "", "Careers", this_page_path+"careers/", "", i++)); 

// contact
pushin(array_top_menu, new Array("top", "contact", "", "", "", "Contact", this_page_path+"contact/index.aspx", "", i++)); 

// home
pushin(array_top_menu, new Array("top", "home", "", "", "", "Home", this_page_path+"home/", "", i++)); 


