/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', "javascript:loadintoIframe('mainframe', 'http://www.2ndstreetstudio.com/Homepage.html')"],
	['CLASS SCHEDULES', null, null,
		['Donna\'s Class Schedule', "javascript:loadintoIframe('mainframe', 'http://www.2ndstreetstudio.com/ClassSchedDonna.html')"]
	],
	['CLASS DESCRIPTIONS', null, null,
		['Abs & Back', "javascript:loadintoIframe('mainframe', 'http://www.2ndstreetstudio.com/AbsBack.html')"],
		['Cardio Circuit', "javascript:loadintoIframe('mainframe', 'http://www.2ndstreetstudio.com/CardioCircuit.html')"],
		['Functional Fitness With Stretch', "javascript:loadintoIframe('mainframe', 'http://www.2ndstreetstudio.com/FunctionalFitness.html')"],
		['Step', "javascript:loadintoIframe('mainframe', 'http://www.2ndstreetstudio.com/Step.html')"],
		['Step Circuit', "javascript:loadintoIframe('mainframe', 'http://www.2ndstreetstudio.com/StepCircuit.html')"],
		['TPY (Toning-Pilates-Yoga)', "javascript:loadintoIframe('mainframe', 'http://www.2ndstreetstudio.com/TPY.html')"]
	],
	['FORMS & INFORMATION', null, null,
		['Registration Form', "javascript:void window.open('http://www.2ndstreetstudio.com/RegistrationFormDonna.html')"],
		['Release Form', "javascript:void window.open('http://www.2ndstreetstudio.com/ReleaseFormDonna.html')"],
		['Healthy Lifestyle Challenge', "javascript:loadintoIframe('mainframe', 'http://www.2ndstreetstudio.com/HealthyLifestyle.html')"],
		['FAQ', "javascript:loadintoIframe('mainframe', 'http://www.2ndstreetstudio.com/FAQ.html')"],
		['Guidlelines', "javascript:loadintoIframe('mainframe', 'http://www.2ndstreetstudio.com/Guidelines.html')"],
		['Map', "javascript:loadintoIframe('mainframe', 'http://www.2ndstreetstudio.com/Map.html')"],
		['Photos', "javascript:loadintoIframe('mainframe', 'http://www.2ndstreetstudio.com/Photos.html')"],
		['Healthlinks', "javascript:loadintoIframe('mainframe', 'http://www.2ndstreetstudio.com/Healthlinks.html')"],
		['Contacts', "javascript:loadintoIframe('mainframe', 'http://2ndstreetstudio.com/Contact.html')"]	]
];

