// JavaScript Document

function clearField(obj) {
  if (obj.defaultValue==obj.value) obj.value = '';
}