<script>
function sopra(terza){
document.IMMAGINE1.src='primaOVER.jpg'
document.IMMAGINE2.src='secondaOVER.jpg'
document.IMMAGINE3.src=terza
}
function fuori(){
document.IMMAGINE1.src='primaOUT.jpg'
document.IMMAGINE2.src='secondaOUT.jpg'
document.IMMAGINE3.src='terzaOUT.jpg'
}
</script>
[img]primaOut.jpg[/img]
[img]secondaOUT.jpg[/img]
[img]terzaOUT.jpg[/img]