/*** Neues Fenster Anfang ***/
function popup_window(datei, breite, hoehe, scroll, menubar){
	//window.open(datei, "WINDOW", "width="+breite+", height="+hoehe+", scrollbars="+scroll+" menubar="+menubar+" resizable=yes");
	// neu von Martin	
eval("fenster=window.open('"+datei+"', 'popup', 'width="+breite+",height="+hoehe+",scrollbars="+scroll+", menubar="+menubar+",location=no, resizable=yes')");
}
/*** Neues Fenster Ende ***/