// JavaScript Document
function sendForm(hndl){
	if(validForm(hndl)){
		callAjax('/box/contact.form.php',null,$('formulaire'), hndl );
	}
}