function doClear(txt) {
   if (txt.value == txt.defaultValue) {
      txt.value = ""
   }
}