<!--
    /** ¸ÞÀÎ¿¡¼­ submit ÇÑ ÈÄ¿¡ iframe ÆäÀÌÁö¸¦ Á¶Àý ÇÑ´Ù. **/
    function AfterSubmitProcess() {

	
        var IE = false ;
        if (window.navigator.appName.indexOf("Explorer") != -1) IE = true;

        var oFrame = document.getElementById('mergerFrame');
        var iframeSrc = oFrame.src;
        //°´Ã¼°¡ Á¦´ë·Î »ý¼ºµÇÁö ¾Ê¾Ò´Ù¸é iframe ¸íÀÌ Àß¸øµÈ °ÍÀÓ.

        if (oFrame == null) {
            alert("ÆäÀÌÁö ÅëÇÕ¿ë ÇÁ·¹ÀÓ¸íÀÌ mergerFrameÀ¸·Î ¼³Á¤µÇÁö ¾Ê¾Ò½À´Ï´Ù.\\n ¼Ò½º ¼öÁ¤¹Ù¶ø´Ï´Ù.");
            return;
        } else {
//            oFrame.style.overflow-y=visible;
	}

        if ( ! IE ) {
            oFrame.height=500;
            oFrame.scrolling = "yes";
        }
/*
	var urlhref;

        urlhref = String(document.location.href);
        var uri = urlhref.split("#epeopleTop");
        document.location.href = uri[0] + '#epeopleTop';
*/
    }

    //AfterSubmitProcess();
//-->
