/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', './index.htm'],
	['About Us', null, null,
		['Mission', './mission.htm'],
		['Who We Are', './whoweare.htm'],
		['Who We Serve', './whoweserve.htm']
	],
	['The Project', null, null,
		['Getting Help', './gethelp.htm'],
		['Selecting Cases', './selectingcases.htm'],
		['Wrongful Convictions', './convictions.htm']
	],
	['How to Help', './givehelp.htm']
];
