window.EXANIMO=window.EXANIMO||{};EXANIMO.containers=EXANIMO.containers||{};EXANIMO.containers.ToolTip=function(_1,_2){new ECTYPE.display.HTMLElement(_1);new ECTYPE.display.HTMLElement(_2);var _3=new ECTYPE.display.HTMLDivElement();_3.className="ToolTip";_3.appendChild(_1);document.body.appendChild(_3);_3.style.position="absolute";_3.style.display="none";var _4=_3;var _5=function(e){_3.style.top=document.mouseY+_4.yOffset+"px";_3.style.left=document.mouseX+_4.xOffset+"px";e.preventDefault();};_3.show=function(e){_3.style.display="block";};_3.hide=function(e){_3.style.display="none";};_2.addEventListener("rollOver",_3.show);_2.addEventListener("rollOut",_3.hide);document.addEventListener("mouseMove",_5);return _3;};