<!-- Javascript disabled

function RollImg(Nom,Img,Etat) 
{
document.images[Nom].src = "../imgs/" + Img + "_" + Etat + ".gif";
}

//-->