<!--
function go_menu(mKey,sKey,member_id){
	if(mKey == 1){
		if(sKey == 0){
			location = "http://www.thebling.co.kr/new/magazine/magazine.php";
			//location = "#";alert("¾ÆÁ÷ ÁØºñÁßÀÔ´Ï´Ù.");
		} 
	} else if(mKey == 2){
		if(sKey == 0){
			location = "http://www.thebling.co.kr/new/party/party.php";
		}
		if(sKey == 1){
			if(member_id=="a"){
				loginPop();
			}else{
				location = "http://www.thebling.co.kr/new/party/party_info.php";
			}
		}
		if(sKey == 2){
			if(member_id=="a"){
				loginPop();
			}else{
				location = "http://www.thebling.co.kr/new/party/after_party.php";
			}
		}
		if(sKey == 3){
			if(member_id=="a"){
				loginPop();
			}else{
				location = "http://www.thebling.co.kr/new/party/dj_info.php";
			}
		}
	} else if(mKey == 3){
		if(sKey == 0){
			location = "http://www.thebling.co.kr/new/fashion/fashion.php";
			//location = "#";alert("¾ÆÁ÷ ÁØºñÁßÀÔ´Ï´Ù.");
		}
		if(sKey == 1){
			if(member_id=="a"){
				loginPop();
			}else{
				location = "http://www.thebling.co.kr/new/fashion/bling_style.php";
			}
		}
		if(sKey == 2){
			if(member_id=="a"){
				loginPop();
			}else{
				location = "http://www.thebling.co.kr/new/fashion/fashion_street.php";
			}
		}
		if(sKey == 3){
			if(member_id=="a"){
				loginPop();
			}else{
				location = "http://www.thebling.co.kr/new/fashion/brand_news.php";
			}
		}
	} else if(mKey == 4){
		if(sKey == 0){
			location = "http://www.thebling.co.kr/new/community/community.php";
			//location = "#";alert("¾ÆÁ÷ ÁØºñÁßÀÔ´Ï´Ù.");
		}
		if(sKey == 1){
			window.open('http://www.thebling.egloos.com/','_blank');
			//location = "http://www.thebling.egloos.com/";
		}
		if(sKey == 2){
			if(member_id=="a"){
				loginPop();
			}else{
				location = "http://www.thebling.co.kr/new/community/notice_list.php";
			}
		}
		if(sKey == 3){
			if(member_id=="a"){
				loginPop();
			}else{
				location = "http://www.thebling.co.kr/new/community/qna.php";
			}
		}
		if(sKey == 4){
			if(member_id=="a"){
				loginPop();
			}else{
				location = "http://www.thebling.co.kr/new/community/event_list.php";
			}
		}
		if(sKey == 5){
			if(member_id=="a"){
				loginPop();
			}else{
				location = "http://www.thebling.co.kr/new/community/free_talking.php";
			}
		}
		if(sKey == 6){
			if(member_id=="a"){
				loginPop();
			}else{
				location = "http://www.thebling.co.kr/new/community/readers_letter.php";
			}
		}
	} else if(mKey == 5){
		if(sKey == 0){
			location = "http://www.thebling.co.kr/new/blingtv/blingtv_list.php";
			//location = "#";alert("¾ÆÁ÷ ÁØºñÁßÀÔ´Ï´Ù.");
		}
	} else if(mKey == 6){
		if(sKey == 0){
			//location = "http://www.thebling.co.kr/new/shop/shop.php";
			location = "#";alert("¾ÆÁ÷ ÁØºñÁßÀÔ´Ï´Ù.");}
	}

}
function loginPop(){
	alert('·Î±×ÀÎ ÇÏ¼Å¾ß ÇÕ´Ï´Ù.');
	window.open('../popup/login.php?target_name=top_reload','Login','width=350,height=225');
}
-->
