
function doInitialClear(field) {
  with (field) {
    value = "";
    onfocus = function () {};
  }
}