<!--
function go_menu(mKey,sKey){
	if(mKey == 1){
		if(sKey == 0){
			location = "http://dazeddigital.co.kr/new/inmagazine/inmagazine.php";
		} else if(sKey == 1) {
			location = "http://dazeddigital.co.kr/new/inmagazine/fashion_contents.php";
		} else if(sKey == 2) {
			location = "http://dazeddigital.co.kr/new/inmagazine/culture_contents.php";
		} else if(sKey == 3) {
			location = "http://dazeddigital.co.kr/new/inmagazine/people_contents.php";
		} 
	} else if(mKey == 2){
		if(sKey == 0){
			location = "http://dazeddigital.co.kr/new/archive/archive.php";
		}
	} else if(mKey == 3){
		if(sKey == 0){
			location = "http://dazeddigital.co.kr/new/lounge/lounge.php";
		}
	} else if(mKey == 4){
		if(sKey == 0){
			location = "http://dazeddigital.co.kr/new/wanted/wanted.php";
		}
	} else if(mKey == 5){
		if(sKey == 0){
			location = "http://dazeddigital.co.kr/new/dazedtv/indazed_list.php";
		}
	} else if(mKey == 6){
		if(sKey == 0){
			location = "http://dazeddigital.co.kr/new/brandnews/brand_list.php";
		}
	}
}
-->