/* Tigra Menu items structure */
var MENU_ITEMS = [
	['History', 'http://www.cotlf.org/church/History.asp', {'sw':60}],
	['Ministries', 'http://www.cotlf.org/church/Ministries.asp', {'sw':75}],
	['Religious Education', 'http://www.cotlf.org/church/Religioused.asp', {'sw':135},
		['Confirmation Test', 'http://www.cotlf.org/church/CCD/index.php'],
		['Our Mission', 'http://www.cotlf.org/church/Religioused.asp'],
		['What We Do', 'http://www.cotlf.org/church/REwhat.asp'],
		['Who is Saint Therese of Lisieux', 'http://www.cotlf.org/church/RESTT.asp'],
		['Registration Information and Forms', 'http://www.cotlf.org/church/REreg.asp'],
		['Volunteer Information and Forms', 'http://www.cotlf.org/church/REvol.asp'],
		['Recent CCD Calendar of Events', 'http://www.cotlf.org/church/RECCD.asp'],
		['First Confession & First Communion Information', 'http://www.cotlf.org/church/REprep.asp'],
		['Confirmation', 'http://www.cotlf.org/church/REconf.asp'],
		['Mass Readings', 'http://www.cotlf.org/church/REmass.asp'],
		['Parent/Student Policies and Procedures', 'http://www.cotlf.org/church/RE_P-P.asp']
	],
	['Contact Us', 'http://www.cotlf.org/church/ContactUs.asp', {'sw':80}]
];
