function libros(nombrelibro) 
  {
    remote = window.open(nombrelibro, "bookstore","width=700, height=500, resizable=no, scrollbars=yes, toolbar=no, menubar=no, status=yes");
  }
