/* Tigra Menu items structure */
var MENU_ITEMS = [
	[wi('../main_menu_about.jpg'), null, {'sw':115},
		['HISTORY', 'history'],
		['STORE HOURS', 'store_hours.html'],
		['DIRECTIONS', 'directions.html'],
		['SITEMAP', 'site_map.html'],
		['CONTACT', 'contact.html']
	],
	[wi('../main_menu_home_equipment.jpg'), null, {'sw':156},
		['TREADMILLS', null, null,
			['LANDICE', 'treadmills_landice.html'],
                        ['PACEMASTER', 'treadmills_pacemaster.html'],
                        ['TRUE', 'treadmills_true.html']
		],
		['ELLIPTICALS', null, null,
			['CYBEX ARC TRAINER', 'ellipticals_cybex.html'],
	                ['DIAMONDBACK', 'ellipticals_diamondback.html'],
			['LANDICE', 'ellipticals_landice.html'],
                        ['LIFECORE', 'ellipticals_lifecore.html'],
                        ['PACEMASTER', 'ellipticals_pacemaster.html'],
                        ['TRUE', 'ellipticals_true.html']
		],
		['STATIONARY CYCLES', null, null,
			['UPRIGHT CYCLES - DIAMONDACK', 'upright_cycles_diamondback.html'],
			['UPRIGHT CYCLES - LIFECORE', 'upright_cycles_lifecore.html'],
			['RECUMBENT CYCLES - DIAMONDBACK', 'recumbent_cycles_diamondback.html'],
	                ['RECUMBENT CYCLES - LIFECORE', 'recumbent_cycles_lifecore.html'],
                        ['DUAL ACTION CYCLES', 'dual_action_cycles.html'],
                        ['SPINNING BIKES', 'spinning_cycles.html']
		],
		['STAIRCLIMBERS', null, null,
			['STAIRMASTER', 'stairclimbers_stairmaster.html']
		],
		['ROWING MACHINES', null, null,
			['WATERROWER', 'rowing_machines_waterrower.html'],
			['FLUID', 'rowing_machines_fluid_rower.html'],
			['LIFECORE', 'rowing_machines_lifecore.html']
		],
		['STRENGTH EQUIPMENT', null, null,
			['HOME GYMS - TUFF STUFF', 'home_gyms_tuff_stuff.html'],
			['HOME GYMS - BODY-SOLID', 'home_gyms_body_solid.html'],
                        ['FREEWEIGHT EQUIPMENT - TUFF STUFF', 'freeweights_tuff_stuff.html'],
                        ['FREEWEIGHT EQUIPMENT - BODY-SOLID', 'freeweights_body_solid.html'],
			['FUNCTIONAL TRAINERS', 'functional_trainers.html']
		]
	],
	[wi('../main_menu_commercial_equipment.jpg'), null, {'sw':206},
		['CARDIOVASCULAR', null, null,
			['TRUE', 'commercial_cardiovascular_true.html'],
			['STAIRMASTER', 'commercial_cardiovascular_stairmaster.html'],
                        ['MAGNUM', 'commercial_cardiovascular_magnum.html']
		],
		['STRENGTH EQUIPMENT', null, null,
			['MAGNUM', 'commercial_strength_magnum.html'],
			['TUFF STUFF', 'commercial_strength_tuff_stuff.html']
		],
		['FLEXIBILITY', 'flexibility_true.html']
	]
];

function wi (s_img) {
	return '<img src="menu_files/' + s_img + '" border="0">';
}
