<!--
	function PathGo(getSection)
	{
		//alert(getSection); 
		var pathVal = getSection ; 

		if (pathVal.length != 6) {
			alert("Àß¸øµÈ °æ·ÎÀÔ´Ï´Ù.")  ;
		} else {
			var Depth1 = parseInt(pathVal.substr(0,2),10) ; 
			var Depth2 = parseInt(pathVal.substr(2,2),10) ; 
			var Depth3 = parseInt(pathVal.substr(4,2),10) ; 

			switch(Depth1) {
				// ¸ÞÀÎ ±¸¼º 
				case 1:
					document.location.href = "/eng/index.asp";
					break ; 

				// ±â¾÷Á¤º¸ 
				case 2 : 
					switch(Depth2) {
						case 0 : 
							document.location.href = "/eng/info/index.asp" ; 
							break ; 
						case 1 : 
							document.location.href = "/eng/info/intro.asp" ; 
							break ; 
						case 2 : 
							document.location.href = "/eng/info/history.asp" ; 
							break ; 
						case 3 : 
							document.location.href = "/eng/info/ceo.asp" ; 
							break ; 
						case 4 : 
							document.location.href = "/eng/info/idea.asp" ; 
							break ; 
						case 5 : 
							document.location.href = "/eng/info/vision.asp" ; 
							break ; 





						// À±¸®°æ¿µ ------------------------- 
						case 6 : 
							switch (Depth3) {
								case 0 :
									document.location.href = "/eng/info/ethics-0.asp" ; 
									break ; 
								case 1 :
									document.location.href = "/eng/info/ethics-1.asp" ; 
									break ; 
								case 2 :
									document.location.href = "/eng/info/ethics-2.asp" ; 
									break ; 
								case 3 :
									document.location.href = "/eng/info/ethics-3.asp" ; 
									break ; 
								case 4 :
									document.location.href = "/eng/info/ethics-4.asp" ; 
									break ; 
								case 5 :
									document.location.href = "/eng/info/ethics-5.asp" ; 
									break ; 
							}
							break ; 


						case 7 : 
							document.location.href = "/eng/info/fun.asp" ; 
							break ; 
						case 8 : 
							CenterWin('/eng/info/cyber/index.asp','','width=800,height=600') ; 
							break ; 
					}
					break ; 
				// Á¦Ç°Á¤º¸ 
				case 3 : 
					switch(Depth2) {
						case 0 : 
							document.location.href = "/eng/product/index.asp" ; 
							break ; 
						case 1 : 
							switch (Depth3)
							{
								case 1 :
									document.location.href = "/eng/product/tv.asp" ; 
									break ; 
								case 2 : 
									document.location.href = "/eng/product/notebook.asp" ; 
									break ; 
								case 3 : 
									document.location.href = "/eng/product/monitor.asp" ; 
									break ; 
							}
							break ; 
						case 2 : 
							switch (Depth3)
							{
								case 1 :
									document.location.href = "/eng/product/inverter.asp" ; 
									break ; 
								case 2 : 
									document.location.href = "/eng/product/ip.asp" ; 
									break ; 
								case 3 : 
									document.location.href = "/eng/product/smps.asp" ; 
									break ; 
							}
							break ; 
						case 3 : 
							switch (Depth3)
							{
								case 1 :
									CenterWin('/eng/product/popup/03_blu.asp','','width=800,height=500') ; 
									break ; 
								case 2 : 
									CenterWin('/eng/product/popup/03_ip.asp','','width=800,height=500') ; 
									break ; 
							}
							break ; 
						case 4 : 
							switch (Depth3)
							{
								case 1 : 
									document.location.href = "/eng/product/p_lcd.asp" ; 
									break ; 
								case 2 :
									document.location.href = "/eng/product/p_blu.asp" ; 
									break ; 
								case 3 : 
									document.location.href = "/eng/product/p_power.asp" ; 
									break ; 
							}
							break ; 
					}
					break ; 
				// our office -----------------------------------------------------------------------------
				case 4 : 
					document.location.href = "/eng/office/factory.asp" ; 
					break ; 





				// °í°´Áö¿ø 
				case 6 : 
					switch(Depth2){
						case 1 :  
							document.location.href = "/eng/support/as.asp" ; 
							break ; 
						case 2 : 
							document.location.href = "/eng/support/faq.asp" ; 
							break ; 
						case 3 : 
							document.location.href = "/eng/support/qna.asp" ; 
							break ; 
					}
					break ; 
				// Äü¸Þ´º 
				case 7 : 
					break ; 
				// Korean
				case 8 : 
					document.location.href = "/kor/" ; 
					break ; 
				case 10 : 
					document.location.href = "/eng/info/sitemap.asp" ; 
					break ; 
			}
		}
	}
//-->