function getScrollBarPosition() {
document.getElementById("popupLayer").style.top=33
document.getElementById("popupLayer").style.left=document.body.clientWidth/2-390+673;
t=setTimeout('getScrollBarPosition()',50)
}
