//' 1.00 / 2002-02-07 / CB => Création

function check_clientExist(){
	if (checkPhone(document.form_client.cli_1,				'numero telefonico'	, 7	)==false)	return false;
	if (checkNumField	(document.form_client.cli_userPin,	'I tuo codice segreto'	, 4		)==false)	return false;
}