/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', null],
	['About us', 'aboutus.html', null,
		['Vision & Mission', 'mission.html', null],
		['Beliefs', 'beliefs.html', null],
		['Leadership', 'leadership.html', null],
		['Partnership', 'partnership.html', null],
		['Financial Support', 'giving.html', null]
	],
	['Meet with us', 'meetwithus.html', null,
		['Sunday Morning', 'meetwithus.html', null],
		['Children Program', 'children.html', null],
		['Directions', 'directions.html', null],
		['Opportunities for Service', 'service.html', null]
	],
	['Bible teaching', 'bibleteaching.html', null,
		['Current Series', 'currentseries.html', null],
		['Archive', 'archive.html', null]
	],
	['Get Involved', 'getinvolved.html', null,
		['Small Groups', 'smallgroups.html', null],
		['Partnership', 'partnership.html', null],
		['Opportunities for Service', 'service.html', null],
		['Financial Support', 'giving.html', null]
	],
	['Outreach', 'outreach.html', null,
		['Small Groups', 'smallgroups.html', null],
		['Easy English Bible Club', 'easyenglish.html', null],
		['Missionaries', 'missionary.html', null],
		['Organisations', 'organisations.html', null]
	],
	['Contact us', 'contact.html', null],
];


