function PictureZoom(BildSrc){
  NewWin = window.open('screenshot.asp?Src=' + BildSrc, 'PictureZoom', 'width=150,height=150,resizable');
  NewWin.focus();
}

