/*
  --- 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 = [
	['HOME', 'default.asp', null,],
	['PRODUCTS', null, null,
		['Strength Equipment', 'type.asp?search=Strength Equipment', null,
			['Home Gym', 'subtype.asp?search=Home Gym', null],
			['Smith Machine / Cage', 'subtype.asp?search=Smith Machine', null],
			['Bench', 'subtype.asp?search=Bench', null],
			['Utility Bench', 'subtype.asp?search=Utility Bench', null],			
			['Power Station', 'subtype.asp?search=Power Station', null],
			['Dumbbell', null, null,
				['Dumbbell', 'subtype.asp?search=Dumbbell', null],
				['Kettlebell', 'subtype.asp?search=Kettlebell', null],
				['DumbbellRack', 'subtype.asp?search=DumbbellRack', null],			
					],
			['Weights', null, null,
				['Weight Plate', 'subtype.asp?search=Weight Plate', null],
				['Weight Set', 'subtype.asp?search=Weight Set', null],
				['Bar', 'subtype.asp?search=Bar', null],
				['Plate Tree', 'subtype.asp?search=Plate Tree', null],			
					],
			['Accessories', 'subtype.asp?search=Accessories', null],
		],
		['Cardio Equipment', 'type.asp?search=Cardio Equipment', null,
			['Bike', 'subtype.asp?search=Bike', null],
			['Elliptical', 'subtype.asp?search=Elliptical', null],
			['Stepper', 'subtype.asp?search=Stepper', null],
		],
		['Flooring', 'type.asp?search=Flooring', null,	],				
		['Health & Wellness', 'type.asp?search=Health and Wellness', null,
			['Inversion', 'subtype.asp?search=Inversion', null],
			['Trampoline', 'subtype.asp?search=Trampoline', null],
		],		
		['Outdoors', 'type.asp?search=Outdoors', null],	],
	['EXERCISE TIPS', 'exercise.asp', null,],
	['DEALERS', 'dealers.asp', null,],
	['SERVICES', null, null,
			['Customer Service', 'service.asp', null],
			['Catalogs/Manuals', 'download.asp', null],
			['Online Registration', 'registration.asp', null],
			['Animated Assembly', 'animated.asp', null],		
		],
	['CONTACT', 'contact.asp', null,],
];

