var fenetreNote;
function gd_maitre(maitre)
{
  fenetreNote = window.open('../hist/'+maitre+'.htm','Maitre','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,copyhistory=no,' + 'width=400' + ',height=250,left=200,top=200');
 fenetreNote.focus();
 return false;
}