function GetAbsolutePosition(A){var B=abstop=0;if(A.offsetParent){B=A.offsetLeft;abstop=A.offsetTop;while(A=A.offsetParent){B+=A.offsetLeft;abstop+=A.offsetTop}}return[B,abstop]};