

function NouvelleFenetre(Adresse)
  {var NonFenetre;
   //NonFenetre = Math.random();
   Form=window.open(Adresse,'','toolbar=yes,location=yes,directories=no,menubar=yes,scrollbars=yes,resizable=1,width=600, height=300,top=10,left=400');
   // document.Form.LIBELLE_DOC_A_MAJ.focus();
   //  target="_blank"
  }



