	function ErzeugeDetailFenster(FName, Attribute) {
		f=window.open('', FName, Attribute); 
		f.focus();
		//f.document.close();	
	}