var ZOOM;
function ampliar_foto(ruta){
 if(ZOOM && ZOOM.closed==0) ZOOM.close();
 ZOOM = window.open("","ZOOM","toolbar=no,directories=no,location=no,menubar=no,status=yes,width=400,height=320,resizable=no,screenX=270,screenY=190,left=270,top=190");
 ZOOM.document.write("<html><head><title>el recó</title></head><body topmargin=0 leftmargin=0 marginwidth=0 marginheight=0 bgcolor=white><img src=" + directori + "../ima/fotos_grans/" + ruta + ".jpg></body></html>");
 ZOOM.focus();
}