function fenster(bild)
        {
		bild = "screenshots.php?datei="+bild;
        neu=open(bild,"Fenster","width=860,height=680,menubar=yes,scrollbars=no");
}

