/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Home', "index.html", null, null,
	],
	['Talk to Us', 'helpline.html', null,
		['24 Hr. Helpline', 'helpline.html'],
		['Teen Helpline', 'samariteens.html'],
		['Safeplace', 'safeplace.html'],
		['Write To Us', 'write.html']
	],
	['About Us', 'who.html', null,
		['Who We Are', 'who.html'],
		['Our Services', 'services.html'],
		['Partners', 'partners.html'],
		['Contact Us', 'contact.html'],
		['Videos/TV', 'videos.html']
	],
	['You Can Help', 'donate.html', null,
		['Donate', 'donate.html'],
		['Volunteer', 'volunteer.html'],
		['Fundraising', 'fundraising.html']
		
	],
	['Suicide Info', 'faqs.html', null,
		['Suicide FAQs', 'faqs.html'],
		['Warning Signs', 'signs.html'],
		['Helping the Suicidal', 'helping.html'],
		['Books', 'books.html'],
		['Online Resource', 'resources.html']
	],
	['News & Events', 'events.html', null,
		['Upcoming Events', 'events.html'],
		['Awareness Campaign', 'awareness.html'],
		['Newsletter', 'newsletter.html'],
		['Press Releases', 'pr.html'],
		['5K Road Race', '5k.html']
		
	],
];

