/*
  --- 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.
  Creation History:
  12/09/2007	Gamboa	Creation
  12/22/2007	Gamboa	Changed it for test
  01/05/2008	Gamboa	Finalized for deployment
  01/12/2008	Gamboa	Modified Staff page to point to maryqueen's server
  01/21/2008	Gamboa	Religious Education page location modified to maryqueen's server
  02/13/2008	Gamboa	Christian Administration Commission link changed
  02/17/2008	Gamboa	Ministry item added to menus
  02/24/2008	Gamboa	Corrected Education and Service menus
  02/25/2008	Gamboa	Changed the Bulletins to point to bulletins.html instead of grin.html
  03/02/2008	Gamboa	Added Contact Us menu item
  03/08/2008	Gamboa	Modified Christian Services Commission menu and Christian Administration menus
  03/08/2008	Gamboa	Christian Worship now points to mary queen's web server
  05/07/2008	Gamboa	Took out Audio Visual
  07/05/2008	Gamboa	Added Event Scheduling and membership
  09/06/2008	Gamboa	Added Staff Forms and Procedures, Renamed Membership
  08/23/2009	G.	Added Homilies
*/

var MENU_ITEMS = [
	['Membership (How to Register)','membership.html', null,
	],
	['Staff','people.html', null,
	],
	['Staff Forms and Procedures','forms/staffForms.html', null,
	],
	['Sacraments','sacraments.html', null,
	],
	['Religious Ed','re.html', null,
	],
	['Preschool','http://www.maryqueenpreschool.org/', null,
	],
	['Weekly Bulletins','bulletins/bulletins.html', null,
	],
	['Father Tony&rsquo;s Homilies','homilies/homilies.html', null,
	],
	['Monthly Calendar','calendar/calendar.html', null,
	],
	['Event Scheduling','calendar/calendar.html', null,
	],
	['Parish Council','council.html', null,
	],
	['Commissions', 'commissions.html', null,
		['Christian Administration','commissions/administration.html',null,
			['Finance Council','commissions/finance.html']],
		['Christian Education','commissions/education.html'],
		['Christian Services','commissions/service.html'],
		['Christian Worship','commissions/worship.html'],
	],
	['Music Ministry','commissions/worship/music_ministry.html', null,
	],
	['Ministry','ministry.html', null,
	],
	['Mission Statement','statement.html', null,
	],
	['Parish History','history.html', null,
	],
	['Photo and Video Gallery','gallery.html', null,
	],
	['Parish Plan','documents/parishPlan.html', null,
	],
	['Contact Us','contactus.html', null,
	],
	['Links','links.html', null,
	],
	['Map','http://maps.yahoo.com/map?q1=426%20N%20West%20ELMHURST%20IL%2060126&mag=9&ard=1#mvt=m&lat=41.910781&lon=-87.959133&mag=3&q1=426%20N%20West%20Ave%2C%20Elmhurst%2C%20IL%2060126%2C%20United%20States'
	],
];

