function bqd_top(o){var y=o.offsetTop;var prt=o.offsetParent;while(prt.tagName!="BODY"){y+=prt.offsetTop;prt=prt.offsetParent;}y+=prt.offsetTop;return y;}
function showpopup(e){document.getElementById('pp1w').style.left=(document.body.clientWidth-562)+'px';
document.getElementById('pp1w').style.top=(parseInt(bqd_top(e))+15)+'px';}//window.alert();
function hidepopup(){document.getElementById('pp1w').style.left='-999px';document.getElementById('pp1w').style.top='-999px';}
function fixnpopup(){var u=document.getElementById('pp1w').offsetLeft;if(u>1){showpopup();}}
function movediv(el){document.getElementById('pp1w').style.left=(document.body.clientWidth-237)+"px";}