//' Version :
//' ---------
//'

//' 1.00 / 2001-xx-xx / CB => Création

function budgetOnLoad() {
}
function submit_form_lost() {
	if (checkPhone(document.form_lost.cli_1,'Ligne 1',10	)==false)	return false;
	if (checkEMailField	(document.form_lost.email,' Votre e-mail', 5)==false)	return false;
	//'document.form_lost.submit();	
}

