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