/* Tigra Menu items structure */
var MENU_ITEMS = [
	['BOOTCAMP', 'bootcamp.html', {'sb':'bootcamp'}],
	['MEMBERSHIP', 'membership.html', {'sb':'membership'},
		/*['SPECIAL OFFERS', 'special_offer.html', {'sb':'special offers'}],
		['ULTIMATE PASS', 'membership.html#ultimate', {'sb':'ultimate pass'}],
		['STANDARD', 'membership.html#standard', {'sb':'standard'}],
		['KIDS CLUB', 'membership.html#kids', {'sb':'kids'}],
		['GYM', 'gym.html', {'sb':'gym'}],
		['PERSONAL TRAINING', 'personaltraining.html', {'sb':'personal training'}]*/
	],
	['CLASSES', 'classes.html', {'sb':'clases'},
		/*['BEGINNER', 'beginner.html', {'sb':'beginner'}],
		['ADVANCED', 'advanced.html', {'sb':'advanced'}],
		['CARDIO BOXING', 'cardio.html', {'sb':'cardio'}]*/
	],
	['TRAINERS', 'trainers001.html', {'sb':'our trainers'},
		['PAUL WADE', 'trainers001.html', {'sb':'paul wade'}],
		['ED GUTIERREZ', 'trainers002.html', {'sb':'ed gutierrez'}],
		['LAURA DEANOVIC', 'trainers004.html', {'sb':'laura deanovic'}],
		/*['RASHAD HASAN', 'trainers005.html', {'sb':'rashad hasan'}],
		['SEJIN KIM', 'trainers006.html', {'sb':'sejin kim'}],*/
		['LARRY ESPINOSA', 'trainers007.html', {'sb':'larry espinosa'}],
		/*['DENNIS FRANCO', 'trainers008.html', {'sb':'dennis franco'}],*/
		['YOHON BANKS', 'trainers009.html', {'sb':'yohon banks'}],
		['DINO ADAMS', 'trainers010.html', {'sb':'dino adams'}]
	],
	['ABOUT US', 'about.html', {'sb':'about third street gym'},
		['HISTORY', 'history.html', {'sb':'history'}],
		['DOGPATCH SLUGGERS', 'sluggers.html', {'sb':'dogpatch sluggers'}],
		['FIGHT NIGHT', 'fight_night.html', {'sb':'figh night'}],
		['AMENITIES', 'equipment.html', {'sb':'equipment'}],
		['LOCATION', 'location.html', {'sb':'location'}],
		['CONTACT', 'contact.html', {'sb':'contact'}]
	],
	['MEDIA', 'media.html', {'sb':'media'},
		/*['PRESS', 'press.html', {'sb':'press'}],
		['VIDEOS', 'videos.html', {'sb':'videos'}],*/
		['FORMS', 'forms.html', {'sb':'forms'}]
	]
];

