function fenster(bonApoKP,breite,hoehe) {
var links=screen.width/2-breite/2;
var oben=screen.height/2-hoehe/2;
NewWin = window.open(bonApoKP, "titel", "scrollbars=yes,width=730,height=550,top=20,left=20");
}

