
function popup(datei,breite,hoehe){
	var param = 'width='+breite+',height='+hoehe+',location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes,status=no';
	var fenster = window.open(datei,'fenster',param);
}
