function clearText(thefield){
  if (thefield.defaultValue==thefield.value)
    thefield.value = ""
} 

#function resetText(thefield) {
#  if (thefield.defaultValue!=thefield.value)
#    thefield.value = "email address..."
#} 


