<!--
function go_URL(num){

        if (num=="101"){
			location.href="/about_us/body1.php";
		}
		else if (num=="102"){
			location.href="/about_us/body2.php";
		}
		else if (num=="103"){
			location.href="/about_us/body3.php";
		}
		else if (num=="104"){
			location.href="/about_us/body4.php";
		}
		
		
		
		
		else if (num=="201"){
			location.href="/menu/body1.php";
		}
		else if (num=="202"){
			location.href="/menu/body2.php";
		}
		else if (num=="203"){
			location.href="/menu/body3.php";
		}
		else if (num=="204"){
			location.href="/menu/body4.php";
		}
		else if (num=="205"){
			location.href="/menu/body5.php";
		}
		else if (num=="206"){
			location.href="/menu/body6.php";
		}
		else if (num=="207"){
			location.href="/menu/body7.php";
		}
		else if (num=="208"){
			location.href="/menu/body8.php";
		}
		else if (num=="209"){
			location.href="/menu/body9.php";
		}
				
		
		
		
		
		else if (num=="301"){
			location.href="/event/body1.php";
		}
		
		
		
		
		

		else if (num=="401"){
			location.href="/online/body1.php";
		}
		
		
		
		
		
		else if (num=="501"){
			location.href="/information/body1.php";
		}
		else if (num=="502"){
			location.href="/information/body2.php";
		}
		else if (num=="503"){
			location.href="/information/body3.php";
		}
		else if (num=="504"){
			location.href="/information/body4.php";
		}
	
	
	
	
		else if (num=="601"){
			location.href="/story/body1.php";
		}
		else if (num=="602"){
			location.href="/story/body2.php";
		}
		else if (num=="603"){
			location.href="/story/body3.php";
		}
		
			
			
			
		else if (num=="701"){
			location.href="/index/index.php";
		}
		else if (num=="702"){
			location.href="/sitemap/body1.php";
		}
		else if (num=="703"){
			location.href="mailto:ceo@egntec.co.kr";
		}
			
}

//-->
