/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'sw':93}],
	['About WH 839 <img border="0" width="9" height="15" align="baseline" src="images/blue_arrow.gif">', null, {'sw':175,'bw':175,'be':['dTrans(DURATION=1.5)','']},
		['New to Warehouse 839?', 'new_to_warehouse.htm', {'tt':'New to Warehouse 839?  Click here!','sb':'Click here if you are new to Warehouse 839'}],
		['About Us', 'about.htm'],
		['Service Times and Map', 'serviceTimes.htm'],
		['Karen\'s Corner', 'karens_corner.htm', {'tt':'Message from the pastor'}],
		['Pastors', 'pastors.htm'],
		['Lay Pastors', 'layPastors.htm'],
		['Staff', 'staff.htm']
	],
	['God\'s Unconditional Acceptance <img border="0" width="9" height="15" align="baseline" src="images/blue_arrow.gif">', null, {'sw':225,'bw':225},
		['Message Series', 'messageSeries.htm'],
		['Second Cup', 'second_cup.htm', {'tt':'Review of last Sunday'}]
	],
	['Your Unbelievable Growth <img border="0" width="9" height="15" align="baseline" src="images/blue_arrow.gif">', null, {'sw':200,'bw':200},
		['The Story', 'the_story.htm', {'tt':'Exciting new Bible study!'}],
		['Small Groups <img border="0" width="9" height="15" align="baseline" src="images/orange_arrow.gif">', 'smallGroups.htm', {'bw':125,'bl':125,'bt':15},
			['Men\'s Group', 'mens_group.htm'],
			['Spirit Riders', 'spirit_riders.htm'],
			['Softball', 'softball.htm']
		],
		['Classes', 'classes.htm'],
		['Children\'s Ministries', 'childrenMinistries.htm'],
		['Livewire Youth', 'http://www.livewireyouth.org', {'tw':'_blank','tt':'Youth Ministry!','sb':'Exciting activities for teens!'}]
	],
	['Our Unlimited Outreach <img border="0" width="9" height="15" align="baseline" src="images/blue_arrow.gif">', null, {'sw':175,'bw':175},
		['Beyond the Walls <img border="0" width="9" height="15" align="baseline" src="images/orange_arrow.gif">', 'outreach_beyond.htm', {'tt':'Serving beyond our walls','bw':150,'bl':125,'bt':15},
			['Hilliard READS', 'hilliard_reads.htm'],
			['Habitat for Humanity', 'http://www.hilliardhabitat.org', {'tw':'_blank','tt':'Hilliard Adopt-A-House'}]
		],
		['Within the Walls <img border="0" width="9" height="15" align="baseline" src="images/orange_arrow.gif">', 'outreach_within.htm', {'tt':'Serving within the church','bw':150,'bl':125,'bt':15},
			['Toolbox Ministry', 'toolbox_ministry.htm'],
			['HUMC Preschool', 'http://www.hilliardumcpreschool.org', {'tw':'_blank'}],
			['Cub Scout Pack 148', 'http://www.pack148.us', {'tw':'_blank'}]
		],
		['Ministry Teams', 'ministryTeams.htm']
	],
	['Resources <img border="0" width="9" height="15" align="baseline" src="images/blue_arrow.gif">', null, {'sw':125,'bw':125},
		['Media', 'media.htm', {'tt':'Sunday messages'}],
		['Social Media', 'social_media.htm', {'tt':'Get connected!'}],
		['Church Calendar', 'calendar.htm'],
		['Hilliard UMC', 'http://www.hilliardumc.org', {'tw':'_blank','tt':'Our mother church!','sb':'Hilliard United Methodist Church'}],
		['Events', 'events.htm'],
		['News', 'news.htm']
	]
];
