function getPoss(b,a){var c=0;while(b!=null){c+=b["offset"+a];b=b.offsetParent}return c}function showw(b,c){var a=document.getElementById(c);a.style.left=getPoss(b,"Left")+"px";a.style.top=getPoss(b,"Top")+b.offsetHeight-8+"px";document.getElementById(c).style.display="block"};
