/*** 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");
}
/*** Neues Fenster Ende ***/