function foto(url,alto,ancho){
var detalles="top=180,left=100,width="+ancho+",height="+alto;
open(url,'',detalles);
}
