<!--  *** ATTENTION! NE PAS MODIFIER! Ce fichier est genere automatiquement! *** 2011/12/07 13:27  -->
<!-- begin script
function validate ()
   {
   texte=document.analyse.texte.value;
   if (texte=='')
      {
      alert ( "Veuillez entrez une analyse!" );
      return (false);
      }
   courriel=document.analyse.courriel.value;
   if (courriel=='')
      {
      alert ( "Veuillez entrez votre courriel!" );
      return (false);
      }

   document.analyse.submit();
   return (true);
   }
// end script -->

