function nuevaVentana(url)
  {
    window.open(url,"leer","width=450,height=420, scrollbars=yes, resizable=no, toolbar=no")
    }
