function popup_window(datei, breite, hoehe, scroll, menubar){
	window.open(datei, "WINDOW", "width="+650+", height="+350+", scrollbars="+scroll+", menubar="+menubar+", resizable=yes");
}
