/*
  --- 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 = [
	['Home','index.html', {'tw' : '_parent'}],
	['Pastor\'s Page', 'pastor\'s_page.htm', {'tw' : '_parent'}],
	['Who We Are', null, null,
		['Brief Summary', 'who_we_are.htm', {'tw' : '_parent'}],
		['What is a Lutheran', 'what_is_a_lutheran.htm', {'tw' : '_parent'}],
		['Our History', 'history_of_first_lutheran.htm', {'tw' : '_parent'}],
        	['Ministry Center', null, null,
	        	['Ground Breaking', 'ground_breaking.htm', {'tw' : '_parent'}],
		        ['Parking Lot', 'parking_lot_construction.htm', {'tw' : '_parent'}],
          		['Building', 'building_construction.htm', {'tw' : '_parent'}],
          		['Dedication', 'min_cent_dedication.htm', {'tw' : '_parent'}],
            	],
	],
	['Worship Services', 'worship_services.htm', {'tw' : '_parent'}],
        ['Committees', null, null,
		['Church Council', 'church_council.htm', {'tw' : '_parent'}],
		['Education', 'education.htm', {'tw' : '_parent'}],
		['Fellowship', 'fellowship.htm', {'tw' : '_parent'}],
		['Mutual Ministry', 'mutual_ministry.htm', {'tw' : '_parent'}],
		['Evangelism', 'evangelism.htm', {'tw' : '_parent'}],
		['Parish Planning', 'parish_planning.htm', {'tw' : '_parent'}],
		['Property', 'property.htm', {'tw' : '_parent'}],
		['Stewardship', 'stewardship.htm', {'tw' : '_parent'}],
		['Worship', 'worship.htm', {'tw' : '_parent'}],
		['Youth', 'youth.htm', {'tw' : '_parent'}],
		['Investment', 'investment.htm', {'tw' : '_parent'}],
/*		['LEAF', 'leaf.htm', {'tw' : '_parent'}],*/
		['Outreach', 'outreach.htm', {'tw' : '_parent'}],
	],
	['Church Staff', 'church_staff.htm', {'tw' : '_parent'}],
	['Youth Programs', null, null,
/*		['Jr. Youth Group', 'jr__youth_group.htm', {'tw' : '_parent'}],
		['Sr. Youth Group', 'sr__youth_group.htm', {'tw' : '_parent'}],*/
		['Youth Group', 'youth_group.htm', {'tw' : '_parent'}],
		['Sunday School', 'sunday_school.htm', {'tw' : '_parent'}],
		['Confirmation', 'confirmation_ministry.htm', {'tw' : '_parent'}],
 		['FLC Childrens Programs', 'flcp.htm', {'tw' : '_parent'}],
 		['Summer Day Camp', 'summer_day_camp.htm', {'tw' : '_parent'}],
		['Vacation Bible Camp', 'vbs.htm', {'tw' : '_parent'}],
	],
	['Adult Programs', null, null,
		['Adult Bible Study', 'weekday_bible_study.htm', {'tw' : '_parent'}],
		['Adult Sunday School', 'adult_sunday_school.htm', {'tw' : '_parent'}],
		['Tuesday Group', 'tuesday_group.htm', {'tw' : '_parent'}],
		['Senior Saints', 'senior_saints.htm', {'tw' : '_parent'}],
	],
	['Music Ministry', null, null,
		['Senior Choir', 'senior_choir.htm', {'tw' : '_parent'}],
	/*	['New Song Singers', 'new_song_singers.htm', {'tw' : '_parent'}], */
		['Partners in Chime', 'bell_ringers.htm', {'tw' : '_parent'}],
		['Chancel Singers', 'chancel_singers.htm', {'tw' : '_parent'}],
		['Instruments', 'instrumentation.htm', {'tw' : '_parent'}],
	],
	['Outreach', null, null,
	/*	['Soup Kitchen', 'soup_kitchen.htm', {'tw' : '_parent'}], */
		['MOPS', 'mops.htm', {'tw' : '_parent'}],
	],
	/*['Comm. Activities', 'soup_kitchen.htm', {'tw' : '_parent'}], */
	['Prayer Opportunities', 'prayer_opportunities.htm', {'tw' : '_parent'}],
	['Links to Other Sites', 'organizational_links.htm', {'tw' : '_parent'}],
	['Contact Us', 'feedback.htm', {'tw' : '_parent'}],
	['Search', 'search.htm', {'tw' : '_parent'}],
	/*['Special Targets', null, null,
		['New Window','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_blank'}],
		['Parent Window','http://www.softcomplex.com/products/tigra_menu/', {'tw' : 'content'}],
		['Same Frame','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_self'}],
	],
	['Another Item', null, null,
		['Level 1 Item 0','another.html', {'tw' : 'content'}],
		['Level 1 Item 1','another.html', {'tw' : 'content'}],
		['Level 1 Item 2','another.html', {'tw' : 'content'}],
		['Level 1 Item 3','another.html', {'tw' : 'content'}],
	],*/
];
