function wopen(datei,breite,hoehe) {
	var f = window.open(datei,'fff','height='+hoehe+', width='+breite); 
	f.focus(); 
}