function popup(url, titre, largeur, hauteur, scrol, resizable) 
  {
  window.open(url, titre, 'width=' + largeur + ', height=' + hauteur + ', scrollbars=' + scrol);
  } 