function empty_field(field)
{
if (field == "")
{ alert("Merci de saisir un texte");
return false;
}
return true;
}