
/**
ÆäÀÌÁö Ä«Å×°í¸® È÷½ºÅä¸® flash ¸µÅ©¼³Á¤:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::://
 */
 
 /**ÆäÀÌÁö ÁØºñÁß ************************/
function ing() 
	{
       alert("ÇöÀç¼­ºñ½ºÁØºñÁßÀÔ´Ï´Ù^^"); 
	 }


function goMenu(menu_idx) {
	var goURL = "";
	switch (menu_idx) {

//*  home  *********************************************************************************//

		case "home" :
			goURL = "/";
			break;
			
//*  Àü´ç¼Ò°³ *********************************************************************************//

		case "sub_1" :
			goURL = "/about/organization.asp";  
			break;
		case "sub_1_1" :
			goURL = "javascript:ing()";  
			break;
		case "sub_1_2" :
			goURL = "/about/organization.asp";  
			break;
		case "sub_1_3" :
			goURL = "/about/ci_01.asp";
			break;

      
//*  ½Ã¼³¼Ò°³ *********************************************************************************//

		case "sub_2" :
			goURL = "/facilities/maru_01.asp";  
			break;
		case "sub_2_1" :
			goURL = "/facilities/maru_01.asp";  
			break;
		case "sub_2_2" :
			goURL = "/facilities/nuri_01.asp";  
			break;
		case "sub_2_3" :
			goURL = "/facilities/aedurum.asp";
			break;
		case "sub_2_4" :
			goURL = "/facilities/yunseul.asp"; 
			break;
		case "sub_2_5" :
			goURL = "/facilities/media.asp"; 
			break;
		case "sub_2_6" :
			goURL = "/facilities/sports.asp"; 
			break;			
			

//*  ´ë°ü¾È³» *********************************************************************************//

		case "sub_3_1" :
			goURL = "/rent/rent.asp";  
			break;
			
//*  ¾È³»  *********************************************************************************//

		case "sub_4_1" :
			goURL = "/guidance/road_01.asp";  
			break;
		case "sub_4_2" :
			goURL = "#";  
			break;

//*  »çÀÌÆ®¾Û *********************************************************************************//

		case "sitemap" :
			goURL = "/sitemap/sitemap_01.asp";  
			break;
			
			
//*  ÇÑ±Û *********************************************************************************//

		case "korea" :
			goURL = "http://www.gasc.or.kr";  
			break;
			
 
}     

	location.href = goURL;
}			
		


