/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Products', '', {'sw':120},
	 	['All Products', 'equipment-products.html'],
		['Cairns Helmets', 'equipment-helmet.html'],
		['MSA Thermal Imager', 'equipment-thermal-imager.html'],
		['MSA SCBA', 'equipment-sbca.html'],
		['Boots', 'equipment-boots.html'],
		['Turnout Gear', 'equipment-turnout-gear.html'],
		['TFT Pro-Pak', 'equipment-tft-pro-pak.html'],	
	],
	['Territory Managers', 'equipment-managers.html', {'sw':115}],
	['Vendor Links', 'equipment-vendors.html', {'sw':90}],
	['On Sale/Specials', 'equipment-specials.html', {'sw':100}],
	['Information Request', 'equipment-info-request.html', {'sw':120}],
];

