/*
	¹è¿òÅÍ ¹Ù·Î°¡±â ±â´É.
	ÀÌÇÔ¼ö´Â www mainÇÏ°í, network main¿¡¼­ ¹è¿òÅÍ ¹Ù·Î °¡±â¿¡¼­ »ç¿ëµÊ.
	½Å±ÔÇÐ¿øÀÇ °æ¿ì ÆË¾÷À¸·Î ¿¹¿ÜÃ³¸®ÇÏ°í ÀÖÀ½.
*/

function goAca() {
	var ncd = document.all.acasel.options.value;
	if (ncd == "1"){
		top.location.href="/daechi";
		return;
	}else if (ncd == "2"){      		
		top.location.href="/migum";		
		return;                   		
	}else if (ncd == "3"){      		
		top.location.href="/sunae";      		
		return;                   		
	}else if (ncd == "4"){      		
		top.location.href="/md";      		
		return; 
	}else if (ncd == "5"){      		
		top.location.href="/songpa";      		
		return;  		
	}else if (ncd == "6"){      		
		top.location.href="/suji";      		
		return; 
	}else if (ncd == "7"){
		top.location.href="/gangdong";
		return;
	}else if (ncd == "9"){
		top.location.href="/ap";
		return;
	}else if (ncd == "10"){
		top.location.href="/bucheon";
		return;
	}else if (ncd == "12"){
		top.location.href="/gs";
		return;
	}else if (ncd == "13"){
		top.location.href="/gj";
		return;
	}else if (ncd == "15"){
		top.location.href="/one";
		return;
	}else if (ncd == "16"){      		
		top.location.href="/youngtong";      		
		return;   		
	}else if (ncd == "19"){      		
		top.location.href="/jeju";      		
		return;   						
	}else if (ncd == "20"){      		
		top.location.href="/jg";      		
		return;   		
	}else if (ncd == "21"){      		
		top.location.href="/gwanak";      		
		return;   						
	}else if (ncd == "23"){      		
		top.location.href="/ilsan";      		
		return;   		
	}else if (ncd == "24"){      		
		top.location.href="/ys";      		
		return;   						  		
	}else if (ncd == "26"){      		
		top.location.href="/busan";      		
		return;  
	}else if (ncd == "28"){      		
		top.location.href="/donam";      		
		return;   
	}else if (ncd == "29"){      		
		top.location.href="/yeosu";      		
		return;  		
	}else if (ncd == "30"){      		
		top.location.href="/top";      		
		return;   	
	}else if (ncd == "31"){      		
		top.location.href="/jinju";      		
		return;  		
	}else if (ncd == "32"){      		
		top.location.href="/jukjeon";      		
		return;   
	}else if (ncd == "33"){      		
		top.location.href="/seocho";      		
		return; 
	}else if (ncd == "34"){      		
		top.location.href="/dalseo";      		
		return; 
	}else if (ncd == "35"){      		
		top.location.href="/ido";      		
		return; 
	}else if (ncd == "36"){      		
		top.location.href="/ss";      		
		return; 
	}else if (ncd == "92"){      		
		top.location.href="/tianjin";      		
		return;  
		
	}else if (ncd == "8"){      		
		top.location.href="/pyeongchon";      		
		return; 

	}else if (ncd == "11"){      		
		top.location.href="/seorabul";      		
		return; 
	
	}else if (ncd == "17"){      		
		top.location.href="/ok";      		
		return; 
	}else if (ncd == "18"){      		
		top.location.href="/cheonan";      		
		return; 
	}else if (ncd == "22"){      		
		top.location.href="/jeonju";      		
		return; 
	}else if (ncd == "25"){      		
		top.location.href="/buksuwon";      		
		return; 
	}else if (ncd == "27"){      		
		top.location.href="/dunsan";      		
		return;
	}else if (ncd == "91"){      		
		top.location.href="/beijing";      		
		return; 

	} else {
		location.href="/network/network_redirect.asp?vPteacherCd13="+ncd;
	}
}

function goAcaFromAcaName(s_aca_cd) {
	var obj_aca = document.all.acasel;
	for (idx=0; idx < obj_aca.options.length ; idx++ ) {
		if (obj_aca.options[idx].value == s_aca_cd) {
			obj_aca.options[idx].selected = true;
			break;
		}
	}
	goAca();
}