/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', { 'sb': 'Curtin Community Church'}],
	['About us', null, null,
//		['Mission', 'mission.html', { 'sb': 'The mission of our church'}],
		['Beliefs', 'beliefs.html', { 'sb': 'Statement of our foundational beliefs'}],
//		['Vision', 'vision.html', { 'sb': 'The Vision of our church'}], 
		['Leadership', 'leadership.html', { 'sb': 'The leadership of our church'}]
	],
	['Meet with us', null, null,
		['Sunday Morning', 'sunday.html', { 'sb': 'Our main church meeting on Sunday morning'}],
		['Easy English Bible Club', 'easyenglish.html', { 'sb': 'Easy English Bible Club'}],
//		['Mainly Music', 'mainlymusic.html', { 'sb': /*'Singing, dancing and fun for preschoolers & their parents' - */}],
//		['Network Groups', 'networks.html', { 'sb': 'Get connected with a network of relationships'}]
	],
	['Bible teaching', null, null,
		['Current Series', 'currentseries.html', { 'sb': 'Resources for our current series of Bible talks'}],
		['This Week', 'thisweek.html', { 'sb': 'Download our most recent Sunday bible talk'}],
		['Archive', 'archive.html', { 'sb': 'Catch up on the last series of bible talks'}],
		['Podcast', 'podcast.html', { 'sb': 'Subscribe to our weekly bible talk podcast'}],
//		['Coming Soon', 'comingsoon.html', { 'sb': 'Upcoming events at our church'}]
	],
	['Community', null, null,
//		['Network Groups', 'networks.html', { 'sb': 'Get connected with a network of relationships'}],
		['Partnership', 'partnership.html', { 'sb': 'Becoming a partner of our church'}],
		['Giving', 'giving.html', { 'sb': 'Information about financially supporting our church'}],
		['Opportunities for Service', 'service.html', { 'sb': 'Opportunities to serve the body of Christ at our church'}]
	],
//	['Links', 'links.html', { 'sb': 'People and organisations we are linked with'}], // An alternative to the 'Links' section below
	
	['Links', null, null,
		['About Christianity', 'http://www.matthiasmedia.com.au/2wtl/', { 'sb': 'Find out more about christianity online'}],
		['Campus Ministry', 'http://www.ccu.org.au/', { 'sb': 'Christian ministry on campus at Curtin University'}],
		['City Bible Forum', 'http://www.citybibleforum.org/', { 'sb': 'The City Bible Forum in Perth CBD'}],
		['Trinity Theological College', 'http://www.ttc.wa.edu.au/', { 'sb': 'Trinity Theological College in Perth'}],
		['FIEC', 'http://www.fiec.org.au/index.htm', { 'sb': 'Fellowship of Independent Evangelical Churches'}]
	],
	
	['Contact us', 'contact.html', { 'sb': 'How to contact us at Curtin Community Church'}]
];
// pages that do not yet exist used here: mainlymusic.html, mission.html, vision.html, & links.html //
