<!--
//This credit must stay intact
//Script by http://www.java-Scripts.net and http://wsabstract.com
function doClear(theText) {
  if (theText.value == theText.defaultValue) {
  	theText.value = ""
	}
}
//-->