Ok here goes, but it sure is long.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Imap Popups by Mike McGrath</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<!-- CUT'N'PASTE THIS CODE INTO THE BODY OF YOUR HTML DOCUMENT ===================-->
<style type="text/css">
<!--
#pup {position:absolute; visibility:hidden; z-index:200; width:130; }
//-->
</style>
<!-- END CUT'N'PASTE =============================================================-->
</HEAD>
<BODY>
<!-- CUT'N'PASTE THIS CODE INTO THE BODY OF YOUR HTML DOCUMENT ===================-->
<!--
######################################################
# JAVASCRIPT POPUPS ROUTINE VERSION #7 07-Feb-2001 #
# Written by Mike McGrath [mike_mcgrath@lineone.net] #
# PC-Tested for Netscape 3.04, 4.61, 6.0, & IE5.5 #
# Note: Popups may not cover all form field inputs. #
# PLEASE RETAIN THIS NOTICE WHEN COPYING MY SCRIPT. #
# THIS SCRIPT IS COPYRIGHT OF MIKE MCGRATH 1998-2001 #
######################################################
-->
<script type="text/javascript">
<!-- Original: Mike McGrath (mike_mcgrath@lineone.net) -->
<!-- Web Site:
website.lineone.net/~mike_mcgrath -->
<!--
var Xoffset=-60; // modify these values to ...
var Yoffset= 20; // change the popup position.
var popwidth=130; // popup width
var bcolor="darkgray"; // popup border color
var fcolor="black"; // popup font color
var fface="verdana"; // popup font face
// create content box
document.write("<DIV ID='pup'></DIV>");
// id browsers
var iex=(document.all);
var nav=(document.layers);
var old=(navigator.appName=="Netscape" && !document.layers && !document.getElementById);
var n_6=(window.sidebar);
// assign object
var skin;
if(nav) skin=document.pup;
if(iex) skin=pup.style;
if(n_6) skin=document.getElementById("pup").style;
// park modifier
var yyy=-1000;
// capture pointer
if(nav)document.captureEvents(Event.MOUSEMOVE);
if(n_6) document.addEventListener("mousemove",get_mouse,true);
if(nav||iex)document.onmousemove=get_mouse;
// set dynamic coords
function get_mouse(e)
{
var x,y;
if(nav || n_6) x=e.pageX;
if(iex) x=event.x+document.body.scrollLeft;
if(nav || n_6) y=e.pageY;
if(iex)
{
y=event.y;
if(navigator.appVersion.indexOf("MSIE 4")==-1)
y+=document.body.scrollTop;
}
if(iex || nav)
{
skin.top=y+yyy;
skin.left=x+Xoffset;
}
if(n_6)
{
skin.top=(y+yyy)+"px";
skin.left=x+Xoffset+"px";
}
nudge(x);
}
// avoid edge overflow
function nudge(x)
{
var extreme,overflow,temp;
// right
if(iex) extreme=(document.body.clientWidth-popwidth);
if(n_6 || nav) extreme=(window.innerWidth-popwidth);
if(parseInt(skin.left)>extreme)
{
overflow=parseInt(skin.left)-extreme;
temp=parseInt(skin.left);
temp-=overflow;
if(nav || iex) skin.left=temp;
if(n_6)skin.left=temp+"px";
}
// left
if(parseInt(skin.left)<1)
{
overflow=parseInt(skin.left)-1;
temp=parseInt(skin.left);
temp-=overflow;
if(nav || iex) skin.left=temp;
if(n_6)skin.left=temp+"px";
}
}
// write content & display
function popup(msg,bak)
{
var content="<TABLE WIDTH='"+popwidth+"' BORDER='1' BORDERCOLOR="+bcolor+" CELLPADDING=2 CELLSPACING=0 "+"BGCOLOR="+bak+"><TD ALIGN='center'><FONT COLOR="+fcolor+" FACE="+fface+" SIZE='2'>"+msg+"</FONT></TD></TABLE>";
if(old)
{
alert(msg);
return;
}
yyy=Yoffset;
skin.width=popwidth;
if(nav)
{
skin.document.open();
skin.document.write(content);
skin.document.close();
skin.visibility="visible";
}
if(iex)
{
pup.innerHTML=content;
skin.visibility="visible";
}
if(n_6)
{
document.getElementById("pup").innerHTML=content;
skin.visibility="visible";
}
}
// park content box
function kill()
{
if(!old)
{
yyy=-1000;
skin.visibility="hidden";
skin.width=0;
}
}
//-->
</script>
<!-- END CUT'N'PASTE =============================================================-->
<IMG height=64 alt="" src="4xloksj.jpg" width=640 useMap=#lilguys border=0>
<MAP name=lilguys>
<AREA onmouseover="popup('<b>Darrah Johnson</b> <i>Morgan</i>','#FF7F00')" onmouseout=kill() shape=RECT coords="118, 0, 159, 124" href="http://survivorbtb.proboards52.com/index.cgi?action=viewprofile&user=polyboy7">
<AREA onmouseover="popup('<b>Christa Hastie</b> <i>Drake</i>','#8EE5EE' )" onmouseout=kill() shape=RECT coords="80, 0, 120, 126" href="http://survivorbtb.proboards52.com/index.cgi?action=viewprofile&user=tyler">
<AREA onmouseover="popup('<b>Lillian Morris</b> <i>Morgan</i>','#FF7F00')" onmouseout=kill() shape=RECT coords="198, 0, 239, 124" href="http://survivorbtb.proboards52.com/index.cgi?action=viewprofile&user=pika">
<AREA onmouseover="popup('<b>Jon Dalton</b> <i>Drake</i>','#8EE5EE' )" onmouseout=kill() shape=RECT coords="157, 0, 200, 126" href="http://survivorbtb.proboards52.com/index.cgi?action=viewprofile&user=jon">
<AREA onmouseover="popup('<b>Michelle Tesauro</b> <i>Drake</i>','#8EE5EE')" onmouseout=kill() shape=RECT coords="238, 0, 279, 124" href="http://survivorbtb.proboards52.com/index.cgi?action=viewprofile&user=unknown">
<AREA onmouseover="popup('<b>Nicole Delma</b> <i>Morgan</i>','#FF7F00' )" onmouseout=kill() shape=RECT coords="276, 0, 319, 126" href="http://survivorbtb.proboards52.com/index.cgi?action=viewprofile&user=logan">
<AREA onmouseover="popup('<b>Osten Taylor</b> <i>Morgan</i>','#FF7F00')" onmouseout=kill() shape=RECT coords="318, 0, 359, 124" href="http://survivorbtb.proboards52.com/index.cgi?action=viewprofile&user=osten">
<AREA onmouseover="popup('<b>Rupert Boneham</b> <i>Drake</i>','#8EE5EE' )" onmouseout=kill() shape=RECT coords="356, 0, 399, 126" href="http://survivorbtb.proboards52.com/index.cgi?action=viewprofile&user=ryan">
<AREA onmouseover="popup('<b>Ryan Opray</b> <i>Morgan</i>','#FF7F00')" onmouseout=kill() shape=RECT coords="400, 0, 441, 124" href="http://survivorbtb.proboards52.com/index.cgi?action=viewprofile&user=fan">
<AREA onmouseover="popup('<b>Ryan Shoulders</b> <i>Morgan</i>','#FF7F00' )" onmouseout=kill() shape=RECT coords="438, 0, 481, 126" href="http://survivorbtb.proboards52.com/index.cgi?action=viewprofile&user=mark">
<AREA onmouseover="popup('<b>Sandra Diaz Twine</b> <i>Drake</i>','#8EE5EE')" onmouseout=kill() shape=RECT coords="477, 0, 518, 124" href="http://survivorbtb.proboards52.com/index.cgi?action=viewprofile&user=sandra">
<AREA onmouseover="popup('<b>Shawn Cohen</b> <i>Drake</i>','#8EE5EE' )" onmouseout=kill() shape=RECT coords="516, 0, 559, 126" href="http://survivorbtb.proboards52.com/index.cgi?action=viewprofile&user=christa">
<AREA onmouseover="popup('<b>Tijuana Bradley</b> <i>Morgan</i>','#FF7F00')" onmouseout=kill() shape=RECT coords="559, 0, 600, 124" href="http://survivorbtb.proboards52.com/index.cgi?action=viewprofile&user=pearl">
<AREA onmouseover="popup('<b>Trish Dunn</b> <i>Drake</i>','#8EE5EE' )" onmouseout=kill() shape=RECT coords="596, 0, 639, 126" href="http://survivorbtb.proboards52.com/index.cgi?action=viewprofile&user=journey">
<AREA onmouseover="popup('<b>Andrew Savage</b> <i>Morgan</i>','#FF7F00')" onmouseout=kill() shape=RECT coords="0, 0, 41, 124" href="http://survivorbtb.proboards52.com/index.cgi?action=viewprofile&user=andrew">
<AREA onmouseover="popup('<b>Burton Roberts</b> <i>Drake</i>','#8EE5EE' )" onmouseout=kill() shape=RECT coords="39, 0, 82, 126" href="http://survivorbtb.proboards52.com/index.cgi?action=viewprofile&user=burton">
</MAP>
</BODY></HTML>