// Java Document

function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
theField.style.color = "black";
}
