function initInfoBox() {
//    skn = document.getElementById("infobox").style;
    if(navigator.appName.substring(0,3) == "Net") document.captureEvents(Event.MOUSEMOVE);
    document.onmousemove = get_mouse;
}

showInfoBox = false; //SH20070122
  
function popInfoBox(msg){ 
  showInfoBox = true;
  if (msg!=''){
    var content = "<table border='0' cellpadding='0' cellspacing='0' width=1><tr>";
    content=content+"<td width='6' height='22' colspan='2'><img src='images/skin/tooltip1.gif' alt='' width='6' height='22' border='0'></td>";
    content=content+"<td height='22' background='images/skin/tooltip3.gif' align=left><img src='images/skin/tooltip2.gif' alt='' width='21' height='22' border='0'></td>";
    content=content+"<td width='14' height='22' colspan='3'><img src='images/skin/tooltip4.gif' alt='' width='14' height='22' border='0'></td></tr>";
    content=content+"<tr><td width=1 bgcolor='#000000'><img src='images/skin/blank.gif' alt='' width='1' height='1' border='0'></td>";
    content=content+"<td width='5' bgcolor='#FFFFE1'><img src='images/skin/blank.gif' alt='' height='1' width='5' border='0'></td><td nowrap class=small align=left bgcolor='#FFFFE1'> ";
    content = content+msg;

    content = content+"</td><td width='9' bgcolor='#FFFFE1'><img src='images/skin/blank.gif' alt='' height='1' width='9' border='0'></td>";
    content = content+"<td width=1 bgcolor='#000000'><img src='images/skin/blank.gif' alt='' width='1' height='1' border='0'></td>";
    content = content+"<td width='4'><img src='images/skin/blank.gif' alt='' height='1' width='4' border='0'></td></tr>";

    content=content+"<tr><td  width='6' height='11' colspan=2><img src='images/skin/tooltip5.gif' alt='' width='6' height='11' border='0'></td>";
    content=content+"<td background='images/skin/tooltip6.gif'><img src='images/skin/blank.gif' alt='' width='1' height='1' border='0'></td>";
    content=content+"<td width='14' height='11' colspan=3><img src='images/skin/tooltip7.gif' alt='' width='14' height='11' border='0'></td></tr>";
    content = content+"</table>";
    document.getElementById("infobox").innerHTML = content;
    document.getElementById("infobox").style.visibility = "visible";
  }
}

function popInfoBox20070503(msg){ 
  showInfoBox = true;
  if (msg!=''){
    var content = "<table border='0' cellpadding='0' cellspacing='0' width=1><tr>";
    content=content+"<td width='6' height='22' colspan='2'><img src='images/skin/infobox1.gif' alt='' width='6' height='22' border='0'></td>";
    content=content+"<td height='22' background='images/skin/infobox3.gif' align=left><img src='images/skin/infobox2.gif' alt='' width='36' height='22' border='0'></td>";
    content=content+"<td width='6' height='22' colspan='2'><img src='images/skin/infobox4.gif' alt='' width='6' height='22' border='0'></td></tr>";
    content=content+"<tr bgcolor='#807475'><td width=1 bgcolor='#000000'><img src='images/skin/blank.gif' alt='' width='1' height='1' border='0'></td><td width='5'><img src='images/skin/blank.gif' alt='' height='1' width='5' border='0'></td><td nowrap class='infobox'align='left'> ";
    content = content+"<span class='infobox'>"+msg+"</span>";
    content = content+"</td><td width='5'><img src='images/skin/blank.gif' alt='' height='1' width='5' border='0'></td><td width=1 bgcolor='#000000'><img src='images/skin/blank.gif' alt='' width='1' height='1' border='0'></td></tr>";
    content=content+"<tr><td  width='6' height='6' colspan=2><img src='images/skin/infobox5.gif' alt='' width='6' height='6' border='0'></td>";
    content=content+"<td background='images/skin/infobox6.gif'><img src='images/skin/blank.gif' alt='' width='1' height='1' border='0'></td>";
    content=content+"<td width='6' height='6' colspan=2><img src='images/skin/infobox7.gif' alt='' width='6' height='6' border='0'></td></tr>";
    content = content+"</table>";
    document.getElementById("infobox").innerHTML = content;
    document.getElementById("infobox").style.visibility = "visible";
  }
}  

function popInfoBox20070108(msg){ 
  showInfoBox = true;
  if (msg!=''){
    var content = "<table border='0' cellpadding='0' cellspacing='0' width=1><tr>";
    content=content+"<td width='6' height='22' colspan='2'><img src='images/skin/pophelp1.gif' alt='' width='6' height='22' border='0'></td>";
    content=content+"<td height='22' background='images/skin/pophelp3.gif' align=left><img src='images/skin/pophelp2.gif' alt='' width='21' height='22' border='0'></td>";
    content=content+"<td width='6' height='22' colspan='2'><img src='images/skin/pophelp4.gif' alt='' width='6' height='22' border='0'></td></tr>";
    content=content+"<tr bgcolor='#FFFFE1'><td width=1 bgcolor='#000000'><img src='images/skin/blank.gif' alt='' width='1' height='1' border='0'></td><td width='5'><img src='images/skin/blank.gif' alt='' height='1' width='5' border='0'></td><td nowrap class=small align=left> ";
    content = content+msg;
    content = content+"</td><td width='5'><img src='images/skin/blank.gif' alt='' height='1' width='5' border='0'></td><td width=1 bgcolor='#000000'><img src='images/skin/blank.gif' alt='' width='1' height='1' border='0'></td></tr>";
    content=content+"<tr><td  width='6' height='6' colspan=2><img src='images/skin/pophelp5.gif' alt='' width='6' height='6' border='0'></td>";
    content=content+"<td background='images/skin/pophelp6.gif'><img src='images/skin/blank.gif' alt='' width='1' height='1' border='0'></td>";
    content=content+"<td width='6' height='6' colspan=2><img src='images/skin/pophelp7.gif' alt='' width='6' height='6' border='0'></td></tr>";
    content = content+"</table>";
    document.getElementById("infobox").innerHTML = content;
    document.getElementById("infobox").style.visibility = "visible";
  }
}

function get_mouse(e) {
  var x = (navigator.appName.substring(0,3) == "Net") ? e.pageX : event.x+document.body.scrollLeft;
  var y = (navigator.appName.substring(0,3) == "Net") ? e.pageY : event.y+document.body.scrollTop;
  if ( !showInfoBox ) {
    x=1;
    y=1;
  }
  //var offset = document.images['dummypicture'].width;
  var offset = 0;
  if( x < (document.body.clientWidth - offset - 10 + document.body.scrollLeft))  {
    document.getElementById("infobox").style.left = x + "px";
  }
  else {
    document.getElementById("infobox").style.left = (document.body.clientWidth-(offset+10)) + "px";
  }
  document.getElementById("infobox").style.top = (y+15) + "px" ;
  if (isIE()) document.getElementById("infobox").style.top = y+15-document.body.scrollTop;
}

function killInfoBox() {
//SH20060201  domok = document.getElementById;
//SH20060201  if (domok){
  showInfoBox = false;
  document.getElementById("infobox").style.visibility = "hidden";
  document.getElementById("infobox").innerHTML = ''; //<img src=images/skin/blank.gif width=1 height=1 border=0 name=dummypicture>
}

function isIE(){
  var out = false;
  var navname = navigator.appName.toLowerCase();
  if (navname.indexOf('internet explorer')!=-1) out = true;
  return out;
}

