/* --- menu items --- */
var MENU_ITEMS = [
	['Satellite Services', 'services.htm',
			['Overview', 'services.htm'],
			['Bandwidth-On-Demand', 'bod.htm'],
			['Airtime Bundles', 'airtime.htm'],
			['QoS', 'qos.htm',],
			['Applications/Benefits', 'apps_benefits.htm',],
			['Coverage', 'coverage.htm',],
	],
	['Satellite Systems', 'systems.htm',
			['Overview', 'systems.htm',],
			['Fixed Station', 'fixed.htm',],
			['Fly-Away', 'fly.htm',],
			['Drive-Away', 'drive.htm',],
			['Automatic Gain Control', 'agc.htm',],			
	],
	['Custom Solutions', 'custom_solutions.htm',	
	],
	['Customer Support', '',
			['Contact Info', 'support.htm',],
			['Trouble Ticket Tracking', 'http://dishes.canstarz.com',],
			['FAQ', 'faq.htm',],
	],
];

