function fenster(datei)
{
	f = open(datei,"Info","width=400,height=450,scrollbars=yes,dependent=yes,resizable=no");
	f.focus();
}
