
var MENU_ITEMS = [
	['HOME PAGE', 'index.html', null,],
	['ABOUT TSPN', null, null,
		['TSPN Staff', 'staffbios.htm'],
		['TLC Staff', 'tlcbios.htm'],
		['Background and History ', 'abouttspn.htm'],		
		['Strategy for Suicide Prevention ', 'suicide_prevention.htm'],	
		['Older Adult Suicide Prevention Plan', 'OASP FINAL.PDF'],
		['Corporate Articles', 'corporate_articles.htm'],
		['Mission and Structure', 'rsos.htm'],
		['Regional Information', 'regional_info.htm'],
		['Advisory Council', 'council.htm'],
		['Advisory Council Emeritus Members', 'emeritus.htm'],
		['Ex-Officio Representatives', 'representatives.htm'],
		['Newsletters', 'newsletters.htm'],
		['TSPN Regional Meetings', 'action10.htm'],
		['Conferences & Trainings', 'events.htm'],
	],
	['ABOUT SUICIDE', null, null,
		['Facts and Statistics', 'facts.htm'],
		['Brochures and Resource Directories', 'documents.htm'],
		['Warning Signs and Strategies', 'understanding.htm'],
		['Guide for Journalists', 'journalist.htm'],
		['Resources', 'resources.htm'],
		['Reading Lists ', 'bibliographies.htm'],
		['Suicide Prevention Awareness Month', 'suicidepreventionawarenessmonth.htm'],
	],
	
	['SURVIVORS', null, null,
		['Survivors of Suicide', 'survivors.htm'],		
		['Survivors of Suicide Attempts', 'survivor-a.htm'],	
		['"Love Never Dies" Memorial Quilt Project', 'quilt.htm'],
	],
	
	['PROFESSIONALS', null, null,
		['Tennessee Lives Count (TLC) Project' , 'tlc.htm'],
		['ASIST Training ', 'professionals.htm'],		
		['Jason Foundation', 'jason.htm'],
		['QPR Training', 'qpr.htm'],		
		['TeenScreen', 'tvc_teenscreen.htm'],
		['Statewide Advocacy Affiliates', 'affiliates.htm'],
		['Veteran Resources', 'veterans.htm'],
	],

	['REGIONAL INFO', 'regional_info.htm', null,
		
	],

	['CONTACT US', 'contactus.htm', null,
		
	],
];

