/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Welcome','index.htm', null],
	['School Awards', 'Performance.htm', null],
	['Curriculum','Curriculum.htm', null],
	['School Day', 'Day.htm', null],
	['School Admission', 'Admission.htm', null],
	['School Council', 'Council.htm', null],
	['School Clubs', 'Clubs.htm', null],
	['Friends', 'Friends.htm', null],
	['Governors', 'Governors.htm', null,],
	['School History', 'History.htm', null,],
	['Childrens Centre', 'Childrens Centre.htm', null]
];
