function popup (url, titre, features)  {
  window.open(url, titre, features);
}
