function openwindow(foto) {
  window.open(foto,"_blank","menubar=no,resizable=no,left=0,top=0");
};