
  function OuvrirVisible(page) {
  var newWindow = window.open( page, '', "width=920,height=620,scrollbars=yes,resizable=yes" );

  }
