function sendFormular() {
  ret = confirm("Screenshot wirklich melden?")
  if (ret == true)
    return true;
  return false;
}
