function ShowCantMissTooltip(e,b,h){if(h&&!Get(e)){var a=Elem("div");a.id=e;a.className="InYourFaceTooltip";a.style.textAlign="left";var g=Elem("div");g.className="TooltipText";g.appendChild(Text(h,true));
a.appendChild(g);var c=Elem("div");var f=Elem("img");f.src="/images/tooltip_top.gif";f.width=250;f.height=8;c.appendChild(f);a.appendChild(c);Get("ElementDropBox").appendChild(a)}if(e){var d=Get(e);if(d){d.style.display="block";
d.style.zIndex=10000;d.style.top=(Pliner.Util.Display.FindYPosition(b)-d.offsetHeight)+"px";d.style.left=(Pliner.Util.Display.FindXPosition(b)+Math.round(b.offsetWidth/2)-d.offsetWidth+1)+"px"}}}function HideCantMissTooltip(b){var a=Get(b);
a.style.display="none";a.style.top=0;a.style.left=0};
