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