function FensterOeffnen (Adresse) {

		  MeinFenster = window.open(Adresse,'Fotocredits','screenX=8,screenY=8,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no,location=no,width=960,height=600');

		  MeinFenster.focus();

		}
