/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '../welcome.html'],
	['Church History', '../churchhistory.html'],
	['Ministries', '../ministries.html'],
	['Events', '../events.html'],
	['Giving', '../EndowmentFund/givingWelcome.html', null,
		['Pledging', '../pledging.html'],
		['Planned Giving', '../EndowmentFund/givingWelcome.html']
	],
	['Photos', '../photos.html'],
	['Directions', '../directions.html']
];
