function setFocus()
{
document.getElementById("nom").focus()
}


