/*
  --- 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.
*/
var MENU_ITEMS = [
	
	['We Believe!', null, null,
		['What We Believe', 'WeBelieve.htm'],
		['Baptism', 'Baptism.htm'],
		['Covenant of Conduct', 'pdfs/CovenantofConduct.pdf'],

	],
	
	['We Celebrate!', null, null,
		['Worship', 'worship.htm'],
		/*['Sunday Celebration', 'SundayC.htm'],*/
		['Music Ministry', 'MusicMinistry.htm'],
		['Music Director', 'MusicDirector.htm'],
		/*['Lent', 'Lent.htm'],*/
		['Fine Arts Series', 'FineArtsSeries.htm'],
		['Older Adult Fellowship Group', 'OWLS.htm'],
		['Wedding Guidelines', 'pdfs/WeddingGuidelines.pdf'],
	],
	

	['We Grow!', null, null,
		['Spiritual Growth', 'spiritualgrowth.htm'],
		['Adult Discussion', null, null,
			['Lectionary Bible Study', 'LectionaryGroup.htm'],
           /* ['Enneagram', 'AdultDiscussion.htm'],*/
    ],
		
		['Youth', null,null,
            /*['Sunday School', 'Faithformation.htm'],*/
            ['Confirmation', 'Confirmation.htm'],
            ['2009 Youth Gathering', 'YouthGathering2009.htm'],
		],
		/*['Sabbatical 2008', 'Sabbatical.htm'],*/
		['Art Class', 'Artist in residence.htm'],
		
	],

	['We Serve!', null, null,
		['Outreach', 'Outreach.htm'],
		['Assisting during Worship', 'service.htm'],
		['Care for Creation', 'CareForCreation.htm'],
		['Quilting Group', 'quilters.htm'],
		['Jobless Support Group', 'JoblessSupportGroups2.htm'],
	],
 	
	['Leadership/Staff', null, null,
		['Our Leader', 'ChristLeads.htm'],
		/*['Pastor', 'pastor.htm'],*/
		['Music Director', 'MusicDirector.htm'],
		['Congregation Council', 'Council.htm'],
	],
];

