// menu_items.js file

var MENU_ITEMS =[
	
	["about us", "index.html",
	 		["schools", "schools/index.html"],
			["nurseries", "nurseries/index.html"],
			["training", "training/index.html"],
			["central office", "central-office.html"]

	],
	["our ethos", "our-ethos.html"],
		["contact us", "#",
			["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+''));"],
			["find Happy Child", "find.html"],
			["download parent brochure", "javascript:void(window.open('downloads/happy-child-parent-brochure.pdf', 'ptop'));"]
	],
		
		["links", "#",
			["Happy Child International", "javascript:void(window.open('http://www.happychild.org', 'ptop', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width='+1060+',height='+900+',left='+10+', top='+10+',screenX='+10+',screenY='+10+''));"],
			["BODEN", "javascript:void(window.open('http://www.boden.co.uk', 'ptop', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width='+1060+',height='+900+',left='+10+', top='+10+',screenX='+10+',screenY='+10+''));"],
			["CACHE", "javascript:void(window.open('http://www.cache.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+''));"],
			["CWDC", "javascript:void(window.open('http://www.cwdcouncil.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+''));"],
			["PLA", "javascript:void(window.open('http://www.pre-school.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+''));"],
			["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+''));"],
		["PAGB Cough and Cold Leaflet", "javascript:void(window.open('http://www.pagb.co.uk/pressarea/releases/Coughcoldleaflet2009.pdf', '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+''));"],
		["Swine Flu Information", "javascript:void(window.open('downloads/swineflu.pdf', '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+''));"],
		["Big Game Hunters", "javascript:void(window.open('http://www.gardengames.co.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+''));"],
	]
];
