/*
  --- 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.
  
  Modified by David West 2004
*/
var MENU_ITEMS = [
	['HOME', 'index.htm', null],
	['WHAT WE BELIEVE', 'what_we_believe.htm', null,
		['WHAT WE BELIEVE', 'what_we_believe.htm', null],
		['STATEMENT OF FAITH', 'statement_of_faith.htm', null],
		['THE GOSPEL', 'the_gospel.htm', null]
	],
	['WORSHIP/STUDIES', 'worship_studies.htm', null,
		['CALENDAR OF EVENTS', 'calendar.htm', null],
		['WORSHIP/STUDIES', 'worship_studies.htm', null],
		['SUNDAY SERVICE', 'sunday_service.htm', null],
		['STUDIES/FELLOWSHIP', 'studies_fellowship.htm', null,
			['CALENDAR OF EVENTS', 'calendar.htm', null],
			//['SUNDAY', 'sunday_studies.htm', null],
			//['MONDAY', 'monday_studies.htm', null],
			//['TUESDAY', 'tuesday_studies.htm', null],
			//['WEDNESDAY', 'wednesday_studies.htm', null],
			//['THURSDAY', 'thursday_studies.htm', null],
			//['FRIDAY', 'friday_studies.htm', null],
			//['SATURDAY', 'saturday_studies.htm', null]			
		],
		['NEW BELIEVERS', 'new_believers.htm', null],
	],
	['RADIO MINISTRY', 'radio_ministry.htm', null,
		['RADIO MINISTRY', 'radio_ministry.htm', null],
		['WINGS OF EAGLES', 'wings_of_eagles.htm', null],
		['PAST PROGRAMS', 'past_programs.htm', null]
	],
	['OUR MINISTRIES', 'our_ministries.htm', null,
		['OUR MINISTRIES', 'our_ministries.htm', null],
		['MEN\'S MINISTRY', 'men_ministry.htm', null],
		['WOMEN\'S MINISTRY', 'women_ministry.htm', null],
		//['TEEN MINISTRY', 'teen_ministry.htm', null],
		['CHILDREN\'S MINISTRY', 'children_ministry.htm', null],
		['WEDDINGS', 'weddings.htm', null,
			//['CEREMONIES', 'wedding_ceremonies.htm', null],
			['COUNSELING', 'marital_counseling.htm', null]
		],
		['CALENDAR OF EVENTS', 'calendar.htm', null]
	],
	['COFFEEHOUSE', 'coffeehouse.htm', null,
		['COFFEEHOUSE', 'coffeehouse.htm', null],
		['INFORMATION', 'coffeehouse_information.htm', null],
		['SCHEDULE', 'coffeehouse_schedule.htm', null],
		['CALENDAR OF EVENTS', 'calendar.htm', null]
	],
	['HOME SCHOOLING', 'home_schooling.htm', null,
		['HOME SCHOOLING', 'home_schooling.htm', null],
		['CALENDAR OF EVENTS', 'calendar.htm', null]
	],
	['MUSIC', 'music.htm', null,
		['MUSIC', 'music.htm', null],
		['WORSHIP MUSIC', 'worship_music.htm', null],
		['SOUND &amp; RECORDING', 'sound_recording.htm', null],
		//['LESSONS &amp; TRAINING', 'lessons_training.htm', null]
	],
	['PRAYER REQUESTS', 'prayer_requests.htm', null],
];

