// menu_items.js file

var MENU_ITEMS =[
	["about us", "index.html"],
	
	
	
	["our schools", "#",
			["Buxlow School", "buxlow-school.html"],
			["St Christopher's", "st-christophers.html"],
			["St Nicholas", "st-nicholas.html"],
			["Aston House - Junior", "aston-house.html"],
			["Aston House - Senior", "aston-house-senior.html"]
	],
	["news", "#",
	 	 	["Happy Child Schools News", "news.html"],
	 		["Buxlow School", "buxlow-school-news.html"],
			["St Christopher's", "st-christophers-news.html"],
			["St Nicholas", "st-nicholas-news.html"],
			["Aston House - Junior", "aston-house-news.html"],
			["Aston House - Senior", "aston-house-senior-news.html"]
	],

["contact us", "#",
			["central office", "contact-us-head-office.html"],
			["schools", "contact-us.html"],
			["work with Happy Child", "javascript:void(window.open('../careers/index.html', 'ptop', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width='+725+',height='+580+',left='+10+', top='+10+',screenX='+10+',screenY='+10+''));"]
	],


		["links", "#",
			["DFES", "javascript:void(window.open('http://www.dfes.gov.uk', 'ptop', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width='+800+',height='+600+',left='+10+', top='+10+',screenX='+10+',screenY='+10+''));"],
			["Independent Schools Association", "javascript:void(window.open('http://www.isaschools.org.uk', 'ptop', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width='+800+',height='+600+',left='+10+', top='+10+',screenX='+10+',screenY='+10+''));"],
			["Engine Room", "javascript:void(window.open('http://www.engineroomcogs.org', 'ptop', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width='+800+',height='+600+',left='+10+', top='+10+',screenX='+10+',screenY='+10+''));"],
			["Ofsted", "javascript:void(window.open('http://www.ofsted.gov.uk', 'ptop', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width='+800+',height='+600+',left='+10+', top='+10+',screenX='+10+',screenY='+10+''));"],
			["National Day Nurseries Association", "javascript:void(window.open('http://www.ndna.org.uk', 'ptop', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width='+800+',height='+600+',left='+10+', top='+10+',screenX='+10+',screenY='+10+''));"],
			["our dedicated charity", "charity.html"]
	]
];
