// JavaScript Document
/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Training Site', 'http://www.mentalhealthcrisis.org/', {'tw':'_blank','sb':'Training Site'},
		//['Upcoming Training', 'training_upcoming.html', {'tw':'_self','sb':'Upcoming Training'}],
		//['Customized', 'training_customized.html', {'tw':'_self','sb':'Customized Training'}],
		//['CIT Training', 'training_CIT.html', {'tw':'_self','sb':'CIT Training'}]
	],
	['Education', 'education.html', {'tw':'_self','sb':'Education'},
		['Articles', 'education_articles_2010.html', {'tw':'_self','sb':'Articles'}],
		['Articles Archive', 'education_articles.html', {'tw':'_self','sb':'Articles Archive'}],
		['Seminars', 'education_seminars.html', {'tw':'_self','sb':'Seminars'}]
	],
	
	['Get Involved', 'advocacy_getinvolved.html', {'tw':'_self','sb':'Advocacy'},
		['Mission & Goals', 'advocacy_missiongoals.html', {'tw':'_self','sb':'Mission & Goals'}],
		['Voluteers', 'volunteers.html', {'tw':'_self','sb':'Voluteers'}],
		['Advocacy', 'advocacy.html', {'tw':'_self','sb':'Get Involved'}]
	],
	
	['Events', 'events_2010.html', {'tw':'_self','sb':'Events'},
		['2009 Events', 'events_2009.html', {'tw':'_self','sb':'2009 Events'}],
		['2008 Events', 'events_2008.html', {'tw':'_self','sb':'2008 Events'}],
		['2007 Events', 'events_2007.html', {'tw':'_self','sb':'2007 Events'}],
		['2006 Events', 'events_2006.html', {'tw':'_self','sb':'2006 Events'}]
	],
	
	['Resources', 'resources.html', {'tw':'_self','sb':'Resources'}
	],
	
	['FAQs', 'faqs.html', {'tw':'_self','sb':'FAQs'}]
];
