function launch(ref) {
  var biblioRef = window.open("../biblio/"+ref,"newWindow","resizable,scrollbars,width=500,height=200");
  biblioRef.focus();
}