// JavaScript Document
function validport() {
if (document.formcde.port.checked == false ) { alert("Vous devez sélectionner un mode de transport"); return false;}
return true;

}
function validtaille() {
if (document.formart.tailles.value == '' ) { alert("Vous devez sélectionner une taille"); return false;}
return true;

}
function plan(page,largeur,hauteur,options){
	var top=(screen.height-hauteur)/2;
	var left=(screen.width-largeur)/2;
	window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);
}
function validcgv() {
if (document.formcde.checkcgv.checked == false ) { alert("Vous devez accepter les conditions générales de vente"); return false;}
return true;

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

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