function Roll(nom,img,sel)
{
var actif=document.forms['MENU'].namerub.value;
if (nom != actif) document.images[nom].src=img;
}

function Change_Etat(nom,img)
{
document.images[nom].src=img;
}