function standardPopup (ziel,w) {
  m = window.open(ziel, "Zweitfenster", w);
  m.focus();
}