	<!--
		if (document.images)
		{
		  goo= new Image(164,164); 
		  goo.src="/furniture/coordinatorsBackOn.jpg"; 
		  doo= new Image(164,164); 
		  doo.src="/furniture/teachersBackOn.jpg"; 
		  boo= new Image(164,164); 
		  boo.src="/furniture/parentsBackOn.jpg"; 
		  img1= new Image(164,36); 
		  img1.src="/furniture/coordinatorsBottomOn.jpg"; 
		  img2= new Image(164,36); 
		  img2.src="/furniture/teachersBottomOn.jpg"; 
		  img3= new Image(164,36); 
		  img3.src="/furniture/parentsBottomOn.jpg";
		}
	
		function clearDefault(el) {
		  if (el.defaultValue==el.value) el.value = ""
		}
		function checkForm()	{
			pcode="Enter your postcode here";
			if (document.Form1.PostalCode.value==pcode)	document.Form1.PostalCode.value="";

		}
		var boo="url(/furniture/parentsBackOn.jpg)";
		var doo="url(/furniture/teachersBackOn.jpg)";
		var goo="url(/furniture/coordinatorsBackOn.jpg)";
		var boo2="url(/furniture/parentsBackOff.jpg)";
		var doo2="url(/furniture/teachersBackOff.jpg)";
		var goo2="url(/furniture/coordinatorsBackOff.jpg)";
		var img1="url(/furniture/coordinatorsBottomOn.jpg)";
		var img2="url(/furniture/teachersBottomOn.jpg)";
		var img3="url(/furniture/parentsBottomOn.jpg)";
		var img4="url(/furniture/coordinatorsBottom.jpg)";
		var img5="url(/furniture/teachersBottom.jpg)";
		var img6="url(/furniture/parentsBottom.jpg)";	
		function foo(bob,image,button,image2) { 
		    	if(document.getElementById){ 
					document.getElementById(bob).style.background = image;
					document.getElementById(button).style.background = image2;
			} 
		}
		function fooRestore(bob,image,button,image2) { 
		    	if(document.getElementById){ 
					document.getElementById(bob).style.background = image;
					document.getElementById(button).style.background = image2;
			} 
		}
	-->