function rech_start(){
	$("#rech_left").tabs();
}


function ValidForm2(){
	if (document.getElementById("taille").value!= ""){
		document.recherche_vehicule.submit();
	}
}
