function Foto(img){
  foto1= new Image();
  foto1.src=(img);
  gr = "width="+500+",height="+380;
  window.open(img,"",gr);
}
