<!--
	// »ó´Ü ³×ºñ°ÔÀÌ¼Ç






function goPath(e) 
	{
		//alert(e) ; 
		var getInt = parseInt(e) ; 
		switch (getInt)
		{
			case 11:
				document.location.href = "../info/idea.jsp?flag=112" ; 	
				break ; 
			case 12:
				window.open("../info/history/his.jsp","map","fullscreen=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no") ;
				break ; 
			case 13:
				document.location.href = "../info/com.jsp?flag=131" ; 	
				break ; 
			case 14:
				document.location.href = "../info/ceo.jsp?flag=141" ; 	
				break ; 
			case 15:
				document.location.href = "../info/vision.jsp?flag=121" ; 	
				break ; 
			case 16:
				document.location.href = "../info/moral.jsp?flag=160" ; 	
				break ; 
			case 17:
				document.location.href = "../info/service.jsp?flag=170" ; 	
				break ; 
			case 18:
				document.location.href = "../info/green.jsp?flag=181" ; 	
				break ; 
			case 19:
				window.open("../info/map/map.jsp","map","width=750,height=500,top=0,left=0") ; 
				break ; 
			
			case 20:
				document.location.href = "../info/g_ceo_his.jsp?flag=101" ; 
				break ;
				
			case 21:
				document.location.href = "../family/paper.jsp?flag=211" ; 
				break ; 
			case 22:
				document.location.href = "../family/csn.jsp?flag=234" ; 
				break ; 
			case 23:
				document.location.href = "../family/csn.jsp?flag=234" ; 
				break ; 
			case 24:
				document.location.href = "../family/lab_tech.jsp?flag=241" ; 	
				break ; 
			case 25:
				document.location.href = "../family/recu_man.jsp?flag=251" ; 	
				break ; 
			case 31:
				document.location.href = "../investment/in_stock.jsp?flag=311" ; 	
				break ; 
			case 32:
				document.location.href = "../investment/in_com.jsp?flag=321" ; 	
				break ; 
			case 33:
				document.location.href = "../investment/in_info.jsp?flag=331" ; 	
				break ; 
			case 41:
				document.location.href = "../pr/pr_news.jsp?flag=411" ; 	
				break ; 
			case 42:
				document.location.href = "../pr/pr_gal_wallpaper.jsp?flag=421" ; 	
				break ; 
			case 43:
				document.location.href = "../pr/pr_ad_tv.jsp?flag=431" ; 	
				break ; 
			case 44:
				document.location.href = "../pr/pr_pr_bro.jsp?flag=441" ; 	
				break ; 
			case 51:
				document.location.href = "../support/faq.jsp?flag=521" ; 	
				break ; 
			case 52:
				document.location.href = "../support/faq.jsp?flag=521" ; 	
				break ; 
			case 53:
				document.location.href = "../support/question.jsp?flag=531" ; 	
				break ; 
			case 54:
				document.location.href = "../support/goods_service.jsp?flag=541" ; 	
				break ; 
			case 61:
				document.location.href = "../index.html" ; 	
				break ;
			case 62:
				document.location.href = "../english/index.html" ; 	
				break ;
			case 63:
				document.location.href = "../pr/pr_search.jsp?flag=413" ; 	
				break ;
			case 64:
				document.location.href = "../sitemap/sitemap.jsp" ; 	
				break ;
			case 65:
				document.location.href = "../support/question.jsp?flag=531" ; 	
				break ;
		}
	}

	// º»¹® ¸µÅ©
	function PathGo(putSection)
	{
		var pathStr = putSection ; 
		if (pathStr.length < 4 || pathStr.length > 4) {
			alert("Àß¸øµÈ °æ·ÎÀÔ´Ï´Ù.") ; 
		} else {
			var Depth1 = parseInt(pathStr.substr(0,1)) ;	// ´ëºÐ·ù 
			var Depth2 = parseInt(pathStr.substr(1,1)) ;	// ÁßºÐ·ù
			var Depth3 = pathStr.substr(2,1) ; 
			var Depth4 = pathStr.substr(3,1) ; 

			if (Depth3 == "0")
			{
				Depth3 = parseInt(Depth4) ;
			} else {
				Depth3 = parseInt(Depth3+""+Depth4) ; 
			}

			var chkVal = new Array(Depth1,Depth2,Depth3) ; 

			/*for (var i=0 ; i<2 ; i++ )
			{
				if (ChkNumber(chkVal[i]) == false)
				{
					alert("Àß¸øµÈ °æ·ÎÀÔ´Ï´Ù."); 
					return ; 
				}
			}*/

			switch (Depth1) {
				case 0:
					break ; 

				// ÇÑ¼Ö¼Ò°³
				case 1:
					switch (Depth2)
					{
						// È¸Àå¼Ò°³
						case 0:
							switch (Depth3)
							{
								case 1:
									document.location.href = "../info/g_ceo_his.jsp?flag=101" ; 
									break ; 
								case 2:
									document.location.href = "../info/g_ceo_new.jsp?flag=102" ; 
									break ; 
								case 3:
									document.location.href = "../info/manage.jsp?flag=103" ; 
									break ;
							}
							break ;

						// ±×·ìÇöÈ²
						case 1: 
							switch (Depth3)
							{
								case 1:
									document.location.href = "../info/intro.jsp?flag=111" ; 
									break ; 
								case 2:
									document.location.href = "../info/idea.jsp?flag=112" ; 
									break ; 
								case 3:
									document.location.href = "../info/his00.jsp?flag=113" ; 
									break ;
								case 4:
									document.location.href = "../info/ci.jsp?flag=114" ; 
									break ; 
							}
							break ;
						// ºñÁ¯2010 
						case 2:
							switch (Depth3)
							{
								case 1:
									document.location.href = "../info/vision.jsp?flag=121" ; 
									break ; 
								case 2:
									document.location.href = "../info/goal.jsp?flag=122" ; 
									break ; 
								case 3:
									document.location.href = "../info/core_biz.jsp?flag=123" ; 
									break ;
								
							}
							break ; 
						// ÇÑ¼ÖÀÇ È¸»çµé
						case 3:
							switch (Depth3)
							{
								case 1:
									document.location.href = "../info/com.jsp?flag=131" ; 
									break ; 
							}
							break ;
						// ÇÑ¼Ö CEO
						case 4:
							switch (Depth3)
							{
								case 1:
									document.location.href = "../info/ceo.jsp?flag=141" ; 
									break ; 
							}
							break ; 

						// ½Å°æ¿µ ¿øÄ£
						case 5:
							switch (Depth3)
							{
								case 1:
									document.location.href = "../info/manage.jsp?flag=151" ; 
									break ; 
							}
							break ; 
						// ÇÑ¼ÖÀ±¸®°­·É
						case 6:
							switch (Depth3)
							{
								case 0:
									document.location.href = "../info/moral.jsp?flag=160" ; 
									break ; 
								case 1:
									document.location.href = "../info/moral_com.jsp?flag=161" ; 
									break ; 
								case 2:
									document.location.href = "../info/moral_trade.jsp?flag=162" ; 
									break ; 
								case 3:
									document.location.href = "../info/moral_money.jsp?flag=163" ; 
									break ; 
								case 4:
									document.location.href = "../info/moral_data.jsp?flag=164" ; 
									break ; 
								case 5:
									document.location.href = "../info/moral_social.jsp?flag=165" ; 
									break ; 
							}
							break ; 
						// »çÈ¸°øÇå
						case 7:
							switch (Depth3)
							{
								case 0:
									document.location.href = "../info/service.jsp?flag=170" ; 
									break ; 
								case 1:
									document.location.href = "../info/service_social.jsp?flag=171" ; 
									break ; 
								case 2:
									document.location.href = "../info/service_en.jsp?flag=172" ; 
									break ; 
								case 3:
									document.location.href = "../info/service_cult.jsp?flag=173" ; 
									break ; 
								case 4:
									document.location.href = "../info/service_sports.jsp?flag=174" ; 
									break ; 
							}
							break ; 
						// ´ÃÇª¸¥ÇÑ¼Ö
						case 8:
							switch (Depth3)
							{
								case 1:
									document.location.href = "../info/green.jsp?flag=181" ; 
									break ; 
							}
							break ; 
						// ÇÑ¼Ö ¸Ê
						case 9:
							switch (Depth3)
							{
								case 1:
									window.open("../info/map/map.jsp","map","width=750,height=500,top=0,left=0") ; 
									break ; 
							}
							break ; 
					}
					break;

				// ÇÑ¼Ö°¡Á·
				case 2:

					switch (Depth2)
					{
						case 0:
							switch (Depth3)
							{
								case 0:
									break;
							}
							break ; 
						// ¼ÒÀç»ç¾÷±º
						case 1:

							switch (Depth3)
							{
								case 1:
									document.location.href = "../family/paper.jsp?flag=211" ; 
									break;
								case 2:
									document.location.href = "../family/paper.jsp?flag=211" ; 
									break;
								case 3:
									document.location.href = "../family/home.jsp?flag=212" ; 
									break;
								case 4:
									document.location.href = "../family/chemical.jsp?flag=213" ; 
									break;
								case 5:
									document.location.href = "../family/lcd.jsp?flag=214" ; 
									break;
							}
							break ; 
						// IT
						case 2:
							switch (Depth3)
							{
								
								case 1:
									document.location.href = "../family/lcd.jsp?flag=221" ; 
									break;
								case 2:
									document.location.href = "../family/lcd.jsp?flag=221" ; 
									break;
								case 3:
									document.location.href = "../family/pns.jsp?flag=222" ; 
									break;
							}
							break ;
						// ¼Ö·ç¼Ç»ç¾÷±º
						case 3:
							switch (Depth3)
							{
								case 1:
									document.location.href = "../family/csn.jsp?flag=234" ; 
									break;
								case 2:
									document.location.href = "../family/build.jsp?flag=231" ; 
									break;
								case 3:
									document.location.href = "../family/dev.jsp?flag=232" ; 
									break;
								case 4:
									document.location.href = "../family/eme.jsp?flag=233" ; 
									break;
								case 5:
									document.location.href = "../family/csn.jsp?flag=234" ; 
									break;
								case 6:
									document.location.href = "../family/pns.jsp?flag=235" ; 
									break;
								case 7:
									document.location.href = "../family/inticube.jsp?flag=237" ; 
									break;
							}
							break ;
						
						
						case 6:
							switch (Depth3)
							{
								case 1:
									window.open("../info/map/map.jsp","map","width=750,height=500,top=0,left=0") ; 
									break ;
								
							}
							break ;
							
							
						// ¿¬±¸/¹®È­/½ºÆ÷Ã÷
						case 4:
							switch (Depth3)
							{
								case 1:
									document.location.href = "../family/lab_tech.jsp?flag=241";
									break;
								case 2:
									document.location.href = "../family/lab_tech.jsp?flag=241";
									break;
								case 3:
									document.location.href = "../family/lab_cult.jsp?flag=242";
									break;
								case 4:
									document.location.href = "../family/lab_tennis.jsp?flag=243";
									break;
								case 5:
									document.location.href = "../family/lab_chem.jsp?flag=244";
									break;
							}
							break ;
						// Ã¤¿ëÁ¤º¸
						case 5:
							switch (Depth3)
							{
								case 1:
									document.location.href = "../family/recu_man.jsp?flag=251";
									break;
								case 2:
									document.location.href = "../family/recu_man.jsp?flag=252";
									break;
								case 3:
									document.location.href = "../family/recu_info.jsp?flag=253";
									break;
								case 4:
									document.location.href = "../family/recu_process.jsp?flag=254";
									break;
								case 5:
									document.location.href = "../family/recu_com.jsp?flag=255";
									break;
								case 6:
									document.location.href = "../family/recu_news.jsp?flag=256";
									break;
							}
							break ;
					}
					break;

				// ÅõÀÚÁ¤º¸
				case 3:
					switch (Depth2)
					{
						case 0 :
							document.location.href="../investment/in_stock.jsp?flag=311";
							break ; 
						case 1 : 
							switch (Depth3)
							{
								case 1:
									document.location.href = "../investment/in_stock.jsp?flag=311" ; 
									break ; 
							}
							break ; 
						case 2 :
							switch (Depth3)
							{
								case 1:
									document.location.href = "../investment/in_com.jsp?flag=321" ; 
									break ; 
							}
							break ; 
						case 3 :
							switch (Depth3)
							{
								case 1:
									document.location.href = "../investment/in_info.jsp?flag=331" ; 
									break ; 
							}
							break ; 
					}
					break;

				// ÇÑ¼Ö PR
				case 4:
					switch (Depth2)
					{
						case 0 :
							document.location.href="../pr/pr_news.jsp?flag=411";
							break ; 
						// ´º½º¼¾ÅÍ
						case 1 : 
							switch (Depth3)
							{
								case 1:
									document.location.href = "../pr/pr_news.jsp?flag=411" ; 
									break ; 
								case 2:
									document.location.href = "../pr/pr_broad.jsp?flag=412" ; 
									break ; 
								case 3:
									document.location.href = "../pr/pr_search.jsp?flag=413" ; 
									break ; 
								case 4:
									document.location.href = "../pr/pr_search.jsp?flag=413" ; 
									break ; 
							}
							break ;
						// ÇÑ¼Ö°¶·¯¸®
						case 2 :
							switch (Depth3)
							{
								case 1:
									document.location.href = "../pr/pr_gal_wallpaper.jsp?flag=421" ; 
									break ; 
								case 2:
									document.location.href = "../pr/pr_gal_song.jsp?flag=422" ; 
									break ; 
								case 3:
									document.location.href = "../pr/pr_gal_mov.jsp?flag=423" ; 
									break ; 
								case 4:
									document.location.href = "../pr/pr_gal_mov.jsp?flag=423" ; 
									break ; 
							}
							break ; 
						// ±¤°í¸ðÀ½
						case 3 :
							switch (Depth3)
							{
								case 1:
									document.location.href = "../pr/pr_ad_tv.jsp?flag=431" ; 
									break ; 
								case 2:
									document.location.href = "../pr/pr_ad_press.jsp?flag=432" ; 
									break ; 
								case 3:
									document.location.href = "../pr/pr_ad_press.jsp?flag=432" ; 
									break ; 
							}
							break ;
						// PR ÀÚ·á½Ç
						case 4 :
							switch (Depth3)
							{
								case 1:
									document.location.href = "../pr/pr_pr_bro.jsp?flag=441" ; 
									break ; 
								case 2:
									document.location.href = "../pr/pr_pr_family.jsp?flag=442" ; 
									break ; 
								case 3:
									document.location.href = "../pr/pr_pr_tv.jsp?flag=443" ; 
									break ; 
							}
							break ; 
					}
					break;

				// °í°´Áö¿ø
				case 5:
					switch (Depth2)
					{
						case 0 :
							document.location.href="../support/intro.jsp?flag=511";
							break ; 

						case 1:
							switch (Depth3)
							{
								case 1:
									location.href = "../support/intro.jsp?flag=511" ; 
									break;
							}	
							break;
						case 2:
							switch (Depth3)
							{
								case 1:
									location.href = "../support/faq.jsp?flag=521" ; 
									break;
							}	
							break;
						case 3:
							switch (Depth3)
							{
								case 1:
									location.href = "../support/question.jsp?flag=531" ; 
									break;
							}	
							break;
						case 4:
							switch (Depth3)
							{
								case 1:
									location.href = "../support/goods_service.jsp?flag=541" ; 
									break;
								case 2:
									location.href = "../support/goods_info.jsp?flag=542" ; 
									break;
								case 3:
									location.href = "../support/goods_info.jsp?flag=543" ; 
									break;
							}	
							break;
					}
					break;
			}
		}
	}
//-->


//Ceo½Å³â»ç
function printCeoNew(i) { 
document.write("	<select name=\"menu1\" onChange=\"MM_jumpMenu('parent',this,0)\" class=\"select_aaa\">");
	document.write("	<option selected>¼±ÅÃ</option>");
	document.write("	<option value=\"g_ceo_40.jsp?flag=102\">40ÁÖ³â ±â³ä»ç</option>");														
	document.write("	<option value=\"g_ceo_new_2001.jsp?flag=102\">2001³â ÃëÀÓ»ç</option>");
	document.write("	<option value=\"g_ceo_new_2003.jsp?flag=102\">2003³â ½Å³â»ç</option>");
	document.write("	<option value=\"g_ceo_new_2004.jsp?flag=102\">2004³â ½Å³â»ç</option>");
	document.write("	<option value=\"g_ceo_new_2005.jsp?flag=102\">2005³â ½Å³â»ç</option>");
	document.write("	<option value=\"g_ceo_new_2006.jsp?flag=102\">2006³â ½Å³â»ç</option>");		
	document.write("	<option value=\"g_ceo_new_2007.jsp?flag=102\">2007³â ½Å³â»ç</option>");		
	document.write("	<option value=\"g_ceo_new_2008.jsp?flag=102\">2008³â ½Å³â»ç</option>	");
	document.write("	<option value=\"g_ceo_new_2009.jsp?flag=102\">2009³â ½Å³â»ç</option>	");
	document.write("	<option value=\"w1.jsp?flag=102\">[¸Å°æÃáÃß]µðÁöÅÐ½Ã´ë¿Í Á¾ÀÌ</option>");
	document.write("	<option value=\"w2.jsp?flag=102\">[¸Å°æÃáÃß]Àü¹®È­¿Í °æÀï·Â</option>");
	document.write("	<option value=\"w3.jsp?flag=102\">[¸Å°æÃáÃß]ÁøÁ¤ÇÑ ÈÞ°¡¿Í ÈÞ½Ä</option>");
	document.write("	<option value=\"w4.jsp?flag=102\">[¸Å°æÃáÃß]»óµµ¸¦ ÀÐ°í</option>");
	document.write("	<option value=\"w5.jsp?flag=102\">[¸Å°æÃáÃß]½ºÇÇµå °æ¿µ</option>");
	document.write("	<option value=\"w6.jsp?flag=102\">[¸Å°æÃáÃß]°ñÇÁ¿Í ±â¾÷°æ¿µ</option>");
	document.write("	<option value=\"w7.jsp?flag=102\">[¸Å°æÃáÃß]Á¦Á¶¾÷°ú IT</option>");
	document.write("	<option value=\"w8.jsp?flag=102\">[¸Å°æÃáÃß]Áö½Ä°æ¿µÀÇ È°¿ë</option>");
	document.write("	<option value=\"w9.jsp?flag=102\">[¸Å°æÃáÃß]°­¼Ò±¹ ÇÉ¶õµåÀÇ °æÀï·Â</option>");
	document.write("	<option value=\"w10.jsp?flag=102\">[¸Å°æÃáÃß]Á¶¸²°ú È¯°æ°æÀï·Â</option>");
	document.write("	<option value=\"w11.jsp?flag=102\">[¸Å°æÃáÃß]±Û·Î¹ú ½ºÅÄ´Ùµå¿Í ±Û·Î¹ú</option>");
	document.write("	</select>");
}

//Copyright
function printCopy(i) { 
	document.write("	<tr height=\"20\">");
	document.write("		<td></td>");
	document.write("	</tr>");
	document.write("	<tr>");
	document.write("		<td bgcolor=\"#D3D3D3\"><img src=\"/image/common/spacer.gif\" width=\"1\" height=\"1\" border=\"0\"></td>");
	document.write("	</tr>");
	document.write("	<tr>");
	document.write("		<td>");
	document.write("			<table cellspacing=\"0\" cellpadding=\"0\" border=\"0\">");
	document.write("				<tr>");
	document.write("					<td><img src=\"/image/common/spacer.gif\" width=\"20\" height=\"1\" border=\"0\"></td>");
	document.write("					<td><a href=\"/common/privacy.jsp\"><img src=\"/common/images/privacy.gif\" border=\"0\"></a></td>");
	document.write("				</tr>");
	document.write("			</table>");
	document.write("		</td>");
	document.write("	</tr> ");
	document.write("	<tr>");
	document.write("		<td bgcolor=\"#D3D3D3\"><img src=\"/image/common/spacer.gif\" width=\"1\" height=\"1\" border=\"0\"></td>");
	document.write("	</tr>");
	document.write("	<tr>");
	document.write("		<td>");
	document.write("			<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"889\">");
	document.write("				<tr height=\"83\">");
	document.write("					<td align=\"center\"><img src=\"../images/copy_img.gif\"></td>");
	document.write("				</tr>");
	document.write("			</table>");
	document.write("		</td>");
	document.write("	</tr>");
	}