/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm'],
	['About Us', 'about.htm'],
	['Services', null, null,
		['Governor Training', 'specific.htm'],
		['Clerk to Governors', 'clerks.htm'],
		['Self-Evaluation', 'self-eval.htm'],
		['Effectiveness', 'effectiveness.htm'],
		['Organising Business', 'organising.htm'],
		['New Governor Support', 'new_governors.htm'],
		['Parent Councils', 'p-councils.htm'],
		['Link Governors', 'link-governors.htm'],
		['Annual Planners', 'planners.htm']
	],
	['OFSTED Criteria', 'criteria.htm'],
	['Fees & Charges', 'schedule.htm'],
	['Links', 'links.htm'],
	['Enquiry Form', 'form.htm']
];

