function clearDefault(x) {
  if (x.defaultValue==x.value) x.value = ""
}