<!-- Begin
var submitcount=0;

function checkFields() {            
   if (submitcount == 0)
      {
      submitcount++;
      return true;
      }
   else 
      {
      alert("ATTENTION! Vous ne devez pas cliquer plus qu'une fois     \n Attendez que l'envoi soit terminer, si vous êtes dans l'etape \n final il est très probable que ce formulaire est envoyé.  Merci     ");
      submitcount=0;
      return false;
      }
}

function PopPictureWindow(url,id,wh,ww) {
        var sheight=screen.height;
        var swidth=screen.width;
        var wheight=wh;
        var wwidth=ww;
        var wleft=((swidth-wwidth)/2);
        var wtop=((sheight-wheight)/2);
        var winprops="location=no,scrollbars=yes,menubars=no,toolbars=no,directories=no,status=no,resizable=no" +
                               ",height=" + wheight + ",width=" + wwidth + ",left=" + wleft + ",top=" +wtop;
        window.open(url,id,winprops);
}

//  End -->

<!-- Network Performance Monitoring - SVR62 - Atek.ca Montreal -->


