function goGnbM(num){

	if (num==1){
		document.location.href='/01_info/info_greeting.jsp?m=1_0';
	} else if (num==2){
		document.location.href='/02_prev/prev_start.jsp?m=2_0';
	} else if (num==3){
		document.location.href='/03_treat/treat_early01.jsp?m=3_0';
	} else if (num==4){
		document.location.href='/04_support/support_great.jsp?m=4_0';
	} else if (num==5){
		document.location.href='/05_center/center_news_list.jsp?m=5_0';
	} else if (num==6){
		document.location.href='/06_org/org_hospital.jsp?m=6_0';
	}
}

function goSnbM(num){

	if (num=='11'){
		document.location.href='/01_info/info_greeting.jsp?m=1_1';
	} else if (num=='12'){
		document.location.href='/01_info/info_history.jsp?m='+num;
	} else if (num=='13'){
		document.location.href='/01_info/info_business.jsp?m='+num;
	} else if (num=='14'){
		document.location.href='/01_info/info_org.jsp?m='+num;
	} else if (num=='15'){
		document.location.href='/01_info/info_asso_list.jsp?tableid=association_kor';
	} else if (num=='16'){
		document.location.href='/01_info/info_branch_list.jsp?m='+num;
	} else if (num=='17'){
		document.location.href='/01_info/info_event_list.jsp?m='+num;
	} else if (num=='18'){
		document.location.href='/01_info/info_mem_comm_join.jsp?m='+num;

	} else if (num=='21'){
		document.location.href='/02_prev/prev_start.jsp?m='+num;
	} else if (num=='22'){
		document.location.href='/02_prev/prev_reason01.jsp?m='+num;
	} else if (num=='23'){
		document.location.href='/02_prev/prev_ge.jsp?m='+num;
	} else if (num=='24'){
	document.location.href='/02_prev/prev_life_eat.jsp?m='+num;
	} else if (num=='25'){
	document.location.href='/02_prev/prev_en.jsp?m='+num;
	} else if (num=='26'){
	document.location.href='/02_prev/prev_against.jsp?m='+num;

	} else if (num=='31'){
		document.location.href='/03_treat/treat_early01.jsp?m='+num;
	} else if (num=='32'){
		document.location.href='/03_treat/treat_good01.jsp?m='+num;
	} else if (num=='33'){
		document.location.href='/03_treat/treat_ten01.jsp?m='+num;
	} else if (num=='34'){
		document.location.href='/03_treat/treat_etc01.jsp?m='+num;
	} else if (num=='35'){
		document.location.href='/03_treat/treat_cam_what.jsp?m='+num;
	} else if (num=='36'){
		document.location.href='/03_treat/treat_people_list.jsp?m='+num;


	} else if (num=='41'){
		document.location.href='/04_support/support_great.jsp?m='+num;
	} else if (num=='42'){
		document.location.href='/04_support/support_open_intro.jsp?m='+num;
	} else if (num=='43'){
		document.location.href='/04_support/support_ecard_list.jsp?m='+num;


	} else if (num=='51'){
		document.location.href='/05_center/center_news_list.jsp?m='+num;
	} else if (num=='52'){
		document.location.href='/05_center/center_search_list.jsp?m='+num;
	} else if (num=='53'){
		document.location.href='/05_center/center_data_list.jsp?m='+num;
	} else if (num=='54'){
		document.location.href='/05_center/center_with_list.jsp?m='+num;
	} else if (num=='55'){
		document.location.href='/05_center/center_wrong_list.jsp?tableid=online&m='+num;
	} else if (num=='56'){
		document.location.href='/05_center/center_book_list.jsp?m='+num;
	} else if (num=='57'){
		document.location.href='/05_center/center_lecture_list.jsp?m='+num;
	} else if (num=='58'){
		document.location.href='/05_center/center_vod_list.jsp?m='+num;




	} else if (num=='61'){
		document.location.href='/06_org/org_hospital.jsp?m='+num;
	} else if (num=='62'){
		document.location.href='/06_org/org_org.jsp?m='+num;
	} else if (num=='63'){
		document.location.href='/06_org/org_con.jsp?m='+num;

	}

}


//¿µ¹®
function goEnbM(num){

	if (num==1){
		document.location.href='/08_english/0101_greeting.jsp?m=1_0';
	} else if (num==2){
		document.location.href='/08_english/0201_org.jsp?m=2_0';
	} else if (num==3){
		document.location.href='/08_english/03_act.jsp?m=3_0';
	} else if (num==4){
		document.location.href='/08_english/04_notice.jsp?m=4_0';
	} else if (num==5){
		document.location.href='/08_english/0501_story01.jsp?m=5_0';

	}
}



//»çÀÌÆ®¸Ê
function sitemap(){
	location.href = "/01_info/info_sitemap.jsp";
}

// ·ÎÄÉÀÌ¼Ç
function map(){
	location.href = "/01_info/info_map.jsp";
}



//»çÀÌÆ®¸Ê_¿µ¹®
function sitemap_e(){
	location.href = "/08_english/06_sitemap.jsp";
}

// ·ÎÄÉÀÌ¼Ç_¿µ¹®
function map_e(){
	location.href = "/08_english/06_map.jsp";
}

// ¿µ¹®
function english(){
	location.href = "/08_english/index_e.jsp";
}

// ±¹¹®
function korean(){
	location.href = "/index.jsp";
}

// ¹è³Ê
function banner01(){
	location.href = "/02_prev/prev_reason01.jsp?m=22";
}
function banner02(){
	location.href = "/03_treat/treat_early01.jsp?m=31";
}
function banner03(){
	location.href = "/05_center/center_search_list.jsp?m=52";
}


