/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Home', 'index.php'],
	['About us', null, null,
		['Our Vision', 'vision.php'],
		['Our History', 'history.php'],
		['Our Map', 'map.php']
	],
	['Leadership', null, null,
		['Pastor', 'pastor.php'],
		['Church Council', 'churchcouncil.php']
	],
	['Ministries', null, null,
        ['Bible Study', 'bstudy.php'],
        ['Daughters of Zion', 'zion.php'],
        ['Deliverance & Healing', 'healing.php'],
		['Evangelization', 'evangl.php'],
		['Interpretation', 'interp.php'],
		['Ladies Fellowship', 'ladies.php'],
		['Men’s Ministry', 'mens.php'],
		['Praise & Worship', 'priase.php'],
		['Sunday School', 'school.php'],
		['The Lord’s Friends', 'lordsf.php'],
		['Youth', 'youth.php']		
	],
	['Testimonies', 'lsttestimonies.php'],
	['News & Events', null, null,
	 	['Events', 'events.php', null],
		['Sermons', 'sermons.php', null],
		['Photo Gallery', 'gallery.php?url', null]
	],
	['Missions', 'mission.php'],
	['Links', 'links.php'],
	['Contact',  null, null,
	 	['Locate us','map.php']
	]
	
];

