// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
['KPS HOME','mainFrame.html', {'tw' : 'mainFrame'}],
	['WELCOME ADDRESS', null, null,
		['A Reflection','Content webpages/Welcome Address.html', {'tw' : 'mainFrame'}],
	],
	['SCHOOL INFORMATION', null, null,
		['KPS Purpose','Content webpages/Statement of Purpose.html', {'tw' : 'mainFrame'}],
		['School Location','Forms/KPS School Location.pdf', {'tw' : 'mainFrame'}],
		['School Map','Forms/KPS School Map.pdf', {'tw' : 'mainFrame'}],
		['School Routine','Content webpages/School Routine.html', {'tw' : 'mainFrame'}],
		['KPS Staff','Content webpages/KPS Staff.html', {'tw' : 'mainFrame'}],
		['Medication Policy','Content webpages/Medication Policy.html', {'tw' : 'mainFrame'}],
		['Student Preperation','Content webpages/Student Preperation.html', {'tw' : 'mainFrame'}],
	],
	['SCHOOL POLICIES', null, null,
		['School Discipline','Content webpages/School Discipline Policy.htm', {'tw' : 'mainFrame'}],	
		['Effective Learning','Content webpages/Effective Learning.htm', {'tw' : 'mainFrame'}],	
		['Merit Award','Content webpages/Merit Award.htm', {'tw' : 'mainFrame'}],
		['Achievement','Content webpages/Student Achievement.htm', {'tw' : 'mainFrame'}],	
	],
	['CANTEEN', null, null,
		['Canteen Menu 2009','Forms/KPS Canteen Menu 2009.pdf', {'tw' : 'mainFrame'}],
	],
	['OOSH','Content webpages/Before & After School Care.html', {'tw' : 'mainFrame'}],	
	['COMMUNICATION', null, null,
		['Enrolment Form','Forms/enrolment.pdf', {'tw' : 'mainFrame'}],
	],
	['UNIFORMS', null, null,
		['School Uniforms','Content webpages/School Uniform.htm', {'tw' : 'mainFrame'}],		
	],
];