<!--

//--Automatically Clear Default Form Values

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

//-->
