function klein(bild) {
        newWin = window.open("http://www.novimed.de/bilder_js.html?" + bild, "fenstername", "scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=0,width=364,height=500,left=0,top=0");
}