/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html',{ 'sb':'Return to Home Page'}],
	['I\'m New', 'imnew.html', {'bw':200, 'sb':'info for "newbies"'}],
	['What We Are', 'whatweare.html', {'sw':130, 'sb':'Learn what we are.'}],
	['About Seabrook UMC', null, {'sw':160, 'bw':160, 'sb':"Learn all about our ministries."},
		['Location', 'location.html'],
		['Church Staff', 'staff.html'],
		['Pastor', 'pastor.html'],
		['Music Ministries','musicministries.html'],
		['Children&rsquo;s Ministry', 'children.html'],
/*		['Family Ministry', 'familyretreat.html'],*/
		['Youth', 'youth.html'],
/*		['FAQ', 'FAQ.html']*/
		['UMW', 'UMW.html']/*,
		['Senior Adults', 'seniors.html']*/
	],
	['Learning', null, {'sw':100, 'bw':150, 'sb':"We've got classes for all ages."},
		['Sunday School', 'learning.html'],
		['Small Group Studies (new)', 'smallgroup.html']
	],
	['Outreach', null, { 'sb':'Learn about our outreach.'},
		['St. Stephen','SOSS.html']
	], 
	['Downloads', 'downloads.html',{ 'sb':'Check out our downloads page.'}], 
	['e-Donate', 'https://www.eservicepayments.com/cgi-bin/Vanco_ver3.vps?appver3=tYgT1GfNxRUldiimjHMvOa-m1BGvKIaqACEMilkIXuDbto7rg8irIX1_lb7hFlma2evTpo0mld6BrVzd2nG0p5QMIAVrrxXVuzBffhChfiw=&ver=3', {'sw':141, 'sb':'Donate to SUMC electronically.'}] 
];

