/*** Neues Fenster Anfang ***/
function popup_window(datei, fenstername, breite, hoehe, scroll, menubar){
	window.open(datei, fenstername, "width="+breite+", height="+hoehe+", scrollbars="+scroll+", menubar="+menubar+", resizable=yes");
	}

function farbe(was) {
window.status(""+was);
	}
/*** Neues Fenster Ende ***/