// 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", "taceye_products", "", "Tac-Eye Products", this_page_path+"tactical/taceye_products.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", "binocular", "Tac-Eye Binocular", this_page_path+"tactical/taceye_products_binocular.html", "", i++)); 
			pushin(array_top_menu, new Array("top", "products", "tactical", "taceye_products", "handheld_viewer", "Tac-Eye Handheld Viewer", this_page_path+"tactical/taceye_products_handheld_viewer.html", "", i++)); 
			pushin(array_top_menu, new Array("top", "products", "tactical", "taceye_products", "downloads", "Downloads", this_page_path+"tactical/taceye_products_downloads.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "tactical", "commercial_industrial_applications", "", "Commercial / Industrial Applications", this_page_path+"tactical/commercial_industrial_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", "wearable_computing", "Wearable Computing", this_page_path+"tactical/nextgen_systems.html", "", i++)); 
			pushin(array_top_menu, new Array("top", "products", "tactical", "nextgen_systems", "battlefield_air_operations_kit", "Battlefield Air Operations Kit", this_page_path+"tactical/nextgen_systems_battlefield_air_operations_kit.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_future_force_warrior.html", "", i++)); 
		pushin(array_top_menu, new Array("top", "products", "tactical", "events", "", "Events", this_page_path+"tactical/events.html", "", i++)); 

	pushin(array_top_menu, new Array("top", "products", "ar_education", "", "", "AR Education", "http://www.vuzix.com/AR_Site/default.asp", "", 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", "corporate", "", "", "", "Investors", this_page_path+"corporate/stock_quote.html", "", i++)); 



	pushin(array_top_menu, new Array("top", "corporate", "about_vuzix", "", "", "About Vuzix", this_page_path+"corporate/index.html", "", i++));
	pushin(array_top_menu, new Array("top", "corporate", "management", "", "", "Management", this_page_path+"corporate/management.html", "", i++));
		pushin(array_top_menu, new Array("top", "corporate", "management", "directors", "", "Directors", this_page_path+"corporate/directors.html", "", i++));
	pushin(array_top_menu, new Array("top", "corporate", "news", "", "", "News", this_page_path+"news/index.html", "", i++));
	pushin(array_top_menu, new Array("top", "corporate", "corporate_facts", "", "", "Corporate Facts", this_page_path+"corporate/corporate_facts.html", "", i++));

	pushin(array_top_menu, new Array("top", "corporate", "investors", "", "", "Investor FAQs", this_page_path+"corporate/investors.html", "", i++));
	pushin(array_top_menu, new Array("top", "corporate", "stock_quote", "", "", "Stock Quote", this_page_path+"corporate/stock_quote.html", "", i++));
		pushin(array_top_menu, new Array("top", "corporate", "stock_quote", "warrant_quote", "", "Warrant Quote", this_page_path+"corporate/warrant_quote.html", "", i++));
		pushin(array_top_menu, new Array("top", "corporate", "stock_quote", "about_tsx", "", "About The TSX Venture Exchange", this_page_path+"corporate/about_tsx.html", "", i++));

	pushin(array_top_menu, new Array("top", "corporate", "company_financials_reports", "", "", "Company Financials and Reports", this_page_path+"corporate/company_financials_reports.html", "", i++));
		pushin(array_top_menu, new Array("top", "corporate", "company_financials_reports", "quarterly_reports", "", "Quarterly Reports", this_page_path+"corporate/company_financials_reports.html", "", i++));
		pushin(array_top_menu, new Array("top", "corporate", "company_financials_reports", "annual_reports", "", "Annual Reports", this_page_path+"corporate/annual_reports.html", "", i++));
		pushin(array_top_menu, new Array("top", "corporate", "company_financials_reports", "proxy_materials", "", "Proxy Materials", this_page_path+"corporate/proxy_materials.html", "", i++));

	pushin(array_top_menu, new Array("top", "corporate", "filings", "", "", "Filings", this_page_path+"corporate/filings.html", "", i++));
		pushin(array_top_menu, new Array("top", "corporate", "filings", "sedar_filings", "", "SEDAR Filings", this_page_path+"corporate/filings.html", "", i++));
		pushin(array_top_menu, new Array("top", "corporate", "filings", "sec_edgar_filings", "", "SEC / EDGAR Filings", this_page_path+"corporate/sec_edgar_filings.html", "", i++));

	pushin(array_top_menu, new Array("top", "corporate", "investor_resources", "", "", "Investor Resources", this_page_path+"corporate/investor_resources.html", "", i++));
		pushin(array_top_menu, new Array("top", "corporate", "investor_resources", "investor_presentations", "", "Investor Presentations  ", this_page_path+"corporate/investor_resources.html", "", i++));
		pushin(array_top_menu, new Array("top", "corporate", "investor_resources", "investor_profile", "", "Investor Profile", this_page_path+"corporate/investor_profile.html", "", i++));

	pushin(array_top_menu, new Array("top", "corporate", "events", "", "", "Investor Events Calendar", this_page_path+"corporate/i_events.html", "", i++));
	pushin(array_top_menu, new Array("top", "corporate", "corporate_governance", "", "", "Corporate Governance", this_page_path+"corporate/corporate_governance.html", "", i++));

	pushin(array_top_menu, new Array("top", "corporate", "investor_info", "", "", "Investor Information", this_page_path+"corporate/investor_info.html", "", i++));
		pushin(array_top_menu, new Array("top", "corporate", "investor_info", "investor_contact", "", "Investor Contact  ", this_page_path+"corporate/investor_info.html", "", i++));
		pushin(array_top_menu, new Array("top", "corporate", "investor_info", "request_info", "", "Request for Information", this_page_path+"corporate/request_info.aspx", "", i++));

	pushin(array_top_menu, new Array("top", "corporate", "careers", "", "", "Careers", this_page_path+"corporate/careers.html", "", i++));
	pushin(array_top_menu, new Array("top", "corporate", "legal", "", "", "Legal", this_page_path+"corporate/legal.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++)); 

