/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS2 = [
	['BROWSE BY EQUIPMENT', null, null,
		['Abdominal Exercise', 'type.asp?search=Abdominal Exercise', null],
		['Accessories', 'type.asp?search=Accessories', null],
		['Aerobic', 'type.asp?search=Aerobic', null],
		['Benches', 'type.asp?search=Bench', null],
		['Bike', 'type.asp?search=Bike', null],
		['Cages', 'type.asp?search=Cage', null],
		['Dumbbell Racks', 'type.asp?search=Dumbbell Rack', null],
		['Dumbbells', 'type.asp?search=Dumbbells', null],
		['Floor Workout Mat', 'type.asp?search=Floor Workout Mat', null],
		['Health & Wellness', 'type.asp?search=Health and Wellness', null],
		['Home Gyms', 'type.asp?search=Home Gym', null],
		['Multi Purpose Benches', 'type.asp?search=Multi Purpose Bench', null],
		['Outdoor Living', 'type.asp?search=Outdoor Living', null],
		['Power Stations', 'type.asp?search=Power Station', null],
		['Smith Machines', 'type.asp?search=Smith Machine', null],
		['Steppers', 'type.asp?search=Stepper', null],
		['Weight Plate Trees', 'type.asp?search=Weight Plate Tree', null],
		['Weights', 'type.asp?search=Weights', null],	],

];

