var prevOnclick=null;var prevElem=null;function showPopup(e,g,c,b){var d=document.getElementById("divPopUp");var f=document.getElementById("divPopUpText");var a=findPosX(e);var h=findPosY(e);d.style.left=(a+c)+"px";
d.style.top=(h+b)+"px";f.innerHTML=g;d.style.display="block"}function closePopup(){var a=document.getElementById("divPopUp");a.style.display="none"};
