function getposOffset(c,d){var b=d=="left"?c.offsetLeft:c.offsetTop,a=c.offsetParent;while(a!=null){b=d=="left"?b+a.offsetLeft:b+a.offsetTop;a=a.offsetParent}return b}function setPosition(a){var b="undefined",c=document.getElementById("ChPasswordWidget"),d=getposOffset(a,"left")+(typeof opt_position!=b&&opt_position.indexOf("right")!=-1?-(subobj.offsetWidth-a.offsetWidth):0),e=getposOffset(a,"top")+(typeof opt_position!=b&&opt_position.indexOf("bottom")!=-1?a.offsetHeight:0);c.style.left=d+-185+"px"}function ShowVidgetP(){document.getElementById("ChPasswordWidget").style.display="block"}function HideVidgetP(){document.getElementById("ChPasswordWidget").style.display="none"};
