function win(link) {
window.open(link,'popup','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,copyhistory=0,width=400,height=200');
}
Xo=-60;Yo=20;
var isNS4=document.layers;
var isIE=document.all;
var isNS6=!isIE&&document.getElementById;
var x;var y;var s;
function pop(m,t){
var c="<table border=0 cellpadding=1 cellspacing=0 bgcolor=#003c00 width=200><tr><td><table width=100% border=0 cellpadding=0 cellspacing=0><tr><td><center><font color=#ffffff size=2><b>"+t+"</b></font></center></td></tr></table><table width=100% border=0 cellpadding=2 cellspacing=0 bgcolor=yellow><tr><td><font color=#000000 size=2><center>"+m+"</center></font></td></tr></table></td></tr></table>";
if(isNS4){s.document.open();s.document.write(c);s.document.close();s.visibility="visible";}
if(isNS6){document.getElementById("d1").style.position="absolute";document.getElementById("d1").style.left=x;document.getElementById("d1").style.top=y;document.getElementById("d1").innerHTML=c;s.visibility="visible";}
if(isIE){document.all("d1").innerHTML=c;s.visibility="visible";}
}
function get_mouse(e){
x=(isNS4||isNS6)?e.pageX:event.clientX+document.body.scrollLeft;
y=(isNS4||isNS6)?e.pageY:event.clientY+document.body.scrollLeft;
if(isIE&&navigator.appVersion.indexOf("MSIE 4")==-1)y+=document.body.scrollTop;
s.left=x+Xo;s.top=y+Yo;
}
function kill(){s.visibility="hidden";}
if(isNS4){document.captureEvents(Event.MOUSEMOVE);s=document.d1;}
if(isNS6){document.addEventListener("mousemove",get_mouse,true);s=document.getElementById("d1").style;}
if(isIE)s=document.all.d1.style;
if(isNS4||isIE)document.onmousemove=get_mouse;
