
var divTop,divLeft,divWidth,divHeight,docHeight,docWidth,objTimer,i=0;function getMsg()
{try{divTop=parseInt(document.getElementById("popupinfo").style.top,10)
divLeft=parseInt(document.getElementById("popupinfo").style.left,10)
divHeight=parseInt(document.getElementById("popupinfo").offsetHeight,10)
divWidth=parseInt(document.getElementById("popupinfo").offsetWidth,10)
docWidth=document.body.clientWidth;docHeight=document.body.clientHeight;document.getElementById("popupinfo").style.top=parseInt(document.body.scrollTop,10)+docHeight+10;document.getElementById("popupinfo").style.left=parseInt(document.body.scrollLeft,10)+docWidth-divWidth
document.getElementById("popupinfo").style.visibility="visible"
objTimer=window.setInterval("moveDiv()",10)}
catch(e){}}
function resizeDiv()
{i+=1
if(i>600)closeDiv()
try{divHeight=parseInt(document.getElementById("popupinfo").offsetHeight,10)
divWidth=parseInt(document.getElementById("popupinfo").offsetWidth,10)
docWidth=document.body.clientWidth;docHeight=document.body.clientHeight;docHeight=document.body.clientHeight;document.getElementById("popupinfo").style.top=docHeight-divHeight+parseInt(document.body.scrollTop,10)
document.getElementById("popupinfo").style.left=docWidth-divWidth+parseInt(document.body.scrollLeft,10)}
catch(e){}}
function moveDiv()
{try
{if(parseInt(document.getElementById("popupinfo").style.top,10)<=(docHeight-divHeight+parseInt(document.body.scrollTop,10)))
{window.clearInterval(objTimer)
objTimer=window.setInterval("resizeDiv()",1)}
divTop=parseInt(document.getElementById("popupinfo").style.top,10)
document.getElementById("popupinfo").style.top=divTop-1}
catch(e){}}
function closeDiv()
{document.getElementById('popupinfo').style.visibility='hidden';if(objTimer)window.clearInterval(objTimer)}
function open_minihompy2(mh_id,login_id,postUrl){var postUrl=escape(postUrl);var strUrl="/ps/ps_gate.php?mh_id="+mh_id+"&redirect_url="+postUrl;var strUrlTmp="about:blank";var WinWidth="932";var WinHeight="572";var ScrollBar="no";var Resize="no";var WinGubun="Center";var strProperty="";if(mh_id==login_id){var strName="MyHompy_GSP";MyHompy_GSP=WinOpen(strUrlTmp,strName,WinWidth,WinHeight,ScrollBar,Resize,WinGubun,strProperty);MyHompy_GSP.location.replace(strUrl);}
else{var strName="YourHompy_GSP";YourHompy_GSP=WinOpen(strUrlTmp,strName,WinWidth,WinHeight,ScrollBar,Resize,WinGubun,strProperty);YourHompy_GSP.location.replace(strUrl);}}