/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Index', 'index.html', {'sw':58}],
	['Company Info', 'info.html', {'sw':113}],
	['Pro Rooms', null, {'sw':94},
		['New Rooms', 'newrooms.html'],
		['Rooms', 'rooms.html'],
		['Room Layouts', 'layouts.html']
		],
	['Free Weights', 'weights.html', {'sw':111},
		['Racks & Platforms', 'weights.html#racks'],
		['Olympic Benches', 'weights.html#olympicbenches'],
		['Dumbbell Benches', 'weights.html#dumbbellbenches'],
		['Fitness Benches', 'weights.html#fitnessbenches'],
		['Plate Loaded Machines', 'weights.html#plateloaded'],
		['Accessory Racks', 'weights.html#accessoryracks']
	],
	['Weight Machines', 'machines.html', {'sw':140},
		['Lower Body Machines', 'machines.html#lowerbody'],
		['Upper Body Machines', 'machines.html#upperbody']
	],
	['Cardio', 'cardio.html', {'sw':65},
		['Scifit', 'cardio.html#scifit'],
		['Nautilus', 'cardio.html#nautilus'],
		['BH Fitness', 'cardio.html#bhfitness']
	],
	['Accessories', 'accessories.html', {'sw':106},
		['Bars & Collars', 'accessories.html#bars'],
		['Dumbbells', 'accessories.html#dumbbells'],
		['Wrestling', 'accessories.html#wrestling'],
		['Plates & Bumpers', 'accessories.html#plates'],
		['Core Training', 'accessories.html#core']
	],
	['Apparel', 'http://www.propowerapparel.com', {'tw':'_blank','sw':73}],
	['Contact', 'contact.html', {'sw':73}]
];


