<!-- Original: Mike McGrath  (mike_mcgrath@lineone.net) -->
<!-- Web Site: http://website.lineone.net/~mike_mcgrath -->

Xoffset=-60;        // modify these values to ...
Yoffset= 20;        // change the popup position.
popwidth=130;       // popup width
bcolor="537098";    // popup border color
fcolor="black";     // popup font color
fface="arial";      // popup font face
var nav,old,iex=(document.all),yyy=-1000;
document.write("<DIV ID='dek'></DIV>");
if(navigator.appName=="Netscape" && navigator.appVersion.substring(0,1) == "4"){(document.layers)?nav=true:old=true;}
if(!old){var skn=(nav)?document.dek:dek.style;
if(nav)document.captureEvents(Event.MOUSEMOVE);document.onmousemove=get_mouse;}
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;} else{skn.width=popwidth;yyy=Yoffset;if(nav){skn.document.write(content);
skn.document.close();skn.visibility="visible";}
if(iex){dek.innerHTML=content;skn.visibility="visible";}}
}
function get_mouse(e){
var x=(nav)?e.pageX:event.x+document.body.scrollLeft;skn.left=x+Xoffset;if(nav)var y=e.pageY;
if(iex){y=event.y;if(navigator.appVersion.indexOf("MSIE 4")==-1)y+=document.body.scrollTop;}
skn.top=y+yyy;
}
function kill(){if(!old){yyy=-1000;skn.visibility="hidden";skn.width=0;}}
