/*
  --- 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 = [

['<center>Home</center>', 'index.html', null],

['<center>About Us</center>', 'about_us.htm', null,
	['Our History', 'history.htm'],
	['Staff', 'staff.htm'],
	['Testimonials', 'celebrate55.htm'],
	['United Church of Canada', 'united_church_of_canada.htm'],
	['Mission & Service', 'mission_service_fund.htm']
	],

['<center>Worship</center>', 'sunday_worship.htm', null,
	['Sunday Worship', 'sunday_worship.htm'],
	['Special Services', 'special_worship_services.htm'],
	['Nursery', 'nursery.htm'],
	['Sunday School', 'sunday_school.htm'],
	],

['<center>Music</center>', 'music.htm', null,
	],
           
['<center>Well Being</center>', 'well_being.htm', null,
	['Reiki', 'reiki.htm'],
	['Christian Meditation', 'christian_meditation_group.htm'],
	['A Course in Miracles', 'miracles.htm'],	
	['Integral Healing', 'integralhealing.html'],
	['Prayer Group', 'prayer_group.htm'],
	['Footcare', 'footcare.htm'],
	['Reflexology', 'reflexology.htm']
	],

['<center>Food Basket</center>','foodbasket.htm' , null,
	['Food Basket','foodbasket.htm'],
	['Community Garden','communitygarden.htm']
              ],

['<center>Calendar</center>','calendar.htm' , null,
	['Weekly Calendar','calendar.htm'],
        ['Special Events', 'special_events.htm']
              ],

['<center>Get Involved</center>', 'get_involved.htm', null,
        ['Adult Education', 'adult_education.htm'],
        ['Children & Youth', 'children_youth.htm'],
        ['Choir', 'music.htm'],
        ['Food Basket', 'foodbasket.htm'],
        ['Justice Working Group', 'justice.htm'],
	    ['Serving Others', 'serving_others.htm'],
        ['Social', 'social.htm'],
        ['United Church Women', 'united_church_women.htm'],
              ],

['<center>Contacts</center>', 'contact.htm', null,
        ['Key Contacts &amp; Map', 'contact.htm'],
        ['Weddings and Baptisms', 'weddings.htm'],
        ['Venue Inquiries', 'venue_inquiries.htm']
		],
];