function nothing() {
  return;
}

function gbook_del(status_id,status_str) {
  if (confirm("Bist du sicher, dass du den Gästebuch eintrag von '" + status_str + "' löschen möchtest ?")) {
    parent.location.href='/gbook/?action=Del&id=' + status_id;
  }
}
