function goHome(){
 location.href="../index.jsp";
}

function goMenu(topMenuNum){
	if(topMenuNum == 10){
		location.href="company.asp";
	}else if(topMenuNum == 11){
		location.href="company.asp";
	}else if(topMenuNum == 12){
		location.href="culture.asp";
	}else if(topMenuNum == 13){
		location.href="company.asp";
	}else if(topMenuNum == 14){
		location.href="culture.asp";
	}else if(topMenuNum == 15){
	location.href="../about/map.jsp";


	}else if(topMenuNum == 20){
		location.href="productList.asp?commend=true";
	}else if(topMenuNum == 21){
		location.href="productList.asp?commend=true";
	}else if(topMenuNum == 22){
		location.href="productList.asp?list=true";
//	}else if(topMenuNum == 23){
//		location.href="../style/mania_list.jsp";
	}else if(topMenuNum == 23){
		location.href="productList.asp?list=true";
	}else if(topMenuNum == 24){
		location.href="productList.asp?list=true";

	}else if(topMenuNum == 30){
		location.href="newsList.asp?uid=16";
	}else if(topMenuNum == 31){
		location.href="newsList.asp?uid=16";
	}else if(topMenuNum == 32){
		location.href="videoList.asp?uid=15";
	}else if(topMenuNum == 33){
		location.href="videoList.asp?uid=15";

	}else if(topMenuNum == 40){
		location.href="jiameng.asp";
	}else if(topMenuNum == 41){
		location.href="jiameng.asp";
	}else if(topMenuNum == 42){
		location.href="jiameng.asp";
	}else if(topMenuNum == 42){
		location.href="jiameng.asp";


	}else if(topMenuNum == 50){
		location.href="agent.asp";
	}else if(topMenuNum == 51){
		location.href="agent.asp";
	}else if(topMenuNum == 52){
		location.href="agent.asp";

	}else if(topMenuNum == 60){
		location.href="contactus.asp";
	}else if(topMenuNum == 61){
		location.href="contactus.asp";
	}else if(topMenuNum == 62){
		location.href="contactus.asp";
	}else if(topMenuNum == 63){
		location.href="contactus.asp";
 	}
}


//¿ÞÂÊ¹è³Ê
function bn_01(){
 location.href="../event_news/event_list.jsp";
}
function bn_02(){
 location.href="../community/com_list.jsp";
}
function bn_03(){
 location.href="../store/agency.jsp";
}



// ¹®°æ¼® Ãß°¡
function GoUrl(tag)
{
	if (tag == "mypage") {
		document.location.href="/member/mypage01.jsp";
	}
    else if (tag == "baby") {
		document.location.href="/community/com_write.jsp";
	}
}
function LoginPopup(callbackFunction){
        var loginPop = window.open("http://www.waltonkids.co.kr/member/login.jsp?in_callback="+callbackFunction,"_blank","width=420,height=395,resizable=no,status=yes,top=0,left=0,scrollbars=no");
        loginPop.focus();
}
// ÄíÅ°°¡Á®¿À±â
function getCookie(name)
{
        var nameOfCookie = name + "=";
        var x = 0;

        while ( x <= document.cookie.length )
        {
                var y = (x+nameOfCookie.length);
                if ( document.cookie.substring( x, y ) == nameOfCookie ) {
                        if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 )
                                endOfCookie = document.cookie.length;
                                return unescape( document.cookie.substring( y, endOfCookie ) );
                }
                x = document.cookie.indexOf( " ", x ) + 1;
                if ( x == 0 )
                        break;
        }
        return "";
}

