} function nuevaVentana(foto,ancho,largo){ window.open(foto,'popup','toolbar=no,location=no,status=no,menubar=no, scrollbars=no,resizable=no,width='+ancho+',height='+largo+',top=500,left=500'); }