function urlApplyFunc(cd,sd){
	var argLen = arguments.length;

	switch (cd){
		case "linkType1":	//¿ì¸®½°ÅÍ´Â Ã³¸®ºÎºÐ
			switch (sd){
				case("sub1") :	//¼³¸³¸ñÀû
					document.location.href="/introduce/purpose.php";
					break;
				case("sub2") :	//½°ÅÍ¿¬Çõ
					document.location.href="/introduce/history.php";
					break;
				case("sub3") :	//½°ÅÍÁö±â
					document.location.href="/introduce/organization.php";
					break;
				case("sub4") :	//½°ÅÍ½Ã¼³
					document.location.href="/introduce/sisul.php";
					break;
				case("sub5") :	//ÇÁ·Î±×·¥
					document.location.href="/introduce/program1.php";
					break;
				case("sub6") :	//Ã£¾Æ¿À´Â±æ
					document.location.href="/introduce/map.php";
					break;
				default		:
					document.location.href="/introduce/purpose.php";
					break;
			}
			break;

		case "linkType2":	//°í¹Î°Å¸®¹æ Ã³¸®ºÎºÐ
			switch (sd){
				case("sub1") :	//°ø°³»ó´ã
					document.location.href="/board/index03.php";
					break;
				case("sub2") :	//ºñ¹Ð»ó´ã
					document.location.href="/board/index04.php";
					break;
				default		:
					document.location.href="/board/index03.php";
					break;
			}
			break;

		case "linkType3":	//½°ÅÍ¼Ò½ÄÁö Ã³¸®ºÎºÐ
			switch (sd){
				case("sub1") :	//¾î¿ïµÕÁö
					document.location.href="/sosik/doongji/14/default.php";
					break;
				case("sub2") :	//½°ÅÍÁö±â
					document.location.href="/sosik/jigi/05/default.php";
					break;
				case("sub3") :	//µ¿¿µ»óÀÚ·á
					document.location.href="/sosik/movie/movie.php";
					break;
				default		:
					document.location.href="/sosik/doongji/14/default.php";
					break;
			}
			break;

		case "linkType4":	//°ü·Ã»çÀÌÆ® Ã³¸®ºÎºÐ
			switch (sd){
				case("sub1") :	//°ü·Ã»çÀÌÆ®
					alert('»çÀÌÆ® ÁØºñÁßÀÔ´Ï´Ù.');
					break;
				default		:
					alert('»çÀÌÆ® ÁØºñÁßÀÔ´Ï´Ù.');
					break;
			}
			break;

		case "linkType5":	//°Ô½ÃÆÇ Ã³¸®ºÎºÐ
			switch (sd){
				case("sub1") :	//°øÁö»çÇ×
					document.location.href="/board/index01.php";
					break;
				case("sub2") :	//ÀÚÀ¯°Ô½ÃÆÇ
					document.location.href="/board/index02.php";
					break;
				case("sub3") :	//¼³¹®Á¶»ç
					document.location.href="/poll/index_list.php";
					break;
				default		:
					document.location.href="/board/index01.php";
					break;
			}
			break;
	}

	return;
}
