This is what an image map code is
"<IMG SRC="http://www.camppain.com/pictures/campblackbg900.jpg" USEMAP="#campblackbg900.jpg" WIDTH=900 HEIGHT=675 BORDER=0>
<MAP NAME="campblackbg900.jpg">
<AREA SHAPE=RECT COORDS="260,12,351,41" HREF="http://www.camppain.com/interview.html" TARGET="_blank" ALT="interview" OnMouseOver="window.status='read the interview'; return true">
<AREA SHAPE=RECT COORDS="363,12,450,39" HREF="http://www.camppain.com/pictures.html" TARGET="_blank" ALT="pictures" OnMouseOver="window.status='See my pictures'; return true" OnMouseOut="window.status='Eye candy'; return true">
<AREA SHAPE=RECT COORDS="483,13,536,41" HREF="http://www.camppain.com/bio.html" TARGET="_blank" ALT="Bio" OnMouseOver="window.status='411'; return true">
<AREA SHAPE=RECT COORDS="562,12,650,42" HREF="http://www.camppain.com/miscpics.html" ALT="misc pics" OnMouseOver="window.status='Friends and such'; return true">
<AREA SHAPE=RECT COORDS="682,11,744,43" HREF="http://www.camppain.com/forum" ALT="Forum" OnMouseOver="window.status='My forums'; return true">
<AREA SHAPE=RECT COORDS="765,10,854,45" HREF="http://www.camppain.com/guestbook" ALT="guestbook" OnMouseOver="window.status='I hope your thinking of signing'; return true" OnMouseOut="window.status='You better!'; return true">
</MAP></table>
"
Basically it allows you to make a link around a certain word or image. I have the code on my main page if you want to see.