function showBigfoto (source) {
  WinBigPic = window.open(source, "PopUpBild", "width=830,height=650,left=50,top=50");
  WinBigPic.focus();
}

