/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.html', {'tw':'_self','tt':'','sw':'73'}],
	['Programs', '', {'tw':'_self','tt':'','sw':'92'},
/*		['Overview', '/overview.html', {'tw':'_self','tt':''}],	 */
		['Corporate', '/programs.html', {'tw':'_self','tt':''},
				['Team Building', '/teamrhythm.html', {'tw':'_self','tt':''}],
				['Leadership', '/orchsuccess.html', {'tw':'_self','tt':''}],
				['Diversity', '/diversity.html', {'tw':'_self','tt':''}],
				['Stress Management', '/stress.html', {'tw':'_self','tt':''}],
				['Communication', '/communication.html', {'tw':'_self','tt':''}],
		],				
		['Education', '/education.html', {'tw':'_self','tt':''},
/*			['Colleges and Universities', '/college.html', {'tw':'_self','tt':''}],
			['Grades 3 thru 12', '/grades.html', {'tw':'_self','tt':''}], */
		],	
		['Conferences', '/conferences.html', {'tw':'_self','tt':''}],
		['Pricing', '/pricing.html', {'tw':'_self','tt':''}],
	],	
	['About Us', '', {'tw':'_self','tt':'','sw':'96'},	
		['Our Team', '/team.html', {'tw':'_self','tt':''},
				['Mark Hodges', '/hodges.html', {'tw':'_self','tt':''}],
				['Jamie Shrock', '/shrock.html', {'tw':'_self','tt':''}],
				['Paul Ferington', '/ferington.html', {'tw':'_self','tt':''}],
		],
		['FAQ', '/faq.html', {'tw':'_self','tt':''}],
		['Testimonials', '/testimonials.html', {'tw':'_self','tt':''}],
		['Download our Brochure', '/brochure18.pdf', {'tw':'_blank','tt':''}],
		['Credits', '/credits.html', {'tw':'_self','tt':''}],			
	],	
	['Mailing List', '/mailinglist.html', {'tw':'_self','tt':'','sw':'104'}],
	['In Action', '/inaction.html', {'tw':'_self','tt':'','sw':'78'}], 
	['Contact Us', '/contactus.html', {'tw':'_self','tt':'','sw':'100'}],
];

