var gloablCurTipSrc;var globalCallCurPageStr="";var globalRemoveTipDiv;var isEndSetHeadIcon=true;function setTipDivPos(G,J,I){alert(J);return ;var F=null;if(globalRemoveTipDiv){clearTimeout(globalRemoveTipDiv)}removeTipDiv();if(!G.x){F={x:getX(G)-10+"px",y:getY(G)-40+"px"}}else{F=G}var H=document.createElement("div");H.setAttribute("id","gloabtipdiv");H.style.left=F.x;H.style.top=F.y;document.body.appendChild(H);H.innerHTML=J;H.style.zIndex=999;if(I!=0){globalRemoveTipDiv=setTimeout(removeTipDiv,I)}}function removeTipDiv(){var B=document.getElementById("gloabtipdiv");if(B){document.body.removeChild(B)}}
