function oeffne(datei,weite,hoehe){
	var f=open(datei,"OEG","width="+ weite +",height="+ hoehe +",screenX=10,screenY=10,resizable=no");
	f.moveTo(10,10);
	f.focus();
}


