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

function clearStyle(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
} 