function Leeren(obj, val) {
  if (obj.value == val) obj.value = '';
}
