I am building a website using javascript. I have thumbnails on the page with one large image. onmouseover I change the large image to match the thumbnail. I also want to change the text description below the large image. I can't figure out how to dynamically change the text. onmouseover I call a function that just sets document.all.largeImage.src = 'largeImagexx';
I'm using a table with the <img name='largeImage'...> for the image.
Any ideas on changing text under the image?