function wrap(text) {



	return '<p style="margin-top: 0; margin-bottom: 0; text-align: center; font-family:arial"><b>' + text + '</b></p>';



}







var MENU_ITEMS = [	



	[wrap('<br />Home'), 'index.htm'],



	[wrap('Classes<br /> &amp; Programs'), null,



		['Summer Camps', 'summer_camps.htm'],

				

		['Preschool Gymnastics', 'preschool.htm'],	





		['Recreational Gymnastics', 'rec.htm'],



		['Homeschoolers', 'schedules/2011-2012/2011-12Homeschool.pdf'],





		['Team Information', null, null,



			['<i>Program Home</i>'], 



			['Prep-Opts', 'team_prep_opts.htm'],



			['Mens Gymnastics', 'team_mens.htm'],



			['Womens Gymnastics', 'team_womens.htm'],



			['Trampoline & Tumbling'],



			['Michigan Xtreme Cheer', 'http://www.mixcheer.com'],



		],



		['Drop-In Tumbling', 'cheer.htm'],



		['Bounce Dance Academy', 'dance.htm'],



		['Tae Kwon Do', 'tkd.htm'],

	

		['Michigan XTreme', 'http://www.mixcheer.com'],	



		],



	[wrap('Staff <br /> &amp; Facility'), 'instructors.htm', null,



		['<i>Program Home</i>', 'instructors.htm'],



		['Our Facility', 'facility.htm'],



		['Employees Only', 'Employees\/employees_only.htm'],



	],



	[wrap('Birthday Parties'),'birthday.htm', null,



		['Party Info', 'birthday.htm'],



		['Party Invitation Form', 'forms\/birthday_invite.pdf'],



	],



	[wrap('Open Bounce &amp; Events'),'openbounce.htm', null,



		['Open Bounce', 'openbounce.htm'],



		['Field Trips', 'fieldtrips.htm'],



		['SOWI', 'schoolisout.htm', ],





	],



	[wrap('Meet Information'), null,



		['Boys Spring Meet', 'Meet_BoysSpring.htm'],

		['Boys Spring Meet', 'Meet_BoysSpring.htm'],



		['Invite & Fun Meet', 'Meet_March_Magic_Results.htm'],
		
		['Boys State Meet', 'State_Meet_Results.htm']

	],



	[wrap('<br />Contact Us'),'contact.htm'],



];








