/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'tw':'_self','tt':'Home','sb':'Home'}],
	['Community', 'community.htm', {'tw':'_self','tt':'Community','sb':'Community'},
		['Weekend Info >', 'weekend_info.htm', {'tw':'_self','tt':'Weekend Info >','sb':'Weekend Info >'},
			['Weekend Times', 'weekend_times.htm'],
			['Candlelight', 'candlelight.htm'],
			['Sunday Closings', 'sunday_closings.htm'],
			['Recipes', 'recipes.htm']
		],
		['Sponsorship >', 'sponsorship.htm', null,
			['Being a Sponsor', 'being_a_sponsor.htm'],
			['Pilgrim Registration', 'pilgrim_registration.htm'],
			['Agape', 'agape.htm']
		],
		['Gatherings', 'gatherings.htm', {'tw':'_self','tt':'Gatherings','sb':'Gatherings'}],
		['Administrative Board', 'board.htm'],
		['By-Laws', 'bylaws.htm'],
		['Service Opportunities', 'service_opportunities.htm'],
		['Share Groups', 'share_groups.htm'],
		['Contact Us', 'contact_us.htm']
	],
	['Emmaus', 'emmaus.htm', {'tw':'_self','tt':'Emmaus','sb':'Emmaus'},
		['What Is Emmaus?', 'http://www.upperroom.org/emmaus/default.asp', {'tw':'_blank','tt':'What Is Emmaus?','sb':'What Is Emmaus?'}],
		['Upper Room', 'http://www.upperroom.org/', {'tw':'_blank','tt':'Upper Room','sb':'Upper Room'}],
		['Ohio Communities', 'ohio_communities.htm', {'tw':'_self','tt':'Ohio Communities','sb':'Ohio Communities'}]
	],
	['Rooster', 'rooster.htm', {'tw':'_self','tt':'Rooster','sb':'Rooster'},
		['Subscribe', 'subscribe.htm', {'tw':'_self','tt':'Subscribe','sb':'Subscribe'}],
		['Online Rooster', 'online_rooster.htm', {'tw':'_self','tt':'Online Rooster','sb':'Online Rooster'}],
		['Download Rooster', 'download_rooster.htm', {'tw':'_self','tt':'Download Rooster','sb':'Download Rooster'}],
		['Rooster Archive', 'archive.htm', {'tw':'_self','tt':'Rooster Archive','sb':'Rooster Archive'}]
	],
	['Walks', 'walks.htm', {'tw':'_self','tt':'Walks','sb':'Walks'},
		['Next Walk', 'next_walk.htm', {'tw':'_self','tt':'Next Walk','sb':'Next Walk'}],
		['2010 Walk Schedule', '2010_walks.htm', {'tw':'_self','tt':'2010 Walk Schedule','sb':'2010 Walk Schedule'}],
		['Walk Archive', 'walk_archive.htm', {'tw':'_self','tt':'Walk Archive','sb':'Walk Archive'}],
		['Weekend Times', 'weekend_times.htm'],
		['Map to Walks', 'maps.htm']
	],
	['Search', 'search.htm', {'tw':'_self','tt':'Search','sb':'Search'}],
	['Links', 'links.htm', {'tw':'_self','tt':'Links','sb':'Links'}],
	['Other Ministries', 'other_ministries.htm', null,
		['Chrysalis', 'chrysalis.htm'],
		['Epiphany', 'epiphany.htm'],
		['Kairos', 'kairos.htm'],
		['Ohio Communities', 'ohio_communities.htm']
	]
];