<!--

	function goMessageList()
	{
		document.location.href = "/message.do?cmd=recvMsgList";
	}

	function goChargePage()
	{
		document.location.href = "/account.do?cmd=getDepositAddForm";
	}

	function goTakeLessonList()
	{
		document.location.href = "/attLecIng.do?cmd=AttLecIngList";
	}

	function goChildLeave(id)
	{
		document.location.href = "/member.do?cmd=childLeave&child=" + id;
	}
	
	function goEditChildMember(id)
	{
		document.location.href = "/member.do?cmd=editChildBaseInfo&child=" + id;
	}
	
	function goChildList()
	{
		document.location.href = "/member.do?cmd=childList";
	}
	
	function goLoginPage()
	{
		document.location.href = "/member.do?cmd=loginView";
	}

	function goMainPage()
	{
		document.location.href = "/display.do?cmd=siteMain";
	}
	
	function goMemberAdd()
	{
		document.location.href = "/member.do?cmd=memberAddMain";
	}

	function goCallCenter()
	{
		document.location.href = "/callcenter.do?cmd=callCenter";
	}

	function goMybeanPage()
	{
		document.location.href = "/member.do?cmd=subMain";
	}

	function popFindPostNo(forms, postNo1, postNo2, fixAddr, addrDtl)
	{
		var goUrl = "/member.do?cmd=postalCodePopup&forms="+forms+"&postNo1="+postNo1+"&postNo2="+postNo2+"&fixAddr="+fixAddr+"&addrDtl="+addrDtl;
		CenterOpenWindow( goUrl ,"", "490", "446", "toolbar=no,scrollbars=no");
	}
	
	function popTerm() {
		window.open("http://talkbean.interpark.com/front/kor/member/popup/pop_term.html", "newWin", "width=490,height=540,toolbar=no,scrollbars=no");
	}

-->