/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Applications', null, null,
		['Power Panels', 'power-panels.htm'],
		['Telephone & Data', 'telephone-data.htm'],
		['Cable & Satellite', 'cable-satellite.htm'],
		['Lighting Systems', 'lighting-systems.htm', null,
			['Lutron', 'lighting-systems.htm'],
			['Vantage', 'lighting-systems.htm']
		],
		['Home Automation', 'home-automation.htm'],
		['Security', 'security-systems.htm'],
		['Gates', 'gates.htm'],
		['Pool Controls', 'pool-controls.htm'],
		['Amplifers & Speakers', 'amps-speakers.htm'],
		['Ethernet', 'ethernet.htm']
	],
	['Products', 'product-index.htm'],
	['Reviews', 'reviews.htm'],
	['Technical', 'library.htm'],
	['About Us', 'about-us.htm'],
	['Contact', 'contact-us.htm']
];
