//document.domain = "ytn.co.kr";

function $(s) { return document.getElementById(s) }
function print_swf(file,width,height,id)
{
	if(!id) id = "swf_"+width;	
	var str = '';
	str += '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="'+width+'" height="'+height+'" id="'+id+'" align="middle">';
	str += '<param name="allowScriptAccess" value="sameDomain" />';
	str += '<param name="movie" value="'+file+'" />';
	str += '<param name="quality" value="high" />';
	str += '<param name=wmode value=transparent>';	
	str += '<embed src="'+file+'" quality="high" bgcolor="#000000" width="'+width+'" height="'+height+'"  name="'+id+'" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
	str += '</object>';
	document.write(str);
}

function get_cookie(name)
{
	var arg = name + "=";
	var alen = arg.length;
	var clen = document.cookie.length;
	var i = 0;
	while(i< clen)
	{
		var j = i + alen;
		if(document.cookie.substring(i,j)==arg){
			var end = document.cookie.indexOf(";",j);
			if(end == -1)
				end = document.cookie.length;
			return unescape(document.cookie.substring(j,end));
		}
		i=document.cookie.indexOf(" ",i)+1;
		if (i==0) break;
	}
	return null;
}

// ¶óÀÌºê
function popLive()
{
	url = "/_comm/pop_live.php";
	window.open(url,'silverlive','status=0,scrollbars=0,width=516,height=537');
}

//À©¹ÌÇÃÃÖ´ëÈ­
function setFullSize(id)
{
	try{
		$(id).DisplaySize = 3;
	}catch(e){
		$(id).DisplaySize = 3;
	}
}

// ÄíÅ°¸¸µé±â
function setCookie(cookiename, value, expiredays)
{
	var todayDate = new Date();
	todayDate.setDate(todayDate.getDate() + expiredays);
	document.cookie = cookiename + "= " + value + "; path=/; expires=" + todayDate.toGMTString() +1+ ";";
}

var naviOri = 0;
function naviChange(n)
{
//	alert(n);
	if(naviOri != 0)
	{
		$("tab"+naviOri).src = "/img/comm/topmenu0"+naviOri+"_off.gif";
		$("topMenu"+naviOri).style.display = "none";
	}

	$("tab"+n).src = "/img/comm/topmenu0"+n+"_on.gif";
	$("topMenu"+n).style.display = "block";

	naviOri = n;
}

//µ¿¿µ»ó ¸¶¿ì½º¿À¹ö
function playbuttonOver(f)
{
	if(f==0)
	{
		if (navigator.appName == "Microsoft Internet Explorer")
		{
			$("playOnButtonImg").style.filter = "alpha(opacity=60);";
		}
		else
		{
			$("playOnButtonImg").style.opacity = "0.6";
		}
	}
	else
	{
		if (navigator.appName == "Microsoft Internet Explorer")
		{
			$("playOnButtonImg").style.filter = "alpha(opacity=100);";
		}
		else
		{
			$("playOnButtonImg").style.opacity = "1";
		}
	}
}

function chkSearch(f)
{
	if(!f.keyword.value)
	{
		alert("°Ë»ö¾î¸¦ ÀÔ·ÂÇØ ÁÖ¼¼¿ä!");
		f.keyword.focus();
		return false;
	}

	return true;
}

function ready()
{
	alert("ÁØºñÁßÀÔ´Ï´Ù");
}


//·Î±×ÀÎ
function loginMove()
{
	var url = escape(document.location);

    if(confirm("·Î±×ÀÎ ÈÄ ÀÌ¿ë °¡´ÉÇÕ´Ï´Ù! ·Î±×ÀÎ ÇÏ½Ã°Ú½À´Ï±î?"))
    {
        location.href="http://edu.jcbn.co.kr/member/login.asp?SSO=EDU&reurl="+url;
    }
}

function show_my()
{
	 window.open ("http://edu.jcbn.co.kr/sso_process_once.asp","myclass","toolbar=no,location=no, status=no,menubar=no,resizable=no,scrolling=yes,width=930,height=710,top=0,left=0");
}

function getMovPlayer(m_cd,idx,key)
{
	window.open("/_comm/pop_player.php?s_mcd="+m_cd+"&idx="+idx+"&key="+key,"player","toolbar=no,location=no, status=no,menubar=no,resizable=no,scrolling=yes,width=850,height=565,top=0,left=0");
}

function getLivePlayer()
{
	window.open("/_comm/pop_live.php","player","toolbar=no,location=no, status=no,menubar=no,resizable=no,scrolling=yes,width=850,height=512,top=0,left=0");
}

function onlyNum()
{
	if ((event.keyCode < 48) || (event.keyCode > 57)) event.returnValue = false;
	return true;
}

//¿ìÆí¹øÈ£ °Ë»ö Ã¢¶ç¿ì±â
function popZipcode()
{
	window.open("/_comm/pop_zipcode.php","zip","width=480,scrollbars=yes,height=310,top=100,left=200");
}

function change_page(){ 

	if(document.getElementById("page_no").outerText=="1"){
		document.getElementById("page_no").innerHTML="2";
		document.getElementById("list_2").style.display="block";
		document.getElementById("list_1").style.display="none";
	}
	else{
		document.getElementById("page_no").innerHTML="1";
		document.getElementById("list_2").style.display="none";
		document.getElementById("list_1").style.display="block";
	}
} 

var main_no=0;
function change_main(type,no){

	if(type=="no"){
		tm_no = no;
		document.getElementById("p_target").innerHTML="<a href='"+tm_link[tm_no]+"'><img src='"+tm_img[tm_no]+"'  width='400' height='270' /><a/>";
		main_no = tm_no;

		for(var i=0;i<8;i++){
			if(tm_no==i){
				document.getElementById("sub_li"+i).style.background='url(/img/main/banner_btn_ov.jpg) no-repeat 50% 50%';
			}
			else{
				document.getElementById("sub_li"+i).style.background='url(/img/main/banner_btn.jpg) no-repeat 50% 50%';
			}
		}
		clearTimeout(settime);
		settime=setTimeout("change_main('all',"+tm_no+")", 10000);
	}
	else{
		//alert(no);

		if(no>6){
			tm_no=0;
		}
		else if(no<0){
			tm_no=0;
		}
		else{
			tm_no = no+1;
		}
		document.getElementById("p_target").innerHTML="<a href='"+tm_link[tm_no]+"'><img src='"+tm_img[tm_no]+"'  width='400' height='270' /><a/>";
		for(var i=0;i<8;i++){
			if(tm_no==i){
				document.getElementById("sub_li"+i).style.background='url(/img/main/banner_btn_ov.jpg) no-repeat 50% 50%';
			}
			else{
				document.getElementById("sub_li"+i).style.background='url(/img/main/banner_btn.jpg) no-repeat 50% 50%';
			}
		}

		main_no = tm_no;

		
	
		settime=setTimeout("change_main('"+type+"',"+tm_no+")", 10000);
	}
	
	
}


//<!--  LOG corp Web Analitics & Live Chat  START -->
function logCorpAScript_full(){
	HTTP_MSN_MEMBER_NAME="";/*member name*/
	var prtc=(document.location.protocol=="https:")?"https://":"http://";
	var hst=prtc+"ssl.http.or.kr";
	var rnd="r"+(new  Date().getTime()*Math.random()*9);
	this.ch=function(){
		if(document.getElementsByTagName("head")[0]){this.dls();}else{window.setTimeout(logCorpAnalysis_full.ch,30)}
	}
	this.dls=function(){
		var  h=document.getElementsByTagName("head")[0];
		var  s=document.createElement("script");s.type="text/jav"+"ascript";try{s.defer=true;}catch(e){};try{s.async=true;}catch(e){};
		if(h){s.src=hst+"/HTTP_MSN/UsrConfig/wonhtb/js/ASP_Conf.js?s="+rnd;h.appendChild(s);}
	}
	this.init= function(){
		document.write('<img src="'+hst+'/sr.gif?d='+rnd+'"  style="width:1px;height:1px;position:absolute;" alt="" onload="logCorpAnalysis_full.ch()" />');
	}
}
if(typeof logCorpAnalysis_full=="undefined"){	var logCorpAnalysis_full=new logCorpAScript_full();logCorpAnalysis_full.init();}
//<!-- LOG corp Web Analitics & Live Chat END  -->
