function submit_top_check() {
	var strKeyword
	var temp
	strKeyword = document.mkSearch.keyword.value;
	
	/*
	if( mkSearch.key.value == "1" ) {
		window.open('http://channel.mk.co.kr/pop/main/st_pre050607.html','pop_media050509','width=300,height=300,scrollbars=no,resizable=no,menubar=no,top=80,left=150');
		return false;
	}
	*/
    /*
	if( strKeyword == "" ) {
		alert( "°Ë»ö¾î¸¦ ÀÔ·ÂÇÏÁö ¾Ê¾Ò½À´Ï´Ù." );
		document.mkSearch.keyword.focus();		
		return false;
	}
	*/
    mkSearch.pkey.value = mkSearch.key.value;
	if( mkSearch.pkey.value == "1" || document.mkSearch.pkey.value == "0" ) {
        esc = " &%?\"'";
        temp = strKeyword;
        strKeyword = "";

        for( i=0; i<temp.length; ++i ) {
            c = temp.charAt(i);

            if( esc.indexOf(c) > -1 )
                strKeyword = strKeyword + escape(c);
            else
                strKeyword = strKeyword + c;
        }
 
        while( ( pos = strKeyword.indexOf("+") ) > -1 )
                strKeyword = strKeyword.substring( 0, pos ) + " %2B " + strKeyword.substring( pos+1, strKeyword.length );
        while( ( pos = strKeyword.indexOf("*") ) > -1 )
                strKeyword = strKeyword.substring( 0, pos ) + " " + strKeyword.substring( pos+1, strKeyword.length );

		// sUrl = "http://gisa.mk.co.kr/mkService/newscenter/newsSearchResult.php?query="+strKeyword+"&y1="+mkSearch.y1.value+"&m1="+mkSearch.m1.value+"&d1="+mkSearch.d1.value+"&y2="+mkSearch.y2.value+"&m2="+mkSearch.m2.value+"&d2="+mkSearch.d2.value;
		//sUrl = "http://search.mk.co.kr/cgi-bin/mk_all_search.cgi?s_keyword="+strKeyword;
		sUrl = "http://search.mk.co.kr/all.well?s_keyword="+strKeyword;
		//alert('°Ë»ö ¼­ºñ½º Á¡°ËÁß ÀÔ´Ï´Ù.\nÀÌ¿ë¿¡ ºÒÆíÀ» µå·Á ÁË¼ÛÇÕ´Ï´Ù.');

		this.location.href= sUrl;	
	}	
	else if( mkSearch.pkey.value == "2" ) {	
		sise_search_common(1, strKeyword);
	}	
	else if( mkSearch.pkey.value == "3" ) {	
		sUrl = "http://dic.mk.co.kr/menuNew/searchDic.php?key_word="+ strKeyword + "&so=all&page=0";
		document.location.href=sUrl;
	}
	else if( mkSearch.pkey.value == "4" ) {		
		sUrl = "http://search.mk.co.kr/search.html";
		document.mkSearch.action=sUrl;
		document.mkSearch.submit();

		//document.location.href=sUrl;
	}
	else if( mkSearch.pkey.value == "5" ) {
		//sUrl = "http://lets114.mk.co.kr/tel/result.php?KEY=" + strKeyword;
		sUrl = "http://lets114.mk.co.kr/tel/result.php?KEY=" + strKeyword + "&SCH_TYPE=6";
		document.location.href=sUrl;
	}
	else if( mkSearch.pkey.value == "6" ) {
		if( strKeyword == "" ) {
			alert( "°Ë»ö¾î¸¦ ÀÔ·ÂÇÏÁö ¾Ê¾Ò½À´Ï´Ù." );
			document.mkSearch.keyword.focus();		
			return false;
		}
		sUrl = "http://vip.mk.co.kr/st/price/redirectSise.php?strKeyword="+strKeyword; 
		document.location.href = sUrl;
	}
        else if( mkSearch.pkey.value == "71" ) {
                sUrl = "http://search.mk.co.kr/news.well?s_keyword="+strKeyword;
                document.location.href = sUrl;
        }
        else if( mkSearch.pkey.value == "72" ) {
                sUrl = "http://search.mk.co.kr/dic.well?s_keyword="+strKeyword;
                document.location.href = sUrl;
        }
	return false;
}	

function open_newwin( win_url, win_attr ) {
	var win = window.open( win_url, "", win_attr + ', scrollbars=yes,scrolling=yes,menubar=no,resizable=no' );
	win.focus();
}
