
/* Tigra Menu PRO items structure */

var MENU_POS = new Array();
// Menu alignment - (left, center, right)
MENU_POS['align'] = 'center';

var MENU_ITEMS = [
	['Home', 'http://www.jesuswayfellowship.org/index.html'],
	['About Us', null, null,
		['Mission', 'http://www.jesuswayfellowship.org/mission.html'],
		['History', 'http://www.jesuswayfellowship.org/history.html'],
		['The Pastor', 'http://www.jesuswayfellowship.org/pastor.html']
	],
	['Ministries', 'http://www.jesuswayfellowship.org/ministries.html'],
	['Events', 'http://www.jesuswayfellowship.org/calendar.html'],
	['Media', null, null,
		['Sermons', 'http://www.jesuswayfellowship.org/sermons.html'],		
		['CDs', 'http://www.jesuswayfellowship.org/cd.html']		
	],
	['Photos', 'http://www.jesuswayfellowship.org/photos.html'],
	['Contact Us', null, null,
		['Contact Information', 'http://www.jesuswayfellowship.org/contactinfo.html'],
		['Directions', 'http://www.jesuswayfellowship.org/directions.html']
	]
];
