function message_asterix(){
    if(lang=="fr")
        alert("Veuillez saisir correctement la totalit\351 des champs annot\351s d'une asterisque rouge.");
    else
        alert("Please fill in all the fields correctly, see the asterisks red.");
}

