Xoffset= 0;
Yoffset= 0;
var isNS4=document.layers?true:false;
var isIE=document.all?true:false;
var isNS6=!isIE&&document.getElementById?true:false;
var old=!isNS4&&!isNS6&&!isIE;

var skn="";
function initWill()
{
  if(isNS4)skn=document.d11;
  if(isIE)skn=document.all.d11.style;
  if(isNS6)skn=document.getElementById("d11").style;
}




function willover(_m,_b)
{
  var content="<DIV style='position:absolute; LEFT:205; TOP:145; width:756px; z-index:1200;'><TABLE BORDER=2 BORDERCOLOR=#000066 CELLPADDING=4 CELLSPACING=0 "+"BGCOLOR="+_b+"><TD ALIGN=left><FONT COLOR=#000033 SIZE=3>"+_m+"</FONT></TD></TABLE></DIV>";
  if(old)
  {
    alert("You have an old web browser:\n"+_m);
	return;
  }
  else
  {
	if(isNS4)
	{
	  skn.document.open();
	  skn.document.write(content);
	  skn.document.close();
	  skn.visibility="visible";
	}
	if(isNS6)
	{
	  document.getElementById("d11").style.position="absolute";
	  document.getElementById("d11").style.left=x;
	  document.getElementById("d11").style.top=y;
	  document.getElementById("d11").innerHTML=content;
	  skn.visibility="visible";
	}
	if(isIE)
	{
	  document.all("d11").innerHTML=content;
	  skn.visibility="visible";
	}
  }
}

var x;
var y;


function removeBox()
{
  if(!old)
  {
	skn.visibility="hidden";
  }
}


