	
	//External js file for Header Include, search input box 
	
	function clearText(thefield) 
		{ if (thefield.defaultValue == thefield.value) thefield.value = "" 
			else thefield.value = "" ;
		};
		
	