function activatePostOption(a){var p=getElement(a);var b=getElement("post_option_box");var c=findPos(p);showElementObj(b,"block");p.style.background="#555";b.style.position="absolute";var d=(c[0]-(b.offsetWidth-p.offsetWidth))+"px";var e=(c[1]-b.offsetHeight)+"px";b.style.left=d;b.style.top=e}function deactivatePostOption(a){var p=getElement(a);p.style.background="black";hideElement("post_option_box")}