function fenster (img) {
  yipie = window.open('popup.php?img='+img, "fuabk", "width=800,height=600,scrollbars=yes");
  yipie.focus();
}
