/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm'],
	['Who We Are', null, null,
		['Organization', 'org.htm'],
		['Early Development', 'early.htm'],
		['Recent History', 'recent.htm'],
		['Pastor\'s Corner', 'pastor.htm']
	],
	['What We Do', null, null,
		['WELCA', 'welca.htm'],
		['Men\'s Group', 'mens.htm'],
		['Ministry', 'ministry.htm'],
		['Weddings', 'wedding.htm']
	],
	['Programs', null, null,
		['Youth', 'youth.htm'],
		['Adults & Family', 'adults.htm']
	],
	['Calendar', 'calendar.htm'],
	['Staff', 'office.htm'],
	['Links', 'links.htm']
];
