// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
	['<center>Council 4810 Pages</center>', null, null,
		['Council 4810 Officers', 'officers.htm', {'tw':'_blank'}],
		['Service Officers', 'service-officers.htm', {'tw':'_blank'}],
		['Membership', 'membership.htm', {'tw':'_blank'}],
		['Activity Photos', 'photos.htm', {'tw':'_blank'}],
		['Council History', 'council-history.htm', {'tw':'_blank'}],
		['4810 Corporation', '4810-corp-officers.htm', {'tw':'_blank'}],
		['Hall Rental', 'hall-rental.htm', {'tw':'_blank'}],
		['Voyager Newsletter', 'voyager.htm', {'tw':'_blank'}],
		['Insurance', 'insurance.htm', {'tw':'_blank'}],
		['In Memoriam', 'in-memoriam.htm', {'tw':'_blank'}],
		['Pro Life', 'pro-life.htm', {'tw':'_blank'}],	

	],
	['<center>K of C Sites</center>', null, null,
		// this is how item scope settings are defined
		['Supreme', 'http://www.kofc.org/', {'tw':'_blank'}],
		// this is how multiple item scope settings are defined
		['New York State', 'http://www.newyorkknights.com/', {'tw':'_top', 'tt':'Welcome Page', 'sb':'Test Status Bar Message'}],
		['Suffolk County', 'http://suffolkchapterkofc.com/', {'tw':'_blank'}],
		['Father McGivney', 'http://www.fathermcgivney.org/mcg/index.do', {'tw':'_blank'}],
		['Columbia Magazine', 'http://www.kofc.org/publications/columbia/index.cfm', {'tw':'_blank'}],
		['Headline Bistro', 'http://www.headlinebistro.com/hb/en/index.html', {'tw':'_blank'}],
		['Fathers For Good', 'http://www.fathersforgood.org/ffg/en/index.html', {'tw':'_blank'}],
		['English Company - KofC Supplies', 'http://www.kofcsupplies.com/', {'tw':'_blank'}],
	],
	['<center>Our Parishes</center>', null, null,
		['St. Anthony of Padua', 'http://www.saintanthonyofpadua.org/  ', {'tw':'_blank'}], 
		['St. Francis of Assisi', 'http://www.stfrancisgreenlawn.org/', {'tw':'_blank'}], 
		['St. Philip Neri', 'http://www.stphilipnerinpt.org/', {'tw':'_blank'}], 
		['Our Lady Queen of Martyrs', 'http://www.olqmparish.org/', {'tw':'_blank'}], 
	],
	['<center>Catholic Sites</center>', null, null,
		['L.I. Catholic', 'http://www.licatholic.org/', {'tw':'_blank'}],
		['Mass Times', 'http://www.masstimes.org/dotNet/Campaign.aspx', {'tw':'_blank'}],
		['Rockville Centre Diocese', 'http://www.ny-archdiocese.org/', {'tw':'_blank'}],
		['St. Agnes Cathedral', 'http://www.stagnescathedral.org/', {'tw':'_blank'}],
		['Archdiocese New York', 'http://www.kofc.org/publications/columbia/index.cfm', {'tw':'_blank'}],
		['Archdiocese Brooklyn', 'http://www.dioceseofbrooklyn.org/index2.html', {'tw':'_blank'}],
		['The Vatican', 'http://www.vatican.va/phome_en.htm', {'tw':'_blank'}],
		['Catholic On-Line', 'http://www.catholic.org/', {'tw':'_blank'}],
		['American Catholic', 'http://www.americancatholic.org/', {'tw':'_blank'}],
		['Saint of the Day', 'http://www.americancatholic.org/Features/SaintofDay/', {'tw':'_blank'}],
		['The Catholic Company', 'http://www.catholiccompany.com/', {'tw':'_blank'}],
	],
	['<center>Membership</center>', null, null,
		['Membership Information', 'membership.htm', {'tw':'_blank'}], 
		['K of C Information', 'kofc-info.htm', {'tw':'_blank'}], 
		['Fourth Degree', 'fourth-degree.htm', {'tw':'_blank'}], 
	],
	['<center>Hall Rental</center>', 'hall-rental.htm', {'tw':'_blank'}]
];
