function sendFormular() {
  ret = confirm("Wirklich Löschen?")
  if (ret == true)
    return true;
  return false;
}
