function clearValue(thefield){
if (thefield.defaultValue==thefield.value){
thefield.value = ""
thefield.style.color = "black";
}
}