/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Service', '', {'sw':115},
	  	['SCBA', 'breathing-SCBA.html'],
		['Breathing Air Compressor', 'breathing-compressor.html'],
		['Technicians', 'breathing-technicians.html'],
		['Resources', 'breathing-resources.html'],
	],
	['Sales', 'breathing-sales.html', {'sw':115}],
	['Territory Managers', 'breathing-managers.html', {'sw':115}],
	['Warranty Alert', 'breathing-warranty.html', {'sw':90}],
	['Recent Deliveries', 'breathing-deliveries.html', {'sw':110}],
	['Information Request', 'breathing-info-request.html', {'sw':132}],
];

