/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.missionsnet.net/'],
	['About Us', 'http://www.missionsnet.net/?filename=bio'],
	['Contact Us', 'http://www.missionsnet.net/?isFunction=contact'],
	['Tell A Friend', 'http://www.missionsnet.net/?isFunction=tellafriend'],
	['How To', 'http://www.missionsnet.net/?filename=how-to-plan-a-mission-trip', null,
		['Set Up Ministries', 'http://www.missionsnet.net/?filename=how-to-setup-ministries'],
		['Create a Schedule', 'http://www.missionsnet.net/?filename=how-to-create-a-schedule'],
		['Lead Effectively', 'http://www.missionsnet.net/?filename=how-to-lead-effectively'],
		['Resolve Problems', 'http://www.missionsnet.net/?filename=how-to-resolve-problems'],
		['Find Host Partners', 'http://www.missionsnet.net/?filename=how-to-find-host-partners'],
		['Find Ministries', 'http://www.missionsnet.net/?filename=how-to-find-ministries']
	],
	['Sample', 'http://www.missionsnet.net/?filename=sample-youth-mission-trips', null,
		['Schedules', 'http://www.missionsnet.net/?filename=sample-schedules'],
		['Ministry Charts', 'http://www.missionsnet.net/?filename=sample-ministry-charts'],
		['Ministry Charts', 'http://www.missionsnet.net/?filename=sample-ministry-explanations']
	],
	['Networks', 'http://www.missionsnet.net/?filename=youth-ministry-networks', null,
		['Ministries and Partners', 'http://www.missionsnet.net/?filename=ministries-and-partners-by-area'],
		['What to Bring', 'http://www.missionsnet.net/?filename=what-to-bring-on-your-mission-trip'],
		['Mission Trip Checklists', 'http://www.missionsnet.net/?filename=mission-trip-checklists']
	],
	['Discipleship', 'http://www.missionsnet.net/?filename=growth-and-discipleship-on-the-mission-field', null,
		['Testimonies', 'http://www.missionsnet.net/?filename=testimonies-of-growth-in-the-mission-field'],
		['Missions Discipleship', 'http://www.missionsnet.net/?filename=mission-discipleship-literature'],
		['Listening Prayer', 'http://www.missionsnet.net/?filename=explanation-of-listening-prayer'],
		['Devotional Links', 'http://www.missionsnet.net/?filename=encouraging-devotional-links']
	]
];

