<!--
var poprand = 1;

var nav,old,iex=(document.all),yyy=-1000;
if(navigator.appName=="Netscape"){(document.layers)?nav=true:old=true;}

if (bVer != 3) var popbox = (nav)?document.info:info.style;
if(nav)document.captureEvents(Event.MOUSEMOVE);
document.onmousemove=get_mouse;

function popbox1(text){
if (poprand == 6)
poprand = 1
else 
poprand++
if (poprand == 1) popcolor = "#FFDDDD";
if (poprand == 2) popcolor = "#DDFFDD";
if (poprand == 3) popcolor = "#DDDDFF";
if (poprand == 4) popcolor = "#FFFFDD";
if (poprand == 5) popcolor = "#FFDDFF";
if (poprand == 6) popcolor = "#DDFFFF";
var content="<table border=1 width=170 bordercolor=black cellpadding=2 cellspacing=0 bgcolor=" + popcolor + "><tr><td align=left valign=top><font color=black size=2>"+text+"</font></td></tr></table>";
if (bVer > 3) if(old){alert(msg);return;} 
else{yyy=10;
if(nav){popbox.document.write(content);popbox.document.close();popbox.visibility="visible"}
if(iex){document.all("info").innerHTML=content;popbox.visibility="visible"}
}
}

function get_mouse(e){
//var x=(nav)?e.pageX:event.x+document.body.scrollLeft;popbox.left=x+inforight;
var y=(nav)?e.pageY:event.y+document.body.scrollTop;popbox.top=y;popbox.left=150;
}

function nobox(){
if(!old){yyy=-1000;popbox.visibility="hidden";}
}

//-->