//ÆÐ¹Ð¸® »çÀÌÆ® ·¹ÀÌ¾î
function s_fblock(){
	document.getElementById('fblock').style.display = "block";
}

function h_fblock(){
	document.getElementById('fblock_parent').style.display = "block";
	document.getElementById('fblock').style.display = "none";
}


//*****************************************************************************************
//*****************************************************************************************
//*****************************************************************************************
//*****************************************************************************************
document.write('<div id="Footer_Area">');
document.write('<table border="0" cellpadding="0" cellspacing="0" width="936">');
document.write('	<tr valign="top">');
document.write('		<td width="288"><img src="/images/eng/main/img_footer01.gif" alt="" border="0" hspace="45"></td>');
document.write('		<td width="435"><img src="/images/eng/main/text_footer01.gif" alt="" border="0" align="absmiddle">');
document.write('		<a href="mailto:truefriend@truefriend.com"><img src="/images/eng/main/btn_footer01.gif" alt="" border="0" align="absmiddle"></a></td>');
document.write('		<td width="213" style="position:relative;">');
document.write('		<div id="fblock_parent"><img src="/images/eng/main/btn_footer05.gif" alt="Family Site" border="0" style="cursor:hand;" onclick="s_fblock();"></div>');
document.write('		<div id="fblock" onmouseover="s_fblock();" onclick="h_fblock();" onmouseout="h_fblock();">');
document.write('		<a href="http://www.koreaholdings.com/" target="_blank"><img src="/images/eng/btn_family01_off.gif" alt="" border="0" onmouseout=this.src="/images/eng/btn_family01_off.gif" onmouseover=this.src="/images/eng/btn_family01_on.gif"></a><br>');
document.write('		<a href="http://www.truefriend.com/" target="_blank"><img src="/images/eng/btn_family02_off.gif" alt="" border="0" onmouseout=this.src="/images/eng/btn_family02_off.gif" onmouseover=this.src="/images/eng/btn_family02_on.gif"></a><br>');
document.write('		<a href="http://www.kitmc.com/home/main/index.jsp" target="_blank"><img src="/images/eng/btn_family03_off.gif" alt="" border="0" onmouseout=this.src="/images/eng/btn_family03_off.gif" onmouseover=this.src="/images/eng/btn_family03_on.gif"></a><br>');
document.write('		<a href="http://www.kipvc.com/" target="_blank"><img src="/images/eng/btn_family04_off.gif" alt="" border="0" onmouseout=this.src="/images/eng/btn_family04_off.gif" onmouseover=this.src="/images/eng/btn_family04_on.gif"></a><br>');
document.write('		<a href="http://www.kibank.co.kr/" target="_blank"><img src="/images/eng/btn_family05_off.gif" alt="" border="0" onmouseout=this.src="/images/eng/btn_family05_off.gif" onmouseover=this.src="/images/eng/btn_family05_on.gif"></a><br>');
document.write('		<a href="http://www.koreavalueasset.com/main.jsp" target="_blank"><img src="/images/eng/btn_family06_off.gif" alt="" border="0" onmouseout=this.src="/images/eng/btn_family06_off.gif" onmouseover=this.src="/images/eng/btn_family06_on.gif"></a><br>');
document.write('		</div>');
document.write('		</td>');
document.write('	</tr>');
document.write('</table>');
document.write('</div>');


document.title = "Korea Investment & Securities";

//*****************************************************************************************
// ÃßÃµ ÆÝµå Å¬¸¯½Ã º¸¿©Áú µ¿ÀÇ ·¹ÀÌ¾î
//*****************************************************************************************
document.write("<div id=\"Fund_Agree\" style=\"position:absolute;top:142px;left:302px;width:500px;height:411px;background-color:#fff;border:1px solid #999; z-index:99999; visibility:hidden;\">\n");
document.write("	<div id=\"Fund_Title\"><span>Legal Disclaimer</span></div>\n");
document.write("	<div id=\"Fund_Body\">\n");
document.write("		Before proceeding further, please indicate that you have read, understood, and agreed to the information below by clicking on the \"I agree\" button.<br><br>\n");
document.write("		The information contained herein is provided for information purposes only and under no circumstances should it be used for or considered as an invitation to subscribe for or to buy any financial product. While all reasonable care has been taken to make sure that the information contained herein is correct, we make no representation as to its accuracy or completeness and it should not be relied upon as such.<br><br>\n");
document.write("		The financial products described on this site are only available for sale in jurisdictions in which their sale is allowed and are not available for sale in any jurisdiction in which such sale would be prohibited. The information contained herein is not intended for any persons or entities in any jurisdiction in which the distribution of such material is restricted, and if you are in such a jurisdiction you should not proceed further.<br><br>\n");
document.write("		Past performance is not any indication of and does not guarantee future performance, and there is no guarantee that the investment objective and performance goal of any investment product will be achieved. The price and income from any investment product may go down as well as up and the investment principal of any investment product may be lost.\n");
document.write("	</div>\n");
document.write("	<div id=\"Fund_Btn\">\n");
document.write("		<button onclick=\"javascript:doAgree();\">I agree</button>\n");
document.write("		<button onclick=\"javascript:doDisagree();\">I disagree</button>\n");
document.write("	</div>\n");
document.write("</div>\n");
document.write("<script type=\"text/javascript\">\n");
document.write("var return_rul = '';\n");
document.write("function goFundMenu(url) {\n");
document.write("	return_rul = url;\n");
document.write("	if(parent.topFrame.hiddenForm.agree_yn.value != 'Y') {\n");
document.write("		document.getElementById('Fund_Agree').style.visibility = 'visible';\n");
document.write("	} else {\n");
document.write("		doAgree();\n");
document.write("	}\n");
document.write("}\n");
document.write("function doAgree() {\n");
document.write("	document.getElementById('Fund_Agree').style.visibility = 'hidden';\n");
document.write("	if(typeof(return_rul) != 'undefined' || return_url != '') {\n");
document.write("		parent.topFrame.hiddenForm.agree_yn.value = 'Y';\n");
document.write("		document.location.href = return_rul;\n");
document.write("	}\n");
document.write("	return;\n");
document.write("}\n");
document.write("function doDisagree() {\n");
document.write("	document.getElementById('Fund_Agree').style.visibility = 'hidden';\n");
document.write("	return;\n");
document.write("}\n");
document.write("</script>\n");
