/* Tigra Menu items structure */
var MENU_ITEMS = [
	['About', 'index.htm', null,
	  ['why choose us', 'index.htm#A'],
	  ['a final thought', 'index.htm#B'],
	 ],
	['Schools', 'schools.htm', null,
	 ],
	['Teachers', 'teachers.htm', null,
	 ['graduates', 'teachers.htm#A'],
	 ['registration', 'teachers.htm#B']
	],
	['Vetting', 'vetting.htm', null,
	  ],
	['Vacancies', 'vacancies.htm', null,
	 ],
	['Useful Links', 'links.htm', null,
	],
	['News Board', 'news.htm', null,
	],
];

