  <!--
    function affres(fichier) {
      window.open(fichier,'_blanc', 'toolbar=0, location=0, directories=0, status=0, scrollbars=1, resizable=0, copyhistory=0, menuBar=0, width=750, height=500');
      return false;}
    function lison(fichier) {
      var fen=window.open('','_blanc', 'toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=0, copyhistory=0, menuBar=0, width=320, height=150');
      fen.document.writeln('<html> <head> <title> </title> </head>');
      fen.document.writeln('<body> <embed src="sons/'+fichier+'" type="audio/mpeg" loop="false" width="300" height="50"> </embded>');
      fen.document.writeln('<br> <a href="#" onclick="window.close()">[Fermer]</a>');
      fen.document.writeln('</body> </html>');
      fen.document.close();
      return false;}
  // -->

