/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home Page', 'http://www.hempfieldcc.org/pageA.htm', {'tw':'body'}],
	['Weekly Schedule', 'http://www.hempfieldcc.org/schedule.htm', {'tw':'body'}],
	['Kidz View', 'http://www.hempfieldcc.org/kidzview.htm', {'tw':'body'}],
	['Motion', 'http://www.hempfieldcc.org/motiondraft.htm', {'tw':'body'}],
	['2:42 Ministries', 'http://www.hempfieldcc.org/242.htm', {'tw':'body'}],
	['Ching Sai Do', 'http://www.hempfieldcc.org/karate', {'tw':'_top'}],
	['Upward', 'http://www.upward.org', {'tw':'body'}],
	['VBS 2010', 'http://www.hempfieldcc.org/vbs', {'tw':'_parent'}],
	['What We Believe', 'http://www.hempfieldcc.org/believe.htm', {'tw':'body'}],
	['Meet Our Staff', 'http://www.hempfieldcc.org/staff.htm', {'tw':'body'}],
	['Listen To Sermons', 'http://www.hempfieldcc.org/sermons/', {'tw':'_parent'}],
	['Prayer Request', 'http://www.hempfieldcc.org/prayerrequest.php', {'tw':'body'}],
	['Directions', 'http://www.hempfieldcc.org/HCCDirections.pdf', {'tw':'body'}],
	['Contact Us', 'mailto:hempfieldcc@gmail.com', {'tw':'_top'}]
];
