function PressFenster(QUELLE){
				
	var eigenschaften="width=780,height=700,screenX=0,left=0,screenY=0,top=0,toolbar=yes,menubar=yes,location=yes,status=yes,resizable=yes,scrollbars=yes";
				
	window.open(QUELLE,'',eigenschaften);
}











