/*begin*/
document.writeln('<div id="toolTipLayer" style="display: none; position: absolute; z-index:2;">');document.writeln("        </div>");document.writeln("");var ns4=document.layers,ns6=document.getElementById&&!document.all,ie4=document.all,toolTipSTYLE="";offsetX=0;offsetY=-90;
function initToolTips(){if(ns4||ns6||ie4){toolTipSTYLE=ns4?document.toolTipLayer:ns6?document.getElementById("toolTipLayer").style:ie4?document.all.toolTipLayer.style:document.getElementById("toolTipLayer").style;if(ns4)document.captureEvents(Event.MOUSEMOVE);else{toolTipSTYLE.visibility="visible";toolTipSTYLE.display="none"}document.onmousemove=moveToMouseLoc}}
function toolTip(a){if(toolTip.arguments.length<1)if(ns4)toolTipSTYLE.visibility="hidden";else toolTipSTYLE.display="none";else{a='<div class="tipLayer"><ul><li>'+a+"</li></ul></div>";if(ns4){toolTipSTYLE.document.write(a);toolTipSTYLE.document.close();toolTipSTYLE.visibility="visible"}if(ns6){document.getElementById("toolTipLayer").innerHTML=a;toolTipSTYLE.display="block"}if(ie4){document.all("toolTipLayer").innerHTML=a;toolTipSTYLE.display="block"}}}
function moveToMouseLoc(a){if(ns4||ns6){x=a.pageX;y=a.pageY}else{a=a||event;x=a.clientX+document.documentElement.scrollLeft;y=a.clientY+document.documentElement.scrollTop}toolTipSTYLE.left=x+offsetX+"px";toolTipSTYLE.top=y+offsetY+"px";return true}function transferTips(a){try{initToolTips();if(a){var b=(a.srcElement||a.target).getAttribute("lang");if(b!=null&&b!=""&&b!="undefined"){offsetX=-10;offsetY=-40;toolTip(b)}}}catch(c){}};

/*end*/
