//' Version :
//' ---------
//' 1.02 / 2003-10-29 / PL => Suppression du test 'checkPhoneDOM'
//' 1.01 / 2003-01-14 / PL => Ajout du test DOM
//' 1.00 / XXXX-XX-XX / PL => Création

function check_clientExist(){
	if (checkPhone(document.form_client.cli_1, 'N° de tel.'	, 9	)==false)	return false;
	if (checkNumField	(document.form_client.cli_userPin, 'Code perso', 4)==false)	return false;
}