/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.gogoodnews.com/index.html'],
	['Who is GRM', 'http://www.gogoodnews.com/whoisgrm.html', null,
		['History >>', 'http://www.gogoodnews.com/history.html', null,
			['Meet the Founders', 'http://www.gogoodnews.com/founders.html'],
			['Staff', 'http://www.gogoodnews.com/staff.html']
		],
		['Accountability', 'http://www.gogoodnews.com/accountability.html'],
		['Why Native Pastors >>', 'http://www.gogoodnews.com/whynativepastors.html', null,
			['10/40 Window >>', 'http://www.gogoodnews.com/1040window.html', null,
				['10/40 Window Expanded', 'http://www.gogoodnews.com/1040windowdef.html']
			],
			['Support Native Pastors >>', 'http://www.gogoodnews.com/signuppastors.html', null,
				['Development of a Church', 'http://www.gogoodnews.com/4stagesdiagram.html']
			],
			['Peoples Movement', 'http://www.gogoodnews.com/peoplesmovementdiagram.html']
		],
		['Contact Us', 'http://www.gogoodnews.com/contact.html'],
		['Strategies', 'http://www.gogoodnews.com/grmstrategies.html']
	],
	['Tools', 'http://www.gogoodnews.com/tools.html', null,
		['Building Projects', 'http://www.gogoodnews.com/buildingprojects.html'],
		['Libraries', 'http://www.gogoodnews.com/libraries.html'],
		['Water Wells', 'http://www.gogoodnews.com/waterwells.html'],
		['Crusades', 'http://www.gogoodnews.com/crusades.html'],
		['Mobile Medical Units', 'http://www.gogoodnews.com/mobilemedicalunits.html'],
		['Training Center', 'http://www.gogoodnews.com/training.html']
	],
	['Breaking News', 'http://www.gogoodnews.com/breakingnews.html', null,
		['Prayer Watch', 'http://www.gogoodnews.com/prayerwatch.html'],
		['Letters from the President', 'http://www.gogoodnews.com/letters.html'],
		['Newsletters', 'http://www.gogoodnews.com/newsletters.html'],
		['Special Projects', 'http://www.gogoodnews.com/bibles/index.html']
	],
	['Media', 'http://www.gogoodnews.com/media.html', null,
		['Photo Gallery', 'http://www.gogoodnews.com/media.html']
	],
	['Free Sermons Outlines', 'http://www.gogoodnews.com/sermonsubonline.html'],
	['Donate Online', 'https://www.gogoodnews.com/donate/']
];

