/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	['Worship', null, null,
		['Worship/Christian_Education_Times', 'worship_and_christian_education.htm'],
		['Sermon List', 'worshipschedule.pdf']
	],
	['Contact Us', null, null,
		['Address/Phone', 'contact.html'],
		['Pastor', 'pastor.html'],
		['Officers/Departments', 'general.html'],
		['Email', 'e-mail_contacts.html']
	],
	['Who We Are', null, null,
		['Constitution', 'constitution.html'],
		['Leadership Duties', 'duties.html'],
		['Photo Archives', 'anniversary.html']
	],
	['Devotional Links', 'devotion.svc.html'],
	['Preschool', null, null,
		['Contact_Us/Information/Photos', 'preschool.html'],
		['PS Newsletter', 'psnews.pdf'],
		['PS Yearly Calendar', 'schoolcalendar.pdf'],
		['PS_Monthly_Calendar', 'pscalendar.pdf'],
		['Vietnamese_PS_Monthly_Calendar', 'vietnamese_pscalendar.pdf'],
		['Vietnamese_PS_Newsletter', 'vietnamese_psnews.pdf']
	],
	['Activities & Calendar', null, null,
		['Music Activities', 'Sing-a-long.html'],
		['Calendar', 'calendar.pdf']
	],
];
