function validate() {
if (document.formcoupon.nom.value.length<1) { alert("Vous devez indiquer votre Nom, SVP");return false;}
if (document.formcoupon.prenom.value.length<1) { alert("Vous devez indiquer votre Prénom, SVP");return false;}
if (document.formcoupon.email.value.length<1) { alert("Vous devez indiquer votre Email, SVP");return false;}
return true;

}
function openvalid(doc)
	{
  window.open(doc+"&checkva="+document.formVA.checkva.checked,'doc','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=yes,resizable=1,width=30, height=30');
}

function validemail() {
if (document.formnews.email.value.length<1 || document.formnews.email.value == ':: Votre email ::' ) { alert("Vous devez indiquer votre Email"); return false;}
return true;

}
function opencg()
	{
  window.open('conditions.php','doc','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=yes,resizable=1,width=500, height=500');
}
