<!--
var ttwidth=400;ie4=document.all?1:0;ns4=document.layers?1:0;if(!ns4&&navigator.appName.indexOf("Netscape")>=0) ns6=(document.getElementById("ttip"))?1:0;else ns6=0;var ttp="";if(ie4) ttp=document.all.ttip; else if(ns6) ttp=document.getElementById("ttip"); else if(ns4) ttp=document.layers["ttip"];function ShowInfo(text, e){ ttwidth=400; if(text.length<ttwidth/7) {ttwidth=7*text.length+20;};if(!ns4) input="<table width="+ttwidth+" border=0 cellpadding=0 cellspacing=1 bgcolor=#0F4B0A><tr><td><table width=\"100%\" border=0 cellpadding=3 cellspacing=0 bgcolor=#FFFFFF><tr><td style='font: 13px; Verdana,Arial, sans-serif'; color:#000000'>"+text+"</td></tr></table></td></tr></table>";  else input ="<table width="+ttwidth+" border=0 cellpadding=0 cellspacing=0 bgcolor=#0F4B0A><tr><td><table width=\"100%\" border=0 cellpadding=3 cellspacing=1 bgcolor=#FFFFFF><tr><td><font face='Verdana,Arial, sans-serif' size=13px color=#000000>"+text+"</font></td></tr></table></td></tr></table>";if(ie4){ttp.innerHTML=input; if (document.body){ypos=document.body.scrollTop+e.y+20;xpos=document.body.scrollLeft+e.x-20;if(xpos<0) xpos=0;else if(xpos>(document.body.clientWidth-ttwidth)) xpos=document.body.clientWidth+document.body.scrollLeft-ttwidth; ttp.style.left=xpos;ttp.style.top=ypos;} ttp.style.visibility="visible"; }if (ns6) {ttp.innerHTML=input;xpos=e.pageX-20; if(xpos<0) xpos=0;if(xpos>(window.innerWidth + window.pageXOffset - ttwidth - 20)) xpos=window.innerWidth+window.pageXOffset-ttwidth-20; ypos=e.pageY+20; ttp.style.left=parseInt(xpos)+'px';ttp.style.top=parseInt(ypos)+'px'; ttp.style.visibility = "visible";}if(ns4){ttp.document.write(input); ttp.document.close();ttp.top=e.pageY+20;xpos=e.pageX-20;if(xpos<0) xpos=0; else if(xpos>(window.innerWidth-ttwidth))xpos=window.innerWidth-ttwidth;ttp.left=xpos;ttp.visibility="show";}}function Info_() { if(ie4 || ns6) ttp.style.visibility = "hidden";  else if(ns4) ttp.visibility = "hide";}
//-->