Getty JavaScript Class |
<html> <head> <title>Image Rollover</title> </head> <body bgcolor=white> <a href="next.html" onMouseover="document.Arrow.src='images/redArrow.gif'" onMouseout="document.Arrow.src='images/blueArrow.gif'"> <img src="images/blueArrow.gif" width=147 height=82 border=0 name="Arrow"></a> </body> </html>