document.write("<title>[Jungum.com] - 提供便捷的多国语言编辑及翻译的国际化交流工具 </title>");

function Resize_Frame(name)
{
	var Frame_Body  = document.frames(name).document.body;
	var Frame_name  = document.all(name);
	Frame_name.style.width 
		= Frame_Body.scrollWidth + (Frame_Body.offsetWidth-Frame_Body.clientWidth);
	Frame_name.style.height 
        	= Frame_Body.scrollHeight + (Frame_Body.offsetHeight-Frame_Body.clientHeight);
        if (Frame_name.style.height == "0px" || Frame_name.style.width == "0px")
        {
            Frame_name.style.width = "660px";
            Frame_name.style.height = "300px";
            window.status = 'iframe resizing fail.';
        }
        else
        {
            window.status = '';
        }
}

function CountCheck(idx,name) {
	window.open('/count.asp?s_type='+idx+'&s_contury='+name,'b_check','width=0,height=0,left=3000,top=0');
}

function goBannerURL(id,strLink,idx,name) {
	if (id=='L4') {
		location.href = '/count.asp?s_link='+strLink+'&s_type='+idx+'&s_contury='+name;
	}
	else {
		document.all[id].target = "_blank";
		document.all[id].href = '/count.asp?s_link='+strLink+'&s_type='+idx+'&s_contury='+name;
		//document.all[id].click();
	}
}
/// Ãß°¡
function popDownCheck(id,DownCD,idx,name) {
	//alert(id)
	window.open('/kr/JcDownStat.asp?id='+id+'&s_type='+idx+'&DownCD='+DownCD+'&s_contury='+name,'d_check','width=0,height=0,left=3000,top=0');
}

function goDownCheck(id,DownCD,idx,name) {
	location.href = '/kr/JcDownStat.asp?id='+id+'&s_type='+idx+'&DownCD='+DownCD+'&s_contury='+name;
}