function clearText(thisField){
	if (thisField.defaultValue==thisField.value)
	thisField.value = ""
}
