  function changeStyle()  { 
    var c = document.getElementById("contentContainer");
	var d = document.getElementById("header");
	g=c.style.fontSize;
	if ((g=="") || (g=="100%")){
	c.style.fontSize = "120%"; 

	//d.style.height = "105px";
	} else {
	c.style.fontSize = "100%"; 

	//d.style.height = "100px";
	} 
  }
  

         function SubmitSearch(form)
         {
         if ((form.value=="") || (form.value=="Search NSW Public Schools site") || (form.value=="School name or suburb")  || (form.value=="Search Technology Guide...")) 
         {
               alert("Please enter search query.");
				form.value="";
				form.focus();
               return false;
         }
         return true;
         }
function check(form) {
	if (form.value==""){
			document.searchform.QueryText.value="Search NSW Public Schools site";
				
	}  
}

function checkschlocator(form) {
	if (form.value==""){
			document.schlocator.QueryText.value="School name or suburb";		
	}  
}

function cl_check(form) {	
	if (form.value==""){
			document.cl_searchform.QUERYTEXT.value="Search Technology Guide...";		
	}  		
} 

function cl_checksubscribe(form) {	
	if (form.value==""){
			document.frmSubscription.email.value="Subscribe to Click...";		
	}  		
} 