/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Program Description', 'program.htm'],
	['Resources', null, null,
		['For Health Care Professionals', null, null,
		 	['Prevalence in Primary Care Settings', 'healthcare.htm'],
			['Problem Gambling & Patient Health', 'healthcare2.htm'],
			['Screening for Problem Gambling', 'healthcare3.htm']
		],
		['For Family & Friends', 'family.htm'],
		['For Potential Clients', 'clients.htm'],
		['Downloads', 'downloads.htm'],
		['Links', 'links.htm'],
		['News', 'news.htm']
	],
	['Problem Gambling', null, null,
		['Frequently Asked Questions', 'faq.htm'],
		['Assessing Problem Gambling', 'assessment.htm'],
		['Self Test for Problem Gambling', 'questionnaire.htm'],
		['Responsible Gambling', 'responsible.htm'],
		['Myths about Gambling', 'myths.htm']
	],
	['Newsletters', 'newsletters.htm'],
	['About the Clinic', null, null,
		['History and Mission', 'history.htm'],
		['Research', 'research.htm'],
		['Hours & Location', 'hours.htm']
	],
	['Contact Us', 'contacts.htm']
];
