1421Fermer1423
NilLe 07/11/2005 à 15:32
function changeImage(i)
{
document.images["grossePhoto"].src = image[i];
var txP = document.getElementById("textePhoto");
txP.firstChild.nodeValue = texte[i];
}