
function foppen3(name, datei, breite, hoehe) {
Fenster3 = window.open(datei,name,'scrollbars=yes,width='+breite+',height='+hoehe+',left='+((screen.width/2)-(breite/2))+',top='+((screen.height/2)-(hoehe/2)));
Fenster3.focus();
}
