function ZeigeBild(bild)
{
  var picwnd = window.open(bild,"Bildfenster","width=500,height=381,screenX=200,screenY=200");
  picwnd.focus();
}
