	function mid_navi(data){
		if(data == "t11")
		{
		 location.href="/new/sub01/main.asp";
		}
		if(data == "t12")
		{
		 location.href="/new/sub01/main2.asp";
		}
		if(data == "t13")
		{
		 location.href="/new/sub01/main3.asp";
		}
		if(data == "t14")
		{
		 location.href="/new/sub01/main4.asp";
		}
		if(data == "t15")
		{
		 location.href="/new/sub01/main5.asp";
		}
		
		if(data == "t16")
		{
		 location.href="/new/sub01/main6.asp";
		}
		
		if(data == "t21")
		{
		 location.href="/new/sub02/main.asp";
		}
		
		if(data == "t22")
		{
		 location.href="/new/sub02/main2.asp";
		}
		
		if(data == "t23")
		{
		 location.href="/new/sub02/main3.asp";
		}
		
		if(data == "t24")
		{
		 location.href="/new/sub02/main4.asp";
		}
		
		if(data == "t25")
		{
		 location.href="/new/sub02/main5.asp";
		}
		
		if(data == "t26")
		{
		 location.href="/new/sub02/main6.asp";
		}
		
		if(data == "t31")
		{
		 location.href="/new/sub03/main.asp";
		}
		if(data == "t32")
		{
		 location.href="/new/sub03/main2.asp";
		}
		if(data == "t33")
		{
		 location.href="/new/sub03/main3.asp";
		}
		
		if(data == "t41")
		{
		 location.href="/new/sub04/main.asp";
		}
		if(data == "t42")
		{
		 location.href="/new/sub04/main2.asp";
		}
		
		if(data == "t43")
		{
		 location.href="/new/sub04/main3.asp";
		}
		
		if(data == "t44")
		{
		 location.href="/new/sub04/main4.asp";
		}
		
		if(data == "t45")
		{
		 location.href="/new/sub04/main5.asp";
		}
		
		if(data == "t46")
		{
		 location.href="/new/sub04/main6.asp";
		}
		
		if(data == "t51")
		{
		 location.href="/new/sub05/main.asp";
		}
		if(data == "t52")
		{
		 location.href="/new/sub05/main2.asp";
		}
		
		if(data == "t61")
		{
		 location.href="/new/sub06/main.asp";
		}
		
		if(data == "t71")
		{
		 location.href="/new/sub07/main.asp";
		}
		if(data == "t72")
		{
		 location.href="/new/sub07/main2.asp";
		}
		
		if(data == "t73")
		{
		 location.href="/new/sub07/main3.asp";
		}
		
		if(data == "t74")
		{
		 location.href="/new/sub07/main4.asp";
		}
		
		if(data == "t75")
		{
		 location.href="/new/sub07/main5.asp";
		}
		
		if(data == "t76")
		{
		 location.href="/new/sub07/main6.asp";
		}
		
		if(data == "a1") 
		{
		 location.href="sub03/main2_list.asp?category=1";
		}
		
		if(data == "a2") 
		{
		 location.href="sub03/main2_list.asp?category=2";
		}
		
		if(data == "a3") 
		{
		 location.href="sub03/main2_list.asp?category=3";
		}
		
		if(data == "a4") 
		{
		 location.href="sub03/main2_list.asp?category=4";
		}
		
		if(data == "a5") 
		{
		 location.href="sub03/main2_list.asp?category=5";
		}
		
		if(data == "a6") 
		{
		 location.href="sub03/main2_list.asp?category=90";
		}
		
		if(data == "a7") 
		{
		 window.open("/new/sub03/edu_others.htm","edu_others","width=537 height=191");
		}
		
		
		
	}



function search_id()
{
	alert("¾ÆÀÌµð´Â º»ÀÎ ¼º¸í,\nÆÐ½º¿öµå´Â ÁÖ¹Îµî·Ï¹øÈ£ µÞÀÚ¸® 7ÀÚ¸®ÀÔ´Ï´Ù");
}

function Login() {
	f = document.frm_login;
 
	//	ÇØ´ç ·Î±×ÀÎ ID,PW Ã¼Å©ºÎºÐ
 
	//	SSO ÀÎÁõ ÆäÀÌÁö
	
	if(f.user_id.value == "")
	{
	 alert("¾ÆÀÌµð¸¦ ÀÔ·ÂÇØ ÁÖ¼¼¿ä");
	 f.user_id.focus();
	 return false;
	}
 
	if(f.user_pwd.value == "")
	{
	 alert("ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇØ ÁÖ¼¼¿ä");
	 f.user_pwd.focus();
	 return false;
	}
	
	if(f.login_type.checked){
		f.action = '/genics/login_proc.asp';
	}
 
	//	±âÁ¸ ÀÎÁõ ÆäÀÌÁö
	if(!f.login_type.checked ){
		f.action = 'https://www.goyangwoman.org/new/LoginOK.asp';
	}
 
//	f.submit();
 
}
