/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'sw':60}],
	['Issues & Commentary', 'commentary01.htm', {'sw':140}],
	['Calendar', 'calendar.htm', {'sw':70}],
	['Contact Us...', 'contact.htm', {'sw':90}],
	['Lancaster Voice', 'voice.htm', {'sw':110}],
	['Affiliate Organizations', 'affliates.htm', {'sw':150}],
	['Youth Pages...', 'youth.htm', {'sw':100}],
	['Flyers...', 'flyers.htm', {'sw':60}],
	['M15', null, {'sw':60},
		['About M15', 'index_m15.htm'],
		['Volunteer', 'm15_volunteer.htm'],
		['Schedule', 'm15_schedule.htm'],
		['Trainings', 'm15_trainings.htm'],
		['Workshops', 'm15_workshops.htm'],
		['List of Allies', 'm15_allies.htm'],
		['Press Releases', 'm15_press.htm'],
		['Donation', 'm15_donations.htm']
	]
];
