      function OuvrirFenetre(url,nom,details) {
      window.open(url,nom,details)
      }