document.write('
'); win_obj=document.getElementById('mailpop'); win_obj.style.top="400px"; win_obj.style.zIndex="3"; wh=257*1; function tomin() { document.getElementById("scbox").height=22; sc5(); } function tomax() { document.getElementById("scbox").height=wh; sc5(); } function hidMailPop() { document.getElementById("mailpop").style.display="none"; } function sc5() { win_obj.style.top=(document.documentElement.scrollTop+document.documentElement.clientHeight-win_obj.offsetHeight)+"px"; win_obj.style.left=(document.documentElement.scrollLeft+document.documentElement.clientWidth-win_obj.offsetWidth)+"px"; } window.onscroll=sc5; window.onresize=sc5; window.onload=sc5;