var myDomain = "http://www.life21.co.kr";
//if(this.name == "") top.location.replace(myDomain);
function moveSubMenu(leftMenu,subPage,para) {
//¼­ºê¸Þ´º ÀÌµ¿
//leftMenu:ÁÂÃø ¸Þ´º ÆÄ¶ó¹ÌÅÍ°ª,subPage:¼­ºê ÆäÀÌÁöÀÌ¸§
	var strURL = subPage + "?leftMenu=" + leftMenu;
	if (para != "") strURL += "&" + para;
	top.location = myDomain+strURL;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

MM_preloadImages('/Imgs/main/top_m1_on.gif','/Imgs/main/top_m2_on.gif','/Imgs/main/top_m3_on.gif','/Imgs/main/top_m4_on.gif','/Imgs/main/top_m5_on.gif','/Imgs/main/top_m6_on.gif','/Imgs/main/top_m7_on.gif');

function Replace(strString, strChar, strChange) {
	var strTmp = "";
	for (i = 0; i< strString.length; i++) {
		if (strString.charAt(i) != strChar) {
			strTmp = strTmp + strString.charAt(i);
		} else {
			strTmp = strTmp + strChange;
		}
	}
	return strTmp;
}

function GoLogin() {
	alert("¸ÕÀú ·Î±×ÀÎÀ» ÇÏ¼Å¾ß ÇÕ´Ï´Ù!");

	var strURL = window.location.href;
	//alert(strURL);
	window.location.href = "/comuser/member/mem_login.asp?strURL=" + Replace(strURL,"&",";");
}

function setPayMethod(ag)	{
	if (ag==1) {
		document.all.item('A10').style.display = '';
		document.all.item('A11').style.display = 'none';
		document.all.item('A12').style.display = 'none';
	} else if (ag==2) {
		document.all.item('A10').style.display = 'none';
		document.all.item('A11').style.display = '';
		document.all.item('A12').style.display = 'none';
	} else if (ag==3) {
		document.all.item('A10').style.display = 'none';
		document.all.item('A11').style.display = 'none';
		document.all.item('A12').style.display = '';
	}
}

function lecRoom() {
	location.href="/Comuser/Mypage/mylec/lec_total_list.asp?leftMenu=MY";
}
function Go_BookInfo(code) {
	window.location = "./book/book_info.asp?code=" + code;
}
function Go_Best_Lecture(dir, sub_cd, lecture_cd, main_cd) {
	window.location = "/Channel/" + dir + "/lecture/lec_sugang_info.asp?sub_cd=" + sub_cd + "&lecture_cd=" + lecture_cd + "&main_cd=" + main_cd;
}

function LecInfo(strLectureCD) {
	window.location ="/Channel/offc/lecture/lec_sugang_info.asp?sub_cd=001&lecture_cd=" + strLectureCD+"&main_cd=01";
}

function LecInfo1(strSubCD, strLectureCD) {
	window.location ="/Channel/offc/lecture/lec_sugang_info.asp?sub_cd=" + strSubCD + "&lecture_cd=" + strLectureCD+"&main_cd=01";
}


function LecInfo2(strMainCD,strLeftCD,strLectureCD) {
	window.location ="/Channel/offc/lecture/lec_sugang_info.asp?sub_cd=" + strSubCD + "&lecture_cd=" + strLectureCD+"&main_cd="+strMainCD+"&left_cd="+strLeftCD;
}


function Term(type, seq, gubun, channel_cd, npage, str, gu, main, left, sub_cd) {
	if(npage==null) npage=1;
	location.href="/Channel/"+gubun+"/term/term.asp?seq="+seq+"&t_type="+type+"&channel_cd="+channel_cd+"&dir="+gubun+"&page="+npage+"&str="+str+"&gubun="+gu+"&main_cd="+main+"&left_cd="+left+"&sub_code="+sub_cd;
}

function Term_del(type, seq, gubun, channel_cd, npage, str, gu, main, left, sub_cd) {
	if(confirm("»èÁ¦ÇÏ½Ã°Ú½À´Ï±î?")) {
		if(npage==null) npage=1;
		location.href="/Channel/"+gubun+"/term/term.asp?seq="+seq+"&t_type="+type+"&channel_cd="+channel_cd+"&dir="+gubun+"&page="+npage+"&str="+str+"&gubun="+gu+"&main_cd="+main+"&left_cd="+left+"&sub_code="+sub_cd;
	}
}

function term_Search(gubun) {
	frm_sel.action="/Channel/"+gubun+"/term/term.asp?gubun=3";
	frm_sel.submit();
}

function  openSite(url) {
	window.open(url,"INFO","width=660,height=600,scrollbars=yes");
}


function doBlink() {
	var blink = document.all.tags("BLINK")
	for (var i=0; i<blink.length; i++)
	blink[i].style.visibility = blink[i].style.visibility == "" ? "hidden" : ""
}

function startBlink() {
	if (document.all)
		setInterval("doBlink()",800)
}

//window.onload = startBlink;

function Menu_Count(channel) {
	mnuCnt.location = myDomain+"/common/menu_counter.asp?channel_cd=" + channel;
}


function go_menu(url) {
	location.href="/Channel"+url; //myDomain
}


function go_menu01(url) {
	//parent.frames['top'].location=myDomain;
	parent.frames['main'].location=url;
}




function setPayMethod01(ag)	{
	if (ag==1) {
		document.all.item('A101').style.display = '';
		document.all.item('A102').style.display = 'none';
		document.all.item('A103').style.display = 'none';
		document.all.item('A104').style.display = 'none';
		document.all.item('A105').style.display = 'none';
		document.all.item('A106').style.display = 'none';
	} else if (ag==2) {
		document.all.item('A101').style.display = 'none';
		document.all.item('A102').style.display = '';
		document.all.item('A103').style.display = 'none';
		document.all.item('A104').style.display = 'none';
		document.all.item('A105').style.display = 'none';
		document.all.item('A106').style.display = 'none';
	} else if (ag==3) {
		document.all.item('A101').style.display = 'none';
		document.all.item('A102').style.display = 'none';
		document.all.item('A103').style.display = '';
		document.all.item('A104').style.display = 'none';
		document.all.item('A105').style.display = 'none';
		document.all.item('A106').style.display = 'none';
	} else if (ag==4) {
		document.all.item('A101').style.display = 'none';
		document.all.item('A102').style.display = 'none';
		document.all.item('A103').style.display = 'none';
		document.all.item('A104').style.display = '';
		document.all.item('A105').style.display = 'none';
		document.all.item('A106').style.display = 'none';
	} else if (ag==5) {
		document.all.item('A101').style.display = 'none';
		document.all.item('A102').style.display = 'none';
		document.all.item('A103').style.display = 'none';
		document.all.item('A104').style.display = 'none';
		document.all.item('A105').style.display = '';
		document.all.item('A106').style.display = 'none';
	} else if (ag==6) {
		document.all.item('A101').style.display = 'none';
		document.all.item('A102').style.display = 'none';
		document.all.item('A103').style.display = 'none';
		document.all.item('A104').style.display = 'none';
		document.all.item('A105').style.display = 'none';
		document.all.item('A106').style.display = '';
	}
}

function statuss() {
	window.status = "°Ç°­ Æ÷Å» »çÀÌÆ® Life21 ("+myDomain+")"
//	setTimeout("statuss()", 1);
}
statuss();




function setLandList01(ag) {
	if (ag==1) {
		document.all.item('A10').style.display = '';
		document.all.item('A11').style.display = 'none';
		document.all.item('A12').style.display = 'none';

		document.all.b_01.src = "/Channel/fnce/newImg/c_01_r.gif";
		document.all.b_02.src = "/Channel/fnce/newImg/c_02.gif";
		document.all.b_03.src = "/Channel/fnce/newImg/c_03.gif";

	} else if (ag==2) {
		document.all.item('A10').style.display = 'none';
		document.all.item('A11').style.display = '';
		document.all.item('A12').style.display = 'none';

		document.all.b_01.src = "/Channel/fnce/newImg/c_01.gif";
		document.all.b_02.src = "/Channel/fnce/newImg/c_02_r.gif";
		document.all.b_03.src = "/Channel/fnce/newImg/c_03.gif";
	} else if (ag==3) {
		document.all.item('A10').style.display = 'none';
		document.all.item('A11').style.display = 'none';
		document.all.item('A12').style.display = '';

		document.all.b_01.src = "/Channel/fnce/newImg/c_01.gif";
		document.all.b_02.src = "/Channel/fnce/newImg/c_02.gif";
		document.all.b_03.src = "/Channel/fnce/newImg/c_03_r.gif";
	}
}


//·Î±×ÀÎÃ¢½ºÅ©¸³Æ®
function Login() {
	if (document.login.m_id.value == "") {
		alert("¾ÆÀÌµð¸¦ ÀÔ·ÂÇÏ½Ê½Ã¿ä.");
		document.login.m_id.focus();
		return;
	}
	if (document.login.m_pwd.value == "") {
		alert("ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇÏ½Ê½Ã¿ä.");
		document.login.m_pwd.focus();
		return;
	}
	if (document.login.m_pwd.value.length < 4) {
		alert("ºñ¹Ð¹øÈ£¸¦ 4ÀÚ ÀÌ»ó ÀÔ·ÂÇÏ½Ê½Ã¿ä.");
		document.login.m_pwd.focus();
		return;
	}
	if (document.login.m_pwd.value.indexOf(" ") != -1) {
		alert("ºó ¹®ÀÚ¸¦ »ç¿ëÇÒ¼ö ¾ø½À´Ï´Ù.");
		document.login.m_pwd.focus();
		return;
	}
	document.login.submit();
}

function entrance() {
	window.location = myDomain +"/comuser/member/mem_register_type.asp";
}

function password() {
	window.location = myDomain +"/comuser/member/mem_pwd.asp";
}

function slogout() {
	window.location = myDomain +"/common/login_action.asp?logout=logout&Gubun=index";
}

function findPassId() {
	url = myDomain +"/comuser/member/mem_pwd.asp"
	open(url, "find", "toolbar=no, location=no, status=no, menubar=no, scrollbars=no, resizable=no, width=384, height=193");
}

function enter_chk() {
	if (window.event.keyCode == 13) {
		Login();
	}
}
//·Î±×ÀÎÃ¢½ºÅ©¸³Æ®