function showImage(bild, width, height){
  ZoomFenster = window.open("/fileadmin/ap_static/zoom.php?bild="+bild, "Zweitfenster", "width="+width+",height="+height);
  ZoomFenster.focus();
}
