/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://christchurchsp.org'],
	['Inside Christ Church', null, null,
		['History of Christ Church', './t.php?p=history'],
		['Our Anglican Heritage', null, null,
			['Our Anglican Heritage', './t.php?p=heritage'],
			['Living into Our Baptismal Covenant', './t.php?p=baptismalcovenant'],
			['Other Links of Interest', './t.php?p=links']
		],
		['Spiritual Growth Resources', null, null,
			['The Voyagers', './t.php?p=voyagers'],
			['Community of Aidan and Hilda', 'http://www.aidantrust.org/']
		]
	],
	['Ministries', './t.php?p=ministries'],
	['The Vine (Newsletter)', './t.php?p=thevine'],
	['Clergy', './t.php?p=clergy'],
	['Youth Pages', null, null,
		['Our Youth', './t.php?p=youth'],
		['Diocesan Youth Newsletter', './t.php?p=youthworksnewsletter']
	],
	['Our Vestry', './t.php?p=ourvestry'],
	['Sundays', null, null,
		['Sunday at Christ Church', './t.php?p=sundays'],
		['Lectionary Readings', 'http://www.preparingforsunday.com/Lectionary/viewLectionary.asp?imemberid=2042&page=cur']
	],
	['Members', 'members/main.php'],
	['About', null, null,
		['Contact Us', './t.php?p=contactus'],
		['Locate Us', './t.php?p=findus']
	]
];
