var menuArr = new Array(200);		// ¸Þ´º°¹¼ö¸¸Å­ Àû´Â´Ù.

// ¸¶Áö¸· ¹è¿­ ¹øÈ£ : 150

/*			È¸»ç¼Ò°³			*/
menuArr[0] = new Array('1', 'È¸»ç¼Ò°³', '/company/company_manager.asp','company');

menuArr[1] = new Array('11', '±â¾÷Á¤º¸', '/company/company_manager.asp','company');
menuArr[2] = new Array('111', '°æ¿µÁø', '/company/company_manager.asp','company');
menuArr[3] = new Array('112', '°æ¿µÀÌ³ä', '/company/company_idea.asp','company');
menuArr[4] = new Array('113', '±â¾÷¹®È­', '/company/company_culture.asp','company');
menuArr[5] = new Array('114', 'È¯°æ°æ¿µ', '/company/company_env.aspp','company');
menuArr[6] = new Array('115', 'CI', '/company/company_ci.asp','company');
menuArr[7] = new Array('116', '±¹³»»ç¾÷Àå', '/company/company_in.asp','company');
menuArr[8] = new Array('117', 'ÇØ¿Ü¹ýÀÎ', '/company/company_out.asp','company');
menuArr[9] = new Array('118', '°è¿­»çÇöÈ²', '/company/company_sub.asp','company');
menuArr[10] = new Array('119', 'µðÁöÅÐºê·Î¼Å', '/company/company_digital.asp','company');

menuArr[11] = new Array('12', 'CEO', '/company/ceo_message.asp','company');
menuArr[12] = new Array('121', 'ÀÎ»ç¸»', '/company/ceo_message.asp','company');
menuArr[13] = new Array('122', '¾à·Â', '/company/ceo_career.asp','company');
menuArr[14] = new Array('123', '°æ¿µÃ¶ÇÐ', '/company/ceo_philosophy.asp','company');
menuArr[15] = new Array('124', 'News', '/company/ceo_news.asp','company');
menuArr[16] = new Array('125', 'Speech', '/company/ceo_speech.asp','company');
menuArr[17] = new Array('126', 'Photo', '/company/ceo_photo.asp','company');

menuArr[18] = new Array('13', 'HISTORY', '/company/history.asp','company');
menuArr[19] = new Array('131', '»ç»ç', '/company/history.asp','company');
menuArr[20] = new Array('132', 'µ¿±¹Á¦°­ 50³â', 'javascript:openHistory50();','company');
menuArr[21] = new Array('133', 'Ã¢¾÷ÀÚ', '/company/ceo_founder.asp','company');
menuArr[22] = new Array('134', '´ç½ÅÀÌ ¸ð¸£´Â...', '/company/pastfuture.asp','company');

menuArr[23] = new Array('11a', 'ºñÁ¯', '/company/company_vision.asp','company');

function dispMenu(MenuCode) {
	
	var c_no = 0;

	for (i=0; i<MenuCode.length; i++) {

		SubCode = MenuCode.substring(0, i+1);
		for (j=0; j<menuArr.length; j++) {
			if (menuArr[j][0]==SubCode) {
				
				if (c_no == 0){
					document.write("<A HREF='/index.asp' target='_top'>Home</A>");
					c_no = c_no + 1;
				}
				
				if ((MenuCode!=SubCode) && (menuArr[j][2].length > 0)) {				
					document.write("<img src='/images/common/icon01.gif' border='0' align='absmiddle'>");
					document.write("<a href='"+menuArr[j][2]+"'>"+menuArr[j][1]+"</a>");
				} else {				
					document.write("<img src='/images/common/icon01.gif' border='0' align='absmiddle'>");
					document.write("<b>"+menuArr[j][1]+"</b>");
				}
				break;
			}
		}
	}
}

/*			Á¦Ç°¼Ò°³			*/
var menuArr02 = new Array(200);		// ¸Þ´º°¹¼ö¸¸Å­ Àû´Â´Ù.

menuArr02[0] = new Array('1', 'È¸»ç¼Ò°³', '/company/company_manager.asp','company');

menuArr02[1] = new Array('2', 'Á¦Ç°¼Ò°³', '/product/product_01.asp','product');
menuArr02[2] = new Array('21', 'Á¦Ç°Á¤º¸', '/product/product_01.asp','product');
menuArr02[3] = new Array('211', 'ÈÄÆÇ', '/product/product_01.asp','product');
menuArr02[4] = new Array('212', 'ºÀ°­', '/product/product_02.asp','product');
menuArr02[5] = new Array('213', 'Çü°­', '/product/product_03.asp','product');
menuArr02[6] = new Array('22', 'Á¦Á¶°øÁ¤', '/product/product_04.asp','product');
menuArr02[7] = new Array('221', 'ÈÄÆÇ', '/product/product_04.asp','product');
menuArr02[8] = new Array('222', 'Çü°­', '/product/product_05.asp','product');
menuArr02[9] = new Array('223', 'ºÀ°­', '/product/product_06.asp','product');
menuArr02[10] = new Array('23', 'Ã¶°­Á¦Ç° ¿ë¾î °Ë»ö', '/product/product_07.asp','product');

function dispMenu02(MenuCode) {
	
	var c_no = 0;

	for (i=0; i<MenuCode.length; i++) {

		SubCode = MenuCode.substring(0, i+1);
		for (j=0; j<menuArr02.length; j++) {
			if (menuArr02[j][0]==SubCode) {
				
				if (c_no == 0){
					document.write("<A HREF='/index.asp' target='_top'>Home</A>");
					c_no = c_no + 1;
				}
				
				if ((MenuCode!=SubCode) && (menuArr02[j][2].length > 0)) {				
					document.write("<img src='/images/common/icon01.gif' border='0' align='absmiddle'>");
					document.write("<a href='"+menuArr02[j][2]+"'>"+menuArr02[j][1]+"</a>");
				} else {				
					document.write("<img src='/images/common/icon01.gif' border='0' align='absmiddle'>");
					document.write("<b>"+menuArr02[j][1]+"</b>");
				}
				break;
			}
		}
	}
}

/*			ÅõÀÚÁ¤º¸, °í°´¼¾ÅÍ			*/
var menuArr03 = new Array(200);		// ¸Þ´º°¹¼ö¸¸Å­ Àû´Â´Ù.

menuArr03[0] = new Array('1', 'È¸»ç¼Ò°³', '/company/company_manager.asp','company');

menuArr03[1] = new Array('3', 'ÅõÀÚÁ¤º¸', '/ir/financial.asp','ir');
menuArr03[2] = new Array('31', 'Àç¹«ÀçÇ¥', '/ir/financial.asp','ir');
menuArr03[3] = new Array('32', 'ÅõÀÚÁ¤º¸', '/ir/list.asp?code=INV','ir');
menuArr03[4] = new Array('33', 'ÁÖ°¡ÇöÈ²', '/ir/stock.asp','ir');
menuArr03[10] = new Array('34', '¾Ö´º¾ó¸®Æ÷Æ®', '/ir/annual.asp','ir');

menuArr03[5] = new Array('4', '°í°´¼¾ÅÍ', '/customer/sales01.asp','customer');
menuArr03[6] = new Array('41', '¿µ¾÷¸Á', '/customer/sales01.asp','customer');
menuArr03[7] = new Array('411', '±¹³»¿µ¾÷¸Á', '/customer/sales01.asp','customer');
menuArr03[8] = new Array('412', 'ÇØ¿Ü¿µ¾÷¸Á', '/customer/sales02.asp','customer');
menuArr03[9] = new Array('42', '»çÀÌ¹ö½Å¹®°í', '/complain/write.asp','customer');

function dispMenu03(MenuCode) {
	
	var c_no = 0;

	for (i=0; i<MenuCode.length; i++) {

		SubCode = MenuCode.substring(0, i+1);
		for (j=0; j<menuArr03.length; j++) {
			if (menuArr03[j][0]==SubCode) {
				
				if (c_no == 0){
					document.write("<A HREF='/index.asp' target='_top'>Home</A>");
					c_no = c_no + 1;
				}
				
				if ((MenuCode!=SubCode) && (menuArr03[j][2].length > 0)) {				
					document.write("<img src='/images/common/icon01.gif' border='0' align='absmiddle'>");
					document.write("<a href='"+menuArr03[j][2]+"'>"+menuArr03[j][1]+"</a>");
				} else {				
					document.write("<img src='/images/common/icon01.gif' border='0' align='absmiddle'>");
					document.write("<b>"+menuArr03[j][1]+"</b>");
				}
				break;
			}
		}
	}
}

/*			Ã¤¿ëÁ¤º¸, ¹Ìµð¾î¼¾ÅÍ			*/
var menuArr04 = new Array(200);		// ¸Þ´º°¹¼ö¸¸Å­ Àû´Â´Ù.

menuArr04[0] = new Array('1', 'È¸»ç¼Ò°³', '/company/company_manager.asp','company');

menuArr04[1] = new Array('5', 'Ã¤¿ë¼¾ÅÍ', '/recruit/employ_manage.asp','recruit');
menuArr04[2] = new Array('51', 'ÀÎÀç»ó', '/recruit/employ_manage.asp','recruit');
menuArr04[3] = new Array('52', 'ÀÎ»çÁ¦µµ', '/recruit/employ_system.asp','recruit');
menuArr04[4] = new Array('53', 'Ã¤¿ë¾È³»', '/recruit/recruit.asp','recruit');
menuArr04[5] = new Array('54', '»çÀÌ¹ö ¿¬¼ö¿ø', '/recruit/cyber_train.asp','recruit');

menuArr04[6] = new Array('6', '¹Ìµð¾î¼¾ÅÍ', '/media/list.asp?code=NWS','media');
menuArr04[7] = new Array('61', 'µ¿±¹Á¦°­ ¼Ò½Ä', '/media/list.asp?code=NWS','media');
menuArr04[8] = new Array('611', 'News', '/media/list.asp?code=NWS','media');
menuArr04[9] = new Array('612', 'Photo News', '/media/photo_news/list.asp?code=PNS','media');
menuArr04[10] = new Array('613', 'º¸µµÀÚ·á', '/media/list.asp?code=RPT','media');
menuArr04[11] = new Array('614', 'News Release', '/media/list.asp?code=REL','media');
menuArr04[12] = new Array('62', '¿µ»óÀ¸·Î º¸´Â µ¿±¹Á¦°­', '/media/mov/list.asp?code=MOV','media');
menuArr04[13] = new Array('63', 'µ¿±¹ÀÎ Focus', '/media/list.asp?code=FCS','media');
menuArr04[14] = new Array('64', '¸íÀå°ú ¸íÇ°', '/media/list.asp?code=FMS','media');
menuArr04[15] = new Array('65', '±¤°í¸ðÀ½', '/media/ads.asp','media');
menuArr04[16] = new Array('66', 'Ã¶ ÀÌ¾ß±â', '/media/list.asp?code=STL','media');
menuArr04[17] = new Array('67', 'À¥Áø', '/media/webzine/webzine.asp','media');
menuArr04[18] = new Array('671', 'µ¿±¹Àº Áö±Ý', '/media/webzine/list.asp?choice=re2','media');
menuArr04[19] = new Array('672', '»îÀÇ Çâ±â', '/media/webzine/list.asp?choice=re3','media');
menuArr04[20] = new Array('673', 'PEOPLE', '/media/webzine/list.asp?choice=re4','media');
menuArr04[21] = new Array('674', '±âÈ¹Æ¯Áý', '/media/webzine/list.asp?choice=re5','media');
menuArr04[22] = new Array('675', 'Ä®·³', '/media/webzine/list.asp?choice=re6','media');

menuArr04[23] = new Array('7', 'Sitemap', '/sitemap.asp','company');

function dispMenu04(MenuCode) {
	
	var c_no = 0;

	for (i=0; i<MenuCode.length; i++) {

		SubCode = MenuCode.substring(0, i+1);
		for (j=0; j<menuArr04.length; j++) {
			if (menuArr04[j][0]==SubCode) {
				
				if (c_no == 0){
					document.write("<A HREF='/index.asp' target='_top'>Home</A>");
					c_no = c_no + 1;
				}
				
				if ((MenuCode!=SubCode) && (menuArr04[j][2].length > 0)) {				
					document.write("<img src='/images/common/icon01.gif' border='0' align='absmiddle'>");
					document.write("<a href='"+menuArr04[j][2]+"'>"+menuArr04[j][1]+"</a>");
				} else {				
					document.write("<img src='/images/common/icon01.gif' border='0' align='absmiddle'>");
					document.write("<b>"+menuArr04[j][1]+"</b>");
				}
				break;
			}
		}
	}
}





