
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);}}