
function openWindowThesaurus(theURL, intidtitrebiblio) { //v2.0
  var w;
  var strUrl;
  strUrl = '/data/moduledocument/template/cadre-5-refbiblio.asp?intidtitre=' + intidtitrebiblio + '&URL='+theURL;
  w=window.open(strUrl,'thesaurus','width=700,height=600,scrollbars=yes,resizable=yes');
  w.focus();
}

