// Here's the Script code. Make it
sure to change the button images though. // Also note that if you
add more images to it (the area with the image0.src thing), //
you have to add to the top part (image1 = new Image). Make sure
that they number // the same, or it won't work properly. // Below this is the Image tag
itself. It'll change when you put your mouse over a // text link.
Make it sure that it has the essential part in it:
name="imagename0". // This part below are your text
links. Make it sure to include the tags necessary // for the
image change: //
onmouseover="document.imagename0.src=image1.src //
onmouseout="document.imagename0.src=image0.src