﻿// Fichier JScript
function SetCmoi(NomCtrl,RbtnSel)
{
    document.getElementById(NomCtrl).value = RbtnSel;
}


