<!--
function go_URL(num){

		// È¨ / »çÀÌÆ®¸Ê / Contact / Global
		if (num=="10"){
			location.href="../index/index.html";//È¨
		}
		else if (num=="20"){
			location.href="../sitemap/sitemap.html";//»çÀÌÆ®¸Ê
		}
		else if (num=="30"){
			location.href="mailto:skym008@hanmail.net";//Contact
		}
		


		//1. È¸»ç¼Ò°³

		else if (num=="100"){
			location.href="../company/#";
		}
		else if (num=="110"){
			location.href="../company/company_01.html";//ÀÎ»ç¸»
		}
		else if (num=="120"){
			location.href="../company/company_02.html";//È¸»ç¿¬Çõ
		}
		else if (num=="130"){
			location.href="../company/company_03.html";//Ã£¾Æ¿À½Ã´Â±æ
		}
		
		
		
		//2. Á¦Ç°¼Ò°³

		else if (num=="200"){
			location.href="../product/#";
		}
		else if (num=="210"){
			location.href="../product/product_01.html";//f/w collection
		}
		else if (num=="220"){
			location.href="../product/product_02.html";//s/s collection
		}
		else if (num=="230"){
			location.href="../product/product_03.html";//»çÀÌÁî ±âÁØÇ¥
		}
		


		//3. Ä«´Ù·Î±×

		else if (num=="300"){
			location.href="../catalog/#"; 
		}
		else if (num=="310"){
			location.href="../catalog/catalog_01.html";//Ä«´Ù·Î±×
		}
		
		
		
		//4. °í°´¼¾ÅÍ
		
		else if (num=="400"){
			location.href="../customer/#";
		}
		else if (num=="410"){
			location.href="../customer/customer_01.html";//°øÁö»çÇ×
		}
		else if (num=="420"){
			location.href="../customer/customer_02.html";//Áú¹®°ú ´äº¯
		}
		else if (num=="430"){
			location.href="../customer/customer_03.html";//»çÀÌÆ®¸Ê
		}
		
		
		
}

//-->
