function popCenter(url, titre, largeur, hauteur) 
  {
  window.open(url, titre, 'width=' + largeur + ', height=' + hauteur);
  }