/* - - - - - - - - - - - - - - - - - - - - - - -
 Fichier JavaScript
 Créé le mardi 2 novembre 2004 19:23:32
 avec HAPedit 3.0.11.102
  - - - - - - - - - - - - - - - - - - - - - - - */

  
   function Poster() {
      open('poster.php', '_blank',
           'location=no, scrollbars=yes, resizable=yes, directories=no, width=520, height=660, status=no, toolbar=no, menubar=no');
   }

   function PopReglement(num) {
      open('reglement.php', '_blank',
           'location=no, scrollbars=yes, resizable=yes, directories=no, width=550, height=500, status=no, toolbar=no, menubar=no');
   }