function submit_recevoirDesInformationsForm()
{
	titre = "Vous devez obligatoirement saisir correctement :nn";
	chaine = "";

	if (document.forms.recevoirDesInformationsForm.civilite.value == 0) chaine += "     - votre civilitÃ©n";
	if (document.forms.recevoirDesInformationsForm.nom.value == 0) chaine += "     - votre nomn";
	if (document.forms.recevoirDesInformationsForm.prenom.value == 0) chaine += "     - votre prÃ©nomn";
	if (document.forms.recevoirDesInformationsForm.adresse1.value == 0) chaine += "     - votre adressen";
	if (document.forms.recevoirDesInformationsForm.codepostal.value == 0) chaine += "     - votre code postaln";
	if (document.forms.recevoirDesInformationsForm.ville.value == 0) chaine += "     - votre villen";
	if (document.forms.recevoirDesInformationsForm.pays.value == 0) chaine += "     - votre paysn";
	if (!checkmail(document.forms.recevoirDesInformationsForm.email.value)) chaine += "     - votre emailn";
	if (document.forms.recevoirDesInformationsForm.telephone.value == 0) chaine += "     - votre numÃ©ro de tÃ©lÃ©phone fixe ou portablen";
	if (document.forms.recevoirDesInformationsForm.niveau_etude.value == 0) chaine += "     - votre niveau d'Ã©tudesn";
	if (document.forms.recevoirDesInformationsForm.formation_demandee.value == 0) chaine += "     - la formation qui vous intÃ©ressen";

	if (document.forms.recevoirDesInformationsForm.formation_demandee.value == "Ã‰cole de Management LÃ©onard de Vinci (EMLV)") document.forms.recevoirDesInformationsForm.id.value = "900";
	if (document.forms.recevoirDesInformationsForm.formation_demandee.value == "Ã‰cole SupÃ©rieure d'IngÃ©nieurs LÃ©onard de Vinci (ESILV)") document.forms.recevoirDesInformationsForm.id.value = "904";
	if (document.forms.recevoirDesInformationsForm.formation_demandee.value == "Institut International du MultimÃ©dia (IIM) - AnnÃ©e PrÃ©paratoire") document.forms.recevoirDesInformationsForm.id.value = "908";
	if (document.forms.recevoirDesInformationsForm.formation_demandee.value == "Institut International du MultimÃ©dia (IIM) - Cycle SupÃ©rieur") document.forms.recevoirDesInformationsForm.id.value = "910";
	if (document.forms.recevoirDesInformationsForm.formation_demandee.value == "Master Management - Master 2 Pro - Management of  new communication media and tourism") document.forms.recevoirDesInformationsForm.id.value = "901";
	if (document.forms.recevoirDesInformationsForm.formation_demandee.value == "Master Management - Master of Science International Project Management") document.forms.recevoirDesInformationsForm.id.value = "899";
	if (document.forms.recevoirDesInformationsForm.formation_demandee.value == "Master Management - Master of Science Financial Markets and Compliance") document.forms.recevoirDesInformationsForm.id.value = "898";
	if (document.forms.recevoirDesInformationsForm.formation_demandee.value == "Master Management - Master of Arts European Policy Studies") document.forms.recevoirDesInformationsForm.id.value = "902";
	if (document.forms.recevoirDesInformationsForm.formation_demandee.value == "Master Management - Master of Science International Business") document.forms.recevoirDesInformationsForm.id.value = "897";
	if (document.forms.recevoirDesInformationsForm.formation_demandee.value == "MastÃ¨re Scientifique - Calcul Scientifique AvancÃ©") document.forms.recevoirDesInformationsForm.id.value = "906";
	if (document.forms.recevoirDesInformationsForm.formation_demandee.value == "MastÃ¨re Scientifique - Analyse et ContrÃ´le des Risques Financiers") document.forms.recevoirDesInformationsForm.id.value = "907";
	if (document.forms.recevoirDesInformationsForm.formation_demandee.value == "MastÃ¨re Scientifique - IngÃ©nierie Intelligente : I2COS") document.forms.recevoirDesInformationsForm.id.value = "903";
	if (document.forms.recevoirDesInformationsForm.formation_demandee.value == "MastÃ¨re Scientifique - IngÃ©nierie de l'Information") document.forms.recevoirDesInformationsForm.id.value = "905";
	if (document.forms.recevoirDesInformationsForm.formation_demandee.value == "MBA SpÃ©cialisÃ© MultimÃ©dia - Video Game Management") document.forms.recevoirDesInformationsForm.id.value = "909";
	if (document.forms.recevoirDesInformationsForm.formation_demandee.value == "Formation Développeur Jeu Vidéo") document.forms.recevoirDesInformationsForm.id.value = "1347";

	if (chaine != "")
		alert(titre + chaine);
	else
	{
		pageTracker._trackPageview('/bouton-validation-formulaire');
		document.forms.recevoirDesInformationsForm.submit();
	}
}

function submit_demandeDeDocumentationForm()
{
	titre = "Vous devez obligatoirement saisir correctement :nn";
	chaine = "";

	if (document.forms.demandeDeDocumentationForm.civilite.value == 0) chaine += "     - votre civilitÃ©n";
	if (document.forms.demandeDeDocumentationForm.nom.value == 0) chaine += "     - votre nomn";
	if (document.forms.demandeDeDocumentationForm.prenom.value == 0) chaine += "     - votre prÃ©nomn";
	if (document.forms.demandeDeDocumentationForm.adresse.value == 0) chaine += "     - votre adressen";
	if (document.forms.demandeDeDocumentationForm.codepostal.value == 0) chaine += "     - votre code postaln";
	if (document.forms.demandeDeDocumentationForm.ville.value == 0) chaine += "     - votre villen";
	if (document.forms.demandeDeDocumentationForm.pays.value == 0) chaine += "     - votre paysn";
	if (!checkmail(document.forms.demandeDeDocumentationForm.email.value)) chaine += "     - votre emailn";
	if (document.forms.demandeDeDocumentationForm.telephone.value == 0) chaine += "     - votre numÃ©ro de tÃ©lÃ©phone fixe ou portablen";
	if (document.forms.demandeDeDocumentationForm.niveau_etude.value == 0) chaine += "     - votre niveau d'Ã©tudesn";
	if (document.forms.demandeDeDocumentationForm.formation_demandee.value == 0) chaine += "     - la formation qui vous intÃ©ressen";

	if (document.forms.demandeDeDocumentationForm.formation_demandee.value == "Ã‰cole de Management LÃ©onard de Vinci (EMLV)") document.forms.demandeDeDocumentationForm.id.value = "368";
	if (document.forms.demandeDeDocumentationForm.formation_demandee.value == "Master Management - Master 2 Pro - Management of  new communication media and tourism") document.forms.demandeDeDocumentationForm.id.value = "369";
	if (document.forms.demandeDeDocumentationForm.formation_demandee.value == "Master Management - Master of Science International Project Management") document.forms.demandeDeDocumentationForm.id.value = "370";
	if (document.forms.demandeDeDocumentationForm.formation_demandee.value == "Master Management - Master of Science Financial Markets and Compliance") document.forms.demandeDeDocumentationForm.id.value = "371";
	if (document.forms.demandeDeDocumentationForm.formation_demandee.value == "Master Management - Master of Arts European Policy Studies") document.forms.demandeDeDocumentationForm.id.value = "372";
	if (document.forms.demandeDeDocumentationForm.formation_demandee.value == "Master Management - Master of Science International Business") document.forms.demandeDeDocumentationForm.id.value = "373";
	if (document.forms.demandeDeDocumentationForm.formation_demandee.value == "Ã‰cole SupÃ©rieure d'IngÃ©nieurs LÃ©onard de Vinci (ESILV)") document.forms.demandeDeDocumentationForm.id.value = "374";
	if (document.forms.demandeDeDocumentationForm.formation_demandee.value == "MastÃ¨re Scientifique - Calcul Scientifique AvancÃ©") document.forms.demandeDeDocumentationForm.id.value = "375";
	if (document.forms.demandeDeDocumentationForm.formation_demandee.value == "MastÃ¨re Scientifique - Analyse et ContrÃ´le des Risques Financiers") document.forms.demandeDeDocumentationForm.id.value = "376";
	if (document.forms.demandeDeDocumentationForm.formation_demandee.value == "MastÃ¨re Scientifique - IngÃ©nierie Intelligente : I2COS") document.forms.demandeDeDocumentationForm.id.value = "377";
	if (document.forms.demandeDeDocumentationForm.formation_demandee.value == "MastÃ¨re Scientifique - IngÃ©nierie de l'Information") document.forms.demandeDeDocumentationForm.id.value = "378";
	if (document.forms.demandeDeDocumentationForm.formation_demandee.value == "AnnÃ©e PrÃ©paratoire") document.forms.demandeDeDocumentationForm.id.value = "499";
	if (document.forms.demandeDeDocumentationForm.formation_demandee.value == "Cycle SupÃ©rieur") document.forms.demandeDeDocumentationForm.id.value = "496";
	if (document.forms.demandeDeDocumentationForm.formation_demandee.value == "MBA SpÃ©cialisÃ© Video Game Management") document.forms.demandeDeDocumentationForm.id.value = "489";
	if (document.forms.demandeDeDocumentationForm.formation_demandee.value == "Formation Développeur Jeu Vidéo") document.forms.demandeDeDocumentationForm.id.value = "1326";

	if (chaine != "")
		alert(titre + chaine);
	else
	{
		pageTracker._trackPageview('/bouton-validation-formulaire');
		document.forms.demandeDeDocumentationForm.submit();
	}
}