function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

/*********
* Top_¹öÆ°
**********/
function top_btn()
{
	document.write("<table border=0 cellspacing=0 cellpadding=0>");
	document.write("<tr>");
		document.write("<td style='padding:0 0 10 0;'>");
		document.write("<a href='#' onFocus=this.blur()>");
		document.write("<img src=/images/btn/btn_top_off.gif border=0 onMouseover=this.src='/images/btn/btn_top_on.gif' onMouseout=this.src='/images/btn/btn_top_off.gif'>");
		document.write("</a>");
		document.write("</td>");
	document.write("</tr>");
	document.write("</table>");
}



/******************
*·¹ÀÌ¾î º¸ÀÌ±â/°¨Ãß±â
*******************/
function LayerSH(LayerName,Status) {
ns4 = (document.layers)?true:false
ie4 = (document.all)?true:false

	if (ns4) {
		LayerN = document.layers[LayerName]
		if (Status == 'block') LayerN.display = 'block';
		if (Status == 'none') LayerN.display = 'none';
	}
	if (ie4) {
		LayerN = document.all[LayerName].style
		if (Status == 'block') LayerN.display = 'block';
		if (Status == 'none') LayerN.display = 'none';
	}

}

function select_click(){

	//var z = event.srcElement.id;
	//alert (z);
	LayerSH('Layer2_s01','none');LayerSH('Layer1_s01','block')
}

/******************
*¿ÞÂÊ¸Þ´º ·Ñ¿Àº¸ ÁöÁ¤
*******************/
var gotoswf_no="";

function gotoSWF(){
	var movie = window.document.leftmenu_go;
	movie.GotoFrame(gotoswf_no);	
	//À¯°æ ¼öÁ¤ÇÑ ºÎºÐ
	//document.onmousedown = select_click;

	try{ fncInit();}catch( e ){}
}


/***************************
*ÀÌ¹ÌÁö ÀÌ¸§¿¡ÀÖ´Â off->on À¸·Î
****************************/
function chg_on_off(str){

	var look4 = "off";		//Ã£À»¸»
	var replaceWith = "on";	//¹Ù²Ü¸»
	var delim = "/gi";		//´ë¼Ò¹®ÀÚ ±¸º°À»À§ÇØ »ç¿ë
	var newLookFor = ""		//¹Ù²Ù¸é¼­ »ý¼ºµÉ¹®ÀÚ¿­
	var resultIs = ""		//¹Ù²Û¹®ÀÚ¿­

	for (var i=0;i<look4.length;i++) {
		var charToReplace = look4.charAt(i);
		newLookFor += charToReplace;
	}
	var myString = new String(newLookFor);

	resultIs = str.replace(eval("/"+myString+delim), replaceWith);
	return resultIs;
}



/**********************
*¸ÞÀÎÆäÀÌÁö ·¹ÀÌ¾î ÅÇ¸Þ´º
***********************/
function main_tab(maintab)
{
	//¸ÊÀ§Ä¡
	main_tab_coords = new Array();

	main_tab_coords[0] = "0,0,65,20";
	main_tab_coords[1] = "65,0,184,20";
	main_tab_coords[2] = "184,0,290,20";


	//¸Ê¸µÅ©
	main_tab_link = new Array();

	main_tab_link[0] = "LayerSH('Layer_tab01','block');LayerSH('Layer_tab02','none');LayerSH('Layer_tab03','none');";
	main_tab_link[1] = "LayerSH('Layer_tab01','none');LayerSH('Layer_tab02','block');LayerSH('Layer_tab03','none');";
	main_tab_link[2] = "LayerSH('Layer_tab01','none');LayerSH('Layer_tab02','none');LayerSH('Layer_tab03','block');";



	document.write("<map name=tab0" + maintab +">");

	for ( i=1 ; i<=main_tab_link.length ; i++ )
	{
		document.write("<area shape='rect' coords='" + main_tab_coords[i-1] + "'");
		document.write(" href='#'");
		document.write(" onClick=" + main_tab_link[i-1]);
		document.write(" onMouseover=" + main_tab_link[i-1]);
		document.write(" onFocus=this.blur()>");
	}		
	document.write("</map>")

}



/***************
*±âÅ¸ÆäÀÌÁö - Top
****************/
function etc_top(etc)
{
	document.write("<tr>");
		document.write("<td height=70 valign=top>");

		document.write("<table border=0 cellspacing=0 cellpadding=0 width=100% height=70>");
		document.write("<tr>");
			document.write("<td width=119><img src=/images/etc/left_bg01.gif></td>");
			document.write("<td width=201 align=right><img src=/images/etc/left_title0" + etc + ".gif></td>");
			document.write("<td width=100%>");

			document.write("<table border=0 cellspacing=0 cellpadding=0 width=100% height=70 style=\"background:url('/images/etc/top_bg.gif');background-repeat:repeat-x;\">");
			document.write("<tr><td valign=bottom style='padding-left:30;'>");
			document.write("<img src=/images/etc/kor_top_title0" + etc + ".gif></td></tr>");
			document.write("</table>");

			document.write("</td>");
		document.write("</tr>");
		document.write("</table>");

		document.write("</td>");
	document.write("</tr>");
}
	


/****************
*±âÅ¸ÆäÀÌÁö - Left
*****************/
function etc_left() 
{	
	//document.onmousedown = select_click;

	document.write("<table border=0 cellspacing=0 cellpadding=0 width=320 height=100%>");

	/* STR : Left01_Menu */
	document.write("<tr height=240>");
		document.write("<td width=119><img src=/images/etc/left_bg02.gif></td>");
		document.write("<td width=201 height=240 align=right style=\"background:url('/images/etc/left_bg03.gif');background-repeat:no-repeat;\">");
		document.write("</td>");
	document.write("</tr>");
	/* STR : Left01_Menu */

	/* STR : Left02_ImgNav */
	document.write("<tr height=274>");
		document.write("<td colspan=2 width=320 height=274 style=\"background:url('/images/etc/left_img.jpg');background-repeat:no-repeat;\">");

		// STR : Left_Img_Flash
		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='320' height='274' id='leftimg'>");
		document.write("<PARAM NAME=movie VALUE='/flash/etc_leftimg.swf'>");
		document.write("<PARAM NAME=menu VALUE='false'>");
		document.write("<PARAM NAME=quality VALUE=high> ");
		document.write("<PARAM NAME=wmode VALUE=transparent>");
		document.write("<embed src='/flash/etc_leftimg.swf' quality=high bgcolor=#FFFFFF  WIDTH='320' HEIGHT='274' NAME='leftimg'");
		document.write("ALIGN='' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'>");
		document.write("</embed>");
		document.write("</object>");
		// END : Left_Img_Flash

		document.write("</td>");
	document.write("</tr>");
	/* STR : Left01_ImgNav */

	/* STR : Left03_Select */
	document.write("<tr height=43>");
		document.write("<td width=119><img src=/images/etc/left_bg04.gif></td>");
		document.write("<td width=201 bgcolor=#3F3F3F>");

		// STR : Select_Box
		sub_select_kor();
		// END : Select_Box

		document.write("</td>");
	document.write("</tr>");
	/* STR : Left03_Select */

	/* STR : Left04_BgNav */
	document.write("<tr height=100%>");
		document.write("<td colspan=2 width=320 style=\"background:url('/images/etc/left_bg05.gif');background-repeat:repeat-y;\">");
		document.write("</td>");
	document.write("</tr>");
	/* STR : Left04_BgNav */

	document.write("</table>");	
}


/**************
* ÇöÀçÆäÀÌÁö °æ·Î
***************/
function course_kor(depth1,depth2,depth3)
{

	depth0_text = "Home";   //ÀüÃ¼¸ÞÀÎÆäÀÌÁö(µðÆúÆ®)-±¹¹®
	depth0_link = "javascript:link010();"; //±¹¹®¸ÞÀÎ

	course_bar = "<font color=#999999> > </font>";  //°æ·Î±¸ºÐ

	
	//depth1_text
	depth1_text = new Array();

	depth1_text[0] = "È¸»ç¼Ò°³";
	depth1_text[1] = "»ç¾÷¿µ¿ª";
	depth1_text[2] = "ÅõÀÚÁ¤º¸";
	depth1_text[3] = "¹Ìµð¾î¼¾ÅÍ";
	depth1_text[4] = "Site Map";
	depth1_text[5] = "Contact Us";


	//depth1_link
	depth1_link = new Array();

	depth1_link[0] = "javascript:link100();";
	depth1_link[1] = "javascript:link200();";
	depth1_link[2] = "javascript:link300();";
	depth1_link[3] = "javascript:link400();";
	depth1_link[4] = "javascript:link011();";
	depth1_link[5] = "javascript:link012();";


	//depth2_text
	depth2_text = new Array();

	depth2_text[0] = new Array();
	depth2_text[1] = new Array();
	depth2_text[2] = new Array();
	depth2_text[3] = new Array();

	depth2_text[0][0] = "·¹ÀÎÄÞ ¼Ò°³";
	depth2_text[0][1] = "°ü°èÈ¸»ç";
	depth2_text[0][2] = "ÀÎÀçÃ¤¿ë";
	depth2_text[0][3] = "È¸»çÀ§Ä¡";
	depth2_text[0][4] = "CI ¼Ò°³";

	depth2_text[1][0] = "Portable Digital Content Player";
	depth2_text[1][1] = "Mobile Infotainment Device";

	depth2_text[2][0] = "°ø½ÃÁ¤º¸";
	depth2_text[2][1] = "°æ¿µÁ¤º¸";	
	depth2_text[2][2] = "Àç¹«Á¤º¸";
	depth2_text[2][3] = "ÁÖ½ÄÁ¤º¸";
	depth2_text[2][4] = "ÁÖÁÖ±¤Àå";
	depth2_text[2][5] = "´º½º·¹ÅÍ ½ÅÃ»/ÇØÁö";

	depth2_text[3][0] = "º¸µµÀÚ·á";
	depth2_text[3][1] = "º¸µµ±â»ç";
	depth2_text[3][2] = "¹æ¼Û¿µ»ó";
	depth2_text[3][3] = "ÀÎ¼â±¤°í";
	depth2_text[3][4] = "PR ´ã´ç";


	//depth2_link
	depth2_link = new Array();

	depth2_link[0] = new Array();
	depth2_link[1] = new Array();
	depth2_link[2] = new Array();
	depth2_link[3] = new Array();

	depth2_link[0][0] = "javascript:link110();";
	depth2_link[0][1] = "javascript:link120();";
	depth2_link[0][2] = "javascript:link130();";
	depth2_link[0][3] = "javascript:link140();";
	depth2_link[0][4] = "javascript:link150();";

	depth2_link[1][0] = "javascript:link210();";
	depth2_link[1][1] = "javascript:link220();";

	depth2_link[2][0] = "javascript:link320();";
	depth2_link[2][1] = "javascript:link310();";
	depth2_link[2][2] = "javascript:link330();";
	depth2_link[2][3] = "javascript:link340();";
	depth2_link[2][4] = "javascript:link350();";
	depth2_link[2][5] = "javascript:link360();";

	depth2_link[3][0] = "javascript:link410();";
	depth2_link[3][1] = "javascript:link420();";
	depth2_link[3][2] = "javascript:link430();";
	depth2_link[3][3] = "javascript:link440();";
	depth2_link[3][4] = "javascript:link450();";


	//depth3_text
	depth3_text = new Array();

	depth3_text[0] = new Array();
	depth3_text[1] = new Array();
	depth3_text[2] = new Array();
	depth3_text[3] = new Array();

	depth3_text[0][0] = new Array();
	depth3_text[0][1] = new Array();
	depth3_text[0][2] = new Array();
	depth3_text[0][3] = new Array();
	depth3_text[0][4] = new Array();

	depth3_text[1][0] = new Array();
	depth3_text[1][1] = new Array();

	depth3_text[2][0] = new Array();
	depth3_text[2][1] = new Array();
	depth3_text[2][2] = new Array();
	depth3_text[2][3] = new Array();
	depth3_text[2][4] = new Array();

	depth3_text[0][0][0] = "È¸»ç°³¿ä";
	depth3_text[0][0][1] = "CEO";
	depth3_text[0][0][2] = "ºñÀü";
	depth3_text[0][0][3] = "Á¶Á÷±¸¼º";
	depth3_text[0][0][4] = "ÁÖ¿ä¿¬Çõ";

	depth3_text[0][1][0] = "Korea";
	depth3_text[0][1][1] = "Global Network";

	depth3_text[0][2][0] = "Ã¤¿ë°ø°í";
	depth3_text[0][2][1] = "ÀÎÀç»ó ¹× ÀÎ»ç¿øÄ¢";
	depth3_text[0][2][2] = "ÀÎ»çÁ¦µµ";
	depth3_text[0][2][3] = "º¹¸®ÈÄ»ý";

	depth3_text[1][0][0] = "±âº» ±â´É °­È­ Á¦Ç°";
	depth3_text[1][0][1] = "°¨¼º Ãß±¸ Á¦Ç°";
	depth3_text[1][0][2] = "¸ÖÆ¼¹Ìµð¾î º¹ÇÕ Á¦Ç°";

	depth3_text[2][1][0] = "ÁÖ¿ä°æ¿µ½ÇÀû";
	depth3_text[2][1][1] = "°æ¿µ°øÁö";
	depth3_text[2][1][2] = "»ç¾÷º¸°í¼­";
	depth3_text[2][1][3] = "°¨»çº¸°í¼­";

	depth3_text[2][2][0] = "¿ä¾àÀç¹«Á¦Ç¥";
	depth3_text[2][2][1] = "¿¬°áÀç¹«Á¦Ç¥";
	depth3_text[2][2][2] = "Àç¹«ÁöÇ¥";
	depth3_text[2][2][3] = "ÅõÀÚÁöÇ¥";
	depth3_text[2][2][4] = "ÁÖ´çÁöÇ¥";

	depth3_text[2][3][0] = "½Ç½Ã°£ÁÖ°¡";
	depth3_text[2][3][1] = "ÁÖ°¡ÃßÀÌ";
	depth3_text[2][3][2] = "¿Ü±¹ÀÎ ÁöºÐ µ¿Çâ";
	depth3_text[2][3][3] = "ÅõÀÚÆ÷ÀÎÆ®";
	depth3_text[2][3][4] = "ºÐ¼®¸®Æ÷Æ®";

	depth3_text[2][4][0] = "IR News";
	depth3_text[2][4][1] = "ÅõÀÚÀÚ¹®ÀÇ";
	depth3_text[2][4][2] = "ÁÖÁÖÃÑÈ¸";
	depth3_text[2][4][3] = "FAQ";
	depth3_text[2][4][4] = "IR ´ã´ç";


	//depth3_link
	depth3_link = new Array();

	depth3_link[0] = new Array();
	depth3_link[1] = new Array();
	depth3_link[2] = new Array();
	depth3_link[3] = new Array();

	depth3_link[0][0] = new Array();
	depth3_link[0][1] = new Array();
	depth3_link[0][2] = new Array();
	depth3_link[0][3] = new Array();
	depth3_link[0][4] = new Array();

	depth3_link[1][0] = new Array();
	depth3_link[1][1] = new Array();

	depth3_link[2][0] = new Array();
	depth3_link[2][1] = new Array();
	depth3_link[2][2] = new Array();
	depth3_link[2][3] = new Array();
	depth3_link[2][4] = new Array();

	depth3_link[0][0][0] = "javascript:link111();";
	depth3_link[0][0][1] = "javascript:link112();";
	depth3_link[0][0][2] = "javascript:link113();";
	depth3_link[0][0][3] = "javascript:link114();";
	depth3_link[0][0][4] = "javascript:link115();";

	depth3_link[0][1][0] = "javascript:link121();";
	depth3_link[0][1][1] = "javascript:link122();";

	depth3_link[0][2][0] = "javascript:link131();";
	depth3_link[0][2][1] = "javascript:link132();";
	depth3_link[0][2][2] = "javascript:link133();";
	depth3_link[0][2][3] = "javascript:link134();";

	depth3_link[1][0][0] = "javascript:link211();";
	depth3_link[1][0][1] = "javascript:link212();";
	depth3_link[1][0][2] = "javascript:link213();";

	depth3_link[2][1][0] = "javascript:link311();";
	depth3_link[2][1][1] = "javascript:link312();";
	depth3_link[2][1][2] = "javascript:link313();";
	depth3_link[2][1][3] = "javascript:link314();";

	depth3_link[2][2][0] = "javascript:link331();";
	depth3_link[2][2][1] = "javascript:link332();";
	depth3_link[2][2][2] = "javascript:link333();";
	depth3_link[2][2][3] = "javascript:link334();";
	depth3_link[2][2][4] = "javascript:link335();";

	depth3_link[2][3][0] = "javascript:link341();";
	depth3_link[2][3][1] = "javascript:link342();";
	depth3_link[2][3][2] = "javascript:link343();";
	depth3_link[2][3][3] = "javascript:link344();";
	depth3_link[2][3][4] = "javascript:link345();";

	depth3_link[2][4][0] = "javascript:link351();";
	depth3_link[2][4][1] = "javascript:link352();";
	depth3_link[2][4][2] = "javascript:link353();";
	depth3_link[2][4][3] = "javascript:link354();";
	depth3_link[2][4][4] = "javascript:link355();";


	//°æ·Î º¸¿©ÁÖ±â
	document.write("<table border=0 cellspacing=0 cellpadding=0 width=610 height=40>");
	document.write("<tr><td height=20></td></tr>");
	document.write("<tr>");
		document.write("<td align=right>");
		document.write("<a href=" + depth0_link + " class=course_txt01>");		
		document.write(depth0_text);
		document.write("</a>");
		if (depth1 != 0)
		{
			document.write(course_bar);

			if (depth2 != 0)
			{
				document.write("<a href=" + depth1_link[depth1-1] + " class=course_txt01>");		
			}
			else
			{
				document.write("<font class=course_txt02>");
			}

			document.write(depth1_text[depth1-1]);

			if (depth2 != 0){document.write("</a>");}
			else {document.write("</font>");}
		}
		if (depth2 != 0)
		{
			document.write(course_bar);

			if (depth3 != 0)
			{
				document.write("<a href=" + depth2_link[depth1-1][depth2-1] + " class=course_txt01>");
			}
		    else
			{
				document.write("<font class=course_txt02>");
			}

			document.write(depth2_text[depth1-1][depth2-1]);
			
			if (depth3 != 0){document.write("</a>");}
			else {document.write("</font>");}
			
		}
		if (depth3 != 0)
		{
			document.write(course_bar);
			document.write("<font class=course_txt02>");		
			document.write(depth3_text[depth1-1][depth2-1][depth3-1]);
			document.write("</font>");			
		}
		document.write("</td>");
	document.write("</tr>");
	document.write("<tr><td height=8></td></tr>");
	document.write("</table>");
	
}



/********
*¸µÅ© Á¤º¸
*********/

var SiteMasterUrl = "http://www.reigncom.com";
var SiteSubUrl = "/kor";


//ÀüÃ¼¸ÞÀÎ(±¹¹®)
function link010(){
	goTo2("/default.asp");
}
//ÀüÃ¼¸ÞÀÎ(¿µ¹®)
function enlink010(){
	//goTo2("/eng/en_default.asp");	
	document.location.href = 'http://www.iriver.com/rivergw.asp?code=0400';
}

//Contact Us
function link011(){
	goTo("/etc/contact.html");
}
//Sitemap
function link012(){
	goTo("/etc/sitemap.html");
}


/*È¸»ç¼Ò°³*/

//¸ÞÀÎ
function link100(){
	goTo("/company/co_main.html");
}


//·¹ÀÎÄÞ¼Ò°³
function link110(){
	goTo("/company/about/overview.html");
}

	//·¹ÀÎÄÞ¼Ò°³ > È¸»ç°³¿ä
	function link111(){
		goTo("/company/about/overview.html");
	}
	//·¹ÀÎÄÞ¼Ò°³ > CEO
	function link112(){
		goTo("/company/about/ceo.html");
	}
	//·¹ÀÎÄÞ¼Ò°³ > ºñÀü
	function link113(){
		goTo("/company/about/vision.html");
	}
	//·¹ÀÎÄÞ¼Ò°³ > Á¶Á÷±¸¼º
	function link114(){
		goTo("/company/about/organization.html");
	}
	//·¹ÀÎÄÞ¼Ò°³ > ÁÖ¿ä¿¬Çõ
	function link115(){
		goTo("/company/about/history.html");
	}

//°ü°èÈ¸»ç
function link120(){
	goTo("/company/affili/korea.html");
}

	//°ü°èÈ¸»ç > Korea
	function link121(){
		goTo("/company/affili/korea.html");
	}
	//°ü°èÈ¸»ç > Global Network
	function link122(){
		goTo("/company/affili/global.html");
	}

//ÀÎÀçÃ¤¿ë
function link130(){
	goTo("/company/recruit/re_public01.asp");
}

	//Ã¤¿ë°ø°í
	function link131(){
		goTo("/company/recruit/re_public01.asp");
	}
	//ÀÎÀç»ó ¹× ÀÎ»ç¿øÄ¢
	function link132(){
		goTo("/company/recruit/recruit02_rule.html");
	}
	//ÀÎ»çÁ¦µµ
	function link133(){
		goTo("/company/recruit/recruit03_system.html");
	}
	//º¹¸®ÈÄ»ý
	function link134(){
		goTo("/company/recruit/recruit04_welfare.html");
	}

//È¸»çÀ§Ä¡
function link140(){
	goTo("/company/location.html");
}
//CI ¼Ò°³
function link150(){
	goTo("/company/ci.html");
}


/*»ç¾÷¿µ¿ª*/

//¸ÞÀÎ
function link200(){
	goTo("/business/bu_main.html");
}

//Portable Digital Content Player
function link210(){
	goTo("/business/portable01.html");
}

	//Portable > ±âº» ±â´É °­È­ Á¦Ç°
	function link211(){
		goTo("/business/portable01.html");
	}
	//Portable > °¨¼º Ãß±¸ Á¦Ç°
	function link212(){
		goTo("/business/portable02.html");
	}
	//Portable > ¸ÖÆ¼¹Ìµð¾î º¹ÇÕ Á¦Ç°
	function link213(){
		goTo("/business/portable03.html");
	}

//Mobile Infotainment Device
function link220(){
	goTo("/business/mobile01.html");
}


/*ÅõÀÚÁ¤º¸*/

//¸ÞÀÎ
function link300(){
	goTo("/investor/ir_main.asp");
}

//°æ¿µÁ¤º¸
function link310(){
	goTo("/investor/man/accom.asp");
}

	//°æ¿µÁ¤º¸ > ÁÖ¿ä°æ¿µ½ÇÀû
	function link311(){
		goTo("/investor/man/accom.asp");
	}
	//°æ¿µÁ¤º¸ > °æ¿µ°øÁö
	function link312(){
		goTo("/investor/man/announ_list.asp?cd_noti_host=1");
	}
	//°æ¿µÁ¤º¸ > »ç¾÷º¸°í¼­
	function link313(){
		goTo("/investor/man/bus_report.asp");
	}
	//°æ¿µÁ¤º¸ > °¨»çº¸°í¼­
	function link314(){
		goTo("/investor/man/aud_report.asp");
	}

//°ø½ÃÁ¤º¸
function link320(){
	goTo("/investor/dis/public_dis.html");
}

//Àç¹«Á¤º¸
function link330(){
	goTo("/investor/fin/conden01.asp");
}

	//Àç¹«Á¤º¸ > ¿ä¾àÀç¹«Á¦Ç¥
	function link331(){
		goTo("/investor/fin/conden01.asp");
	}
	//Àç¹«Á¤º¸ > ¿¬°áÀç¹«Á¦Ç¥
	function link332(){
		goTo("/investor/fin/consoli.html");
	}
	//Àç¹«Á¤º¸ > Àç¹«ÁöÇ¥
	function link333(){
		goTo("/investor/fin/indicators01.asp");
	}
	//Àç¹«Á¤º¸ > ÅõÀÚÁöÇ¥
	function link334(){
		goTo("/investor/fin/invest.html");
	}
	//Àç¹«Á¤º¸ > ÁÖ´çÁöÇ¥
	function link335(){
		goTo("/investor/fin/per.html");
	}

//ÁÖ½ÄÁ¤º¸
function link340(){
	goTo("/investor/sto/real.html");
}
	
	//ÁÖ½ÄÁ¤º¸ > ½Ç½Ã°£ÁÖ°¡
	function link341(){
		goTo("/investor/sto/real.html");
	}
	//ÁÖ½ÄÁ¤º¸ > ÁÖ°¡ÃßÀÌ
	function link342(){
		goTo("/investor/sto/price.html");
	}
	//ÁÖ½ÄÁ¤º¸ > ¿Ü±¹ÀÎÁöºÐµ¿Çâ
	function link343(){
		goTo("/investor/sto/foreign.html");
	}
	//ÁÖ½ÄÁ¤º¸ > ÅõÀÚÆ÷ÀÎÆ®
	function link344(){
		goTo("/investor/sto/highlights.html");
	}
	//ÁÖ½ÄÁ¤º¸ > ºÐ¼®¸®Æ÷Æ®
	function link345(){
		goTo("/investor/man/announ_list.asp?cd_noti_host=3");
	}

//ÁÖÁÖ±¤Àå
function link350(){
	goTo("/investor/man/announ_list.asp?cd_noti_host=2");
}

	//ÁÖÁÖ±¤Àå > IR News
	function link351(){
		goTo("/investor/man/announ_list.asp?cd_noti_host=2");
	}
	//ÁÖÁÖ±¤Àå > ÁÖÁÖ°Ô½ÃÆÇ
	function link352(){
		goTo("/investor/hol/bbs_list.asp?cd_bbs_host=1");
	}
	//ÁÖÁÖ±¤Àå > ÁÖÁÖÃÑÈ¸
	function link353(){
		goTo("/investor/hol/meeting.asp");
	}
	//ÁÖÁÖ±¤Àå > FAQ
	function link354(){
		goTo("/investor/hol/faq_list.asp");
	}
	//ÁÖÁÖ±¤Àå > IR ´ã´ç
	function link355(){
		goTo("/investor/hol/ir_staffs.html");
	}

//´º½º·¹ÅÍ½ÅÃ»/ÇØÁö
function link360(){
	goTo("/investor/let/let_apply01.asp");
}


/*¹Ìµð¾î¼¾ÅÍ*/

//¸ÞÀÎ
function link400(){
	goTo("/media/me_main.asp");
}

//º¸µµÀÚ·á
function link410(){
	goTo("/media/press/pr_list.asp?cd_noti_host=7");
}

//º¸µµ±â»ç
function link420(){
	goTo("/media/press/pr_list.asp?cd_noti_host=8");
}

//¹æ¼Û¿µ»ó
function link430(){
	goTo("/media/broad/br_images.asp");
}

//ÀÎ¼â±¤°í
function link440(){
	goTo("/media/print/print_ad01.asp");
}
//PR´ã´ç
function link450(){
	goTo("/media/pr_staffs.html");
}


/*¸Þ´º¸µÅ©*/
function goTo(val){
	document.location.href=SiteMasterUrl+SiteSubUrl+val;
}

function goTo2(val){
	document.location.href=SiteMasterUrl+val;
}