/***********
* ¿µ¹® - GNB
************/
function gnb_eng(topmenu)
{
	document.write("<tr>");
		document.write("<td height=93 valign=top style=\"background:url('/images/eng/gnb/gnb_bg.gif');background-repeat:repeat-x;\">");
		
		document.write("<table border=0 cellspacing=0 cellpadding=0>");
		document.write("<tr>");
			document.write("<td width=320><a href='javascript:enlink010();' onFocus=this.blur()>"); //·Î°í
			document.write("<img src=/images/eng/gnb/logo.gif border=0>");
			document.write("</a></td>");
			document.write("<td width=644>");

			document.write("<table border=0 cellspacing=0 cellpadding=0 width=644>");
			document.write("<tr>");
				document.write("<td align=right>");
				
				//Top_menu
				document.write("<table border=0 cellspacing=0 cellpadding=0>");
				document.write("<tr>");
					document.write("<td><a href='javascript:enlink010();' onFocus=this.blur()>"); //Home
					document.write("<img src=/images/eng/gnb/top_menu01.gif border=0>");
					document.write("</a></td>");
					document.write("<td><a href='javascript:enlink011();' onFocus=this.blur()>"); //Contact
					document.write("<img src=/images/eng/gnb/top_menu02.gif border=0>");
					document.write("</a></td>");
					document.write("<td><a href='javascript:link010();' onFocus=this.blur()>"); //Korea
					document.write("<img src=/images/eng/gnb/top_menu03.gif border=0>");
					document.write("</a></td>");
					document.write("<td><a href='javascript:enlink012();' onFocus=this.blur()>"); //Sitemap
					document.write("<img src=/images/eng/gnb/top_menu04.gif border=0>");
					document.write("</a></td>");
				document.write("</tr>");
				document.write("</table>");

				document.write("</td>");
			document.write("</tr>");

			//¸Þ´ºÇÃ·¡½Ã°ª
			menu_flash = new Array();

			menu_flash[0] = "/flash/main_topmenu_eng.swf"; //¸ÞÀÎ
			menu_flash[1] = "/flash/company_topmenu_eng.swf"; //È¸»ç¼Ò°³
			menu_flash[2] = "/flash/business_topmenu_eng.swf"; //»ç¾÷¿µ¿ª
			menu_flash[3] = "/flash/investor_topmenu_eng.swf"; //ÅõÀÚÁ¤º¸
			menu_flash[4] = "/flash/media_topmenu_eng.swf"; //¹Ìµð¾î¼¾ÅÍ

			//STR : Top_Menu ÇÃ·¡½Ã
			document.write("<tr>");
				document.write("<td>");
				document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'");
				document.write("codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='644' height='76' id='menu'>");
				document.write("<PARAM NAME=movie VALUE=" + menu_flash[topmenu] + ">");
				document.write("<PARAM NAME=menu VALUE='false'>");
				document.write("<PARAM NAME=quality VALUE=high> ");
				document.write("<PARAM NAME=bgcolor VALUE=#FFFFFF>");
				document.write("<embed src=" + menu_flash[topmenu] + " quality=high bgcolor=#FFFFFF  WIDTH='644' HEIGHT='76' NAME='menu'");
				document.write("ALIGN='' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'>");
				document.write("</embed>");
				document.write("</object>");
				document.write("</td>");
			document.write("</tr>");
			//END : Top_Menu ÇÃ·¡½Ã

			document.write("</table>");

			document.write("</td>");
		document.write("</tr>");
		document.write("</table>");	

		document.write("</td>");
	document.write("</tr>");
}




