<!--Original:Mike McGrath(mike_mcgrath@lineone.net)--><!--Web Site:http:<!--
var Xoffset=20;var Yoffset=-10;var popwidth=234;document.write("<DIV ID='pup'></DIV>");var iex=(document.all);var nav=(document.layers);var old=(navigator.appName=="Netscape"&&!document.layers&&!document.getElementById);var n_6=(window.sidebar);var skin;if(nav)skin=document.pup;if(iex)skin=pup.style;if(n_6)skin=document.getElementById("pup").style;var yyy=-1000;if(nav)document.captureEvents(Event.MOUSEMOVE);if(n_6)document.addEventListener("mousemove",get_mouse,true);if(nav||iex)document.onmousemove=get_mouse;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(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);}
function nudge(x)
{var extreme,overflow,temp;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";}
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";}}
function popup(msg)
{var content="<TABLE WIDTH='"+popwidth+"' BORDER='1'><TD ALIGN='center'><img src='"+msg+"'></TD></TABLE>";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";}}
function kill()
{if(!old)
{yyy=-1000;skin.visibility="hidden";skin.width=0;}}