function newWindow(Verweis, Name, Breite, Hoehe, SB) {
 Popup = window.open(Verweis, 'title',Breite+','+Hoehe+',scrollbars');
  Popup.focus();
}

