function check() {
  if (document.zoek.deel.value == '') {
    alert('U heeft niks ingevoerd.');
    return false;
  }
  return true;
}

