function formCheck () {
  agent = navigator.userAgent;
  if (agent.indexOf('Mozilla/2') != -1 && agent.indexOf('MSIE') == -1) {
    warnmess1 = '\nYou should have Netscape Navigator 3.0 (or higher)\n';
    warnmess2 = 'or Microsoft Internet Explorer 3.0 (or higher).\n';
    warnmess3 = 'In this browser an error with JavaScript may occur.\n';
    warnmess4 = '\nFor more information contact info@itica-apple.com.\n';
    warnmess5 = '\nAre you sure you want to continue?';
    if (!confirm (warnmess1 + warnmess2 + warnmess3 + warnmess4 + warnmess5)) {
      return false;
    }
  }
//  NOM
  saisie = document.formcoo.nom_id.value
  if ((saisie) == "") {
     alert ("Entrez votre nom.");
      return false;
    }

// Pren
  saisie = document.formcoo.pren_id.value
  if ((saisie) == "") {
     alert ("Entrez votre Prénom.");
      return false;
    }

// Nom Etablissement
  saisie = document.formcoo.etab_id.value
  if ((saisie) == "") {
     alert ("Entrez le nom de votre Etablissement.");
      return false;
    }

// Adr Per
  saisie = document.formcoo.adr_id.value
  if ((saisie) == "") {
     alert ("Entrez votre adresse .");
      return false;
    }

// CP Per
  saisie = document.formcoo.cp_id.value
  if ((saisie) == "") {
     alert ("Entrez votre code postal.");
      return false;
    }

// Ville Per
  saisie = document.formcoo.ville_id.value
  if ((saisie) == "") {
     alert ("Entrez le nom de votre ville.");
      return false;
    }

// EMAIL
  if (document.formcoo.email_id.value== "" || document.formcoo.email_id.value.indexOf("@")==-1 || document.formcoo.email_id.value.indexOf(".")==-1 || document.formcoo.email_id.value.indexOf(" ")!=-1 || document.formcoo.email_id.value.length<6)
{
    alert ("Entrez votre e-mail : (obligatoire)");
      return false;
    }

// Tel
if (isNaN(parseInt(document.formcoo.tel_id.value)))
{
    alert ("Entrez une valeur numérique pour le Tel.");
      return false;
 }

 // Comm
  saisie = document.formcoo.comm_id.value
  if ((saisie) == "") {
     alert ("Entrez le motif de votre demande.(Commentaires)");
      return false;
    }

}

//------------------------------------------------------------------------------

function formCheckCont () {
  agent = navigator.userAgent;
  if (agent.indexOf('Mozilla/2') != -1 && agent.indexOf('MSIE') == -1) {
    warnmess1 = '\nYou should have Netscape Navigator 3.0 (or higher)\n';
    warnmess2 = 'or Microsoft Internet Explorer 3.0 (or higher).\n';
    warnmess3 = 'In this browser an error with JavaScript may occur.\n';
    warnmess4 = '\nFor more information contact info@itica-apple.com.\n';
    warnmess5 = '\nAre you sure you want to continue?';
    if (!confirm (warnmess1 + warnmess2 + warnmess3 + warnmess4 + warnmess5)) {
      return false;
    }
  }


//  NOM
  saisie = document.formcoo.nom_id.value
  if ((saisie) == "") {
     alert ("Entrez votre nom.");
      return false;
    }

// Pren
  saisie = document.formcoo.pren_id.value
  if ((saisie) == "") {
     alert ("Entrez votre prénom.");
      return false;
    }

// Adr Per
  saisie = document.formcoo.adr_id.value
  if ((saisie) == "") {
     alert ("Entrez votre adresse.");
      return false;
    }

// CP Per
  saisie = document.formcoo.cp_id.value
  if ((saisie) == "") {
     alert ("Entrez votre code postal.");
      return false;
    }

// Ville Per
  saisie = document.formcoo.ville_id.value
  if ((saisie) == "") {
     alert ("Entrez le nom de votre ville.");
      return false;
    }

// EMAIL
  if (document.formcoo.email_id.value== "" || document.formcoo.email_id.value.indexOf("@")==-1 || document.formcoo.email_id.value.indexOf(".")==-1 || document.formcoo.email_id.value.indexOf(" ")!=-1 || document.formcoo.email_id.value.length<6)
{
    alert ("Entrez votre e-mail : (obligatoire)");
      return false;
    }



}

function formCheckContAtt () {
  agent = navigator.userAgent;
  if (agent.indexOf('Mozilla/2') != -1 && agent.indexOf('MSIE') == -1) {
    warnmess1 = '\nYou should have Netscape Navigator 3.0 (or higher)\n';
    warnmess2 = 'or Microsoft Internet Explorer 3.0 (or higher).\n';
    warnmess3 = 'In this browser an error with JavaScript may occur.\n';
    warnmess4 = '\nFor more information contact info@itica-apple.com.\n';
    warnmess5 = '\nAre you sure you want to continue?';
    if (!confirm (warnmess1 + warnmess2 + warnmess3 + warnmess4 + warnmess5)) {
      return false;
    }
  }

//  Etab
  saisie = document.formcoo.etab_id.value
  if ((saisie) == "") {
     alert ("Entrez le Nom de votre Etablissement.");
      return false;
    }

//  NOM
  saisie = document.formcoo.nom_id.value
  if ((saisie) == "") {
     alert ("Entrez votre nom.");
      return false;
    }

// Pren
  saisie = document.formcoo.pren_id.value
  if ((saisie) == "") {
     alert ("Entrez votre prénom.");
      return false;
    }

// Adr Per
  saisie = document.formcoo.adr_id.value
  if ((saisie) == "") {
     alert ("Entrez votre adresse.");
      return false;
    }

// CP Per
  saisie = document.formcoo.cp_id.value
  if ((saisie) == "") {
     alert ("Entrez votre code postal.");
      return false;
    }

// Ville Per
  saisie = document.formcoo.ville_id.value
  if ((saisie) == "") {
     alert ("Entrez le nom de votre ville.");
      return false;
    }

// EMAIL
  if (document.formcoo.email_id.value== "" || document.formcoo.email_id.value.indexOf("@")==-1 || document.formcoo.email_id.value.indexOf(".")==-1 || document.formcoo.email_id.value.indexOf(" ")!=-1 || document.formcoo.email_id.value.length<6)
{
    alert ("Entrez votre e-mail : (obligatoire)");
      return false;
    }

// Tel
if (isNaN(parseInt(document.formcoo.tel_id.value)))
{
    alert ("Entrez une valeur numérique pour le Tel.");
      return false;
 }

}
