/*
  --- 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', {'tw' : '_self'}],
	['Who We Are',null,null,
		['What We Believe','index.php?id=14', {'tw' : '_self'}],
		['Our Mission','index.php?id=15', {'tw' : '_self'}],
	],
	['Services and Ministries', null, null,
		['Worship Service','index.php?id=10', {'tw' : '_self'}],
		['Sunday Bible Study','index.php?id=20', {'tw' : '_self'}],
		['Childrens Ministry','index.php?id=11', {'tw' : '_self'}],
		['Nursery and Pre-K','index.php?id=12', {'tw' : '_self'}],

	],
	['Staff', null, null,
		['Travis Heady','index.php?id=99', {'tw' : '_self'}],
		['Hanna Copeland','index.php?id=7', {'tw' : '_self'}],
		['Keri Dotson','index.php?id=18', {'tw' : '_self'}],
		['Rachel Langill','index.php?id=22', {'tw' : '_self'}],
		['Kathy Salazar','index.php?id=23', {'tw' : '_self'}],
	],
	['Get In Touch', null, null,
		['Directions','index.php?id=4', {'tw' : '_self'}],
		['Contact Us','index.php?id=9', {'tw' : '_self'}],
		['Join Us','index.php?id=19', {'tw' : '_self'}],

	],
];