Text in ALL CAPS are variables to be named by you

<html> <head> <title></title> </head> <script language="javascript"> //--- Preload graphic images. imgFile = new Array() imgFile[0] = "MANNY01.GIF" imgFile[1] = "MANNY02.GIF" imgFile[2] = "MANNY03.GIF" imgFile[3] = "GRANDSLAM.GIF" imgSrc = new Array() for(i=0;i<imgFile.length;i++) { imgSrc[i] = new Image() imgSrc[i].src = imgFile[i] } </script> <SCRIPT LANGUAGE="JavaScript"> <!-- function retrace() { history.back() } // --> </SCRIPT> <BODY BACKGROUND="marble.jpg" BGPROPERTIES="fixed"> <IMG SRC="miheader.gif"> <P> &nbsp; </P> <CENTER> <IMG SRC="rolltitle.gif"> </CENTER> <P> &nbsp; </P> <p>To try the next example, point to any hyperlink to the left of the image below.</p> <a name="picture"></a> <table border="0" cellspacing="0" width="80%"> <tr> <td width="50%" align="center"><a href="#picture" onmouseover="document.visible.src=imgSrc[0].src"> Manny Ramirez</a></td> <td width="50%" rowspan="5"> <img border="0" name="visible" src="manny01.gif"> </td> </tr> <tr> <td width="50%" align="center"><a href="#picture" onmouseover="document.visible.src=imgSrc[1].src"> What a catch, Manny!</a></td> </tr> <tr> <td width="50%" align="center"><a href="#picture" onmouseover="document.visible.src=imgSrc[2].src"> What a hit, Manny!</a></td> </tr> <tr> <td width="50%" align="center"><a href="#picture" onmouseover="document.visible.src=imgSrc[3].src"> Grand Slam!</a></td> </tr> </table>