function OuvrirFenetre (url) {
   window.open (url,"_blank","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes")
}