/* Tigra Menu items structure */
var MENU_ITEMS = [
	[wi('menu-home.jpg'), 'index.html', {'sw':75}],
	[wi('menu-company.jpg'), null, {'sw':117},
		['Homepage', 'index.html'],
		['About Us', 'about_us.html'],
		['Fitness Facts', 'fitness_facts.html'],
		['Directions', 'directions.html'],
		['Store Hours', 'store_hours.html'],
		['Contact', 'contact.html']
	],
	[wi('menu-home-products.jpg'), null, {'sw':173},
		['Ellipticals', 'ellipticals.html'],
		['Treadmills', 'treadmills.html'],
		['Nautilus TreadClimber', 'nautilus_treadclimber.html'],
		['Home Gyms', 'home_gyms.html'],
		['Freeweight Equipment', 'freeweights.html'],
		['Spinning Bikes', 'indoor_bikes.html'],
		['Airdynes / Dual Action', 'airdynes.html'],
		['Recumbent Bikes', 'recumbent_bikes.html'],
		['Upright Bikes', 'upright_bikes.html'],
		['Steppers', 'steppers.html'],
		['Bowflex', 'bowflex.html'],
		['Rowing Machines', 'rowers.html'],
		['Stretch Trainers', 'stretch_trainers.html'],
		['Kettlebells', 'kettlebells.html'],
		['Weight Gloves', 'weight_gloves.html'],
		['Lifting Straps', 'lifting_gloves.html'],
		['Weightlifting Belts', 'weightlifting_belts.html'],
		['Cable Attachments', 'cable_attachments.html'],
		['Flooring', 'flooring.html'],
		['Airdyne Parts', 'airdyne_parts.html'],
		['Used Equipment', 'used_equipment.html'],
		['Reviews', 'reviews.html'],
		['Fitness Articles', 'fitness_articles.html']
	],
	[wi('menu-commercial-products.jpg'), null, {'sw':224},
		['Ellipticals', 'commercial_ellipticals.html'],
		['Treadmills', 'commercial_treadmills.html'],
		['Home Gyms', 'home_gyms.html'],
		['Freeweight Equipment', 'freeweights.html'],
		['Indoor Cycling Bikes', 'commercial_bikes.html'],
		['Airdynes / Dual Action', 'airdynes.html'],
		['Recumbent Bikes', 'commercial_bikes.html'],
		['Upright Bikes', 'commercial_bikes.html'],
		['Steppers', 'steppers.html'],
		['Bowflex', 'bowflex.html'],
		['Rowing Machines', 'rowers.html'],
		['Stretch Trainers', 'stretch_trainers.html'],
		['Weight Gloves', 'weight_gloves.html'],
		['Lifting Straps', 'lifting_straps.html'],
		['Weightlifting Belts', 'weightlifting_belts.html'],
		['Cable Attachments', 'cable_attachments.html'],
		['Flooring', 'flooring.html'],
		['Airdyne Parts', 'airdyne_parts.html'],
		['Used Equipment', 'used_equipment.html']
	],
	[wi('menu-contact.jpg'), 'contact.html', {'sw':122}]
];

function wi (s_img) {
	return '<img src="menu_files/' + s_img + '" border="0">';
}