/* Menu items structure */
var MENU_ITEMS = [
	['HOME', 'http://www.nxtv.com/', {'sb':'NXTV Home','sw':95}],
	['COMPANY', null, {'sb':'Company','sw':95,'bw':125},
		['ABOUT US', 'http://www.nxtv.com/company_aboutus.php', {'sb':'About NxTV'}],
		['MANAGEMENT TEAM', 'http://www.nxtv.com/company_management.php', {'sb':'Management Team'}],
		['PRESS RELEASES', 'http://www.nxtv.com/company_press.php', {'sb':'Press Releases'}],
		['IN THE NEWS', 'http://www.nxtv.com/company_news.php', {'sb':'In the News'}],
		['CAREERS', 'http://www.nxtv.com/company_careers.php', {'sb':'NxTV Jobs'}]
	],
	['ABOUT NxTV', null, {'sb':'About NxTV','sw':95,'bw':125},
		['OVERVIEW', 'http://www.nxtv.com/system_overview.php', {'sb':'System Overview'}],
		['SERVICES', 'http://www.nxtv.com/system_services.php', {'sb':'Services'}],
		['BENEFITS', 'http://www.nxtv.com/system_benefits.php', {'sb':'Benefits'}],
		['NxTV GUIDE', 'http://www.nxtv.com/system_guide.php', {'sb':'NxTV Guide'}],
		['CONTENT PROVIDERS', 'http://www.nxtv.com/system_providers.php', {'sb':'Content Providers'}]
	],
	['TECHNOLOGY', null, {'sb':'Technology','sw':95,'bw':148},
		['OVERVIEW', 'http://www.nxtv.com/technology_overview.php', {'sb':'Technology Overview'}],
		['WHY IP-OVER-ETHERNET?', 'http://www.nxtv.com/technology_ethernet.php', {'sb':'Why IP-over-Ethernet?'}],
		['NxTV FIRSTS', 'http://www.nxtv.com/technology_firsts.php', {'sb':'NxTV Firsts'}],
		['WHITE PAPERS', 'http://www.nxtv.com/technology_whitepapers.php', {'sb':'White Papers'}],
		['TECHNOLOGY FAQ', 'http://www.nxtv.com/technology_faqs.php', {'sb':'Technology FAQ'}]
	],
	['SUPPORT', null, {'sb':'NXTV 24/7 Support','sw':95,'bw':200},
		['OVERVIEW', 'http://www.nxtv.com/support_overview.php', {'sb':'Support Overview'}],
		['NXTVue SYSTEM MANAGEMENT TOOL', 'http://www.nxtv.com/support_systool.php', {'sb':'NXTVue System Management Tool'}],
		['SUPPORT FAQ', 'http://www.nxtv.com/support_faqs.php', {'sb':'Support FAQ'}],
		['DOWNLOADS', 'http://www.nxtv.com/clients_download.php']
	],
	['CUSTOMERS', null, {'sb':'NxTV Clients','sw':95,'bw':91},
		['OUR CLIENTS', 'http://www.nxtv.com/clients_list.php', {'sb':'Client List'}],
		['CASE STUDIES', 'http://www.nxtv.com/clients_casestudies.php', {'sb':'Case Studies'}]
	]
];
