[img]immagine1.gif[/img]

function funa() {
document.im1.src = "immagine2.gif";
}

function funb() {
document.im1.src = "immagine1.gif";
}