<!-- This displays 'Your Message Here' in the status bar when the mouse -->
<!-- pointer is over the 'Put Image Here' image -->
<A HREF="URL" onMouseOver="top.status='Your Message Here'; return true"
onMouseOut="top.status=''; return true">
<P><IMG SRC="Put Image Here" border="0"></A>