<!--
function go_URL(num){

		//logo & top ¸Þ´º
		if (num=="001"){
			location.href="../../china/index/";
		}
		else if (num=="002"){
			location.href="../../kor/index/";
		}
		else if (num=="003"){
			location.href="../sitemap/sitemap.asp";
		}
		else if (num=="004"){
			location.href="mailto:bbb@bbbkorea.org";
		}
		else if (num=="005"){
			location.href="../member/login.asp";
		}
		else if (num=="006"){
			location.href="../member/join.asp";
		}
		else if (num=="007"){
			location.href="../../eng/index/";
		}
		else if (num=="008"){
			location.href="../../jap/index/";
		}
		//1¹ø ¸Þ´º

		else if (num=="110"){
			location.href="../introduct/introduction.asp";
		}
		else if (num=="120"){
			location.href="../introduct/greeting.asp";
		}
		else if (num=="130"){
			location.href="../introduct/greeting.asp";
		}
		else if (num=="140"){
			location.href="../introduct/system.asp";
		}
		else if (num=="150"){
			location.href="../introduct/history.asp";
		}		
		
		//2¹ø ¸Þ´º

		else if (num=="210"){
			location.href="../activity/result.asp";
		}
		else if (num=="220"){
			location.href="../activity/volunteers.asp";
		}
		else if (num=="230"){
			location.href="../activity/events.asp";
		}
		else if (num=="240"){
			location.href="../activity/press.asp";
		}
		else if (num=="250"){
			location.href="../activity/people.asp";
		}

		//3¹ø ¸Þ´º

		else if (num=="310"){
			location.href="../support/board_list.asp";
		}
		else if (num=="320"){
			location.href="../data/vod_list.asp";
		}
		else if (num=="330"){
			location.href="../data/activitydata.asp";
		}		
		
		//4¹ø ¸Þ´º
		
		else if (num=="410"){
			location.href="../support/notice_list.asp";
		}
		else if (num=="420"){
			location.href="../support/board_list.asp";
		}
		else if (num=="430"){
			location.href="../support/expression_list.asp";
		}
		else if (num=="440"){
			location.href="../support/faq_list.asp";
		}
		else if (num=="450"){
			location.href="../support/useful_list.asp";
		}		
		
		//5¹ø ¸Þ´º
		
		else if (num=="510"){
			location.href="../member/status.asp";
		}
		else if (num=="520"){
			location.href="../member/join.asp";
		}		
		
		//6¹ø ¸Þ´º
		
		else if (num=="610"){
			location.href="../phone/introduction.asp";
		}
		else if (num=="620"){
			location.href="../phone/usage.asp";
		}
		else if (num=="630"){
			location.href="../phone/hotel.asp";
		}
		else if (num=="640"){
			location.href="../phone/events.asp";
		}
		else if (num=="650"){
			location.href="../phone/consult.asp";
		}
		else if (num=="660"){
			location.href="../phone/useful.asp";
		}
		
}

//-->
