<script language="JavaScript">  
<!-- 
        // ##### À©µµ¿ì âÀ» ÁÂÃø»óÀ§¿¡ À§Ä¡½Ã۰í ÃÖ´ëÈÇÑ´Ù. ##### 
        self.moveTo(0,0); 
        self.resizeTo(screen.availWidth,screen.availHeight); 
        self.window.islogin = false; 
  
        // popup 
        function winpopup() 
        { 
                Height        = window.screen.availWidth; 
                Width        = window.screen.availHeight; 
  
                var objPopup = window.open(top.window.s, "_blank", "width= "+Height+",height= "+Width+",directories=yes,toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes"); 
                if (objPopup == null) { 
                        try   { tss1.x_popup.DOM.Script.window.open(top.window.s, "_blank", "width= "+Height+",height= "+Width+",directories=yes,toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes"); } 
                        catch (e) { tss1.x_popup.DOM.Script.window.open(top.window.s, "_blank", "width= "+Height+",height= "+Width+",directories=yes,toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes"); } 
                } // SP2 ÆË¾÷ Â÷´Ü±â´É»ç¿ëÀÚ 
                else { objPopup.focus(); } // SP2 ÆË¾÷ Â÷´Ü±â´É ÇØÁ¦ »ç¿ëÀÚ 
        } 
  
        top.window.winpopup = winpopup; 
  
//--> 
</script> |  
  
 |