function neuesFenster(dateiname,breite,hoehe,groesse,xKoordinate,yKoordinate,bildlauf,urlLeiste,ende)
		{
Neu = window.open(dateiname,"fenster","width="+breite+",height="+hoehe+",resizable="+groesse+",screenX="+xKoordinate+",screenY="+yKoordinate+",scrollbars="+bildlauf+",location="+urlLeiste+",dependent="+ende);
		}
