function footerPopOpen(thisURL,thisName) {
	var positionX = (screen.width-400)/2;
	var positionY = (screen.height-250)/2;
	var thisPopupName = "";
	if (thisName != null && thisName != "") thisPopupName = thisName;
	window.open(thisURL, thisPopupName,"left="+positionX+",top="+positionY+",width=400,height=250,toolbar=no,scrollbars=no,resizable=yes" );
}

function footerLinkKeb(arg) {
	window.open(arg,"keb",""); 
}


document.write("<table cellpadding='0' cellspacing='0' border='0' width='100%'>");
document.write("	<tr>");
document.write("		<td bgcolor='#E4E4E0'><img src='/english/images/common/trans.gif' width='1' height='1' border='0'></td>");
document.write("	</tr>");
document.write("</table>");
document.write("<table cellpadding='0' cellspacing='0' border='0' width='784'>");
document.write("	<tr>");
document.write("		<td height='22' colspan='2'></td>");
document.write("	</tr>");
document.write("	<tr>");
document.write("		<td width='148' align='center'><img src='/english/images/common/include/footer/footer_logo.gif' border='0'></td>");
document.write("		<td width='636' style='padding-left:22px'>");
document.write("		<table cellpadding='0' cellspacing='0' border='0'>");
document.write("			<tr>");
document.write("				<td valign='top'><a href='http://www.keb.co.kr/IBS/english/inside/branch/domestic/index.jsp' target='_top'><img src='/english/images/common/include/footer/footer_branches.gif' border='0'></a></td>");
document.write("				<td width='20'><img src='/english/images/common/trans.gif' width='20' height='1' border='0'></td>");
document.write("				<td valign='top'><a href=\"javascript:footerPopOpen('http://eib.keb.co.kr/EIB/main/policyinfo.html');\"><img src='/english/images/common/include/footer/footer_privacy.gif' border='0'></a></td>");
document.write("				<td width='20'><img src='/english/images/common/trans.gif' width='20' height='1' border='0'></td>");
document.write("				<td valign='top'><a href='http://www.keb.co.kr/IBS/english/cc/search/index.jsp' target='_top'><img src='/english/images/common/include/footer/footer_search.gif' border='0'></a></td>");
document.write("				<td width='20'><img src='/english/images/common/trans.gif' width='20' height='1' border='0'></td>");
document.write("				<td valign='top'><a href='http://www.keb.co.kr/IBS/english/sitemap/b2c/b2c.jsp'><img src='/english/images/common/include/footer/footer_sitemap.gif' border='0'></a></td>");
document.write("				<td width='20'><img src='/english/images/common/trans.gif' width='20' height='1' border='0'></td>");
document.write("				<td valign='top'><a href=\"javascript:footerPopOpen('http://www.keb.co.kr/english/etc/footer_callus.html');\"><img src='/english/images/common/include/footer/footer_callus.gif' border='0'></a></td>");
document.write("				<td width='25'><img src='/english/images/common/trans.gif' width='25' height='1' border='0'></td>");
document.write("				<td valign='top'><img src='http://www.keb.co.kr/english/images/common/include/footer/footer_copyright.gif' border='0'></td>");
document.write("			</tr>");
document.write("		</table>");		
document.write("		</td>");
document.write("	</tr>");
document.write("	<tr>");
document.write("		<td height='25' colspan='2'></td>");
document.write("	</tr>");
document.write("</table>");



/*************************************************
*************** Right Sky Banner *****************
*************************************************/
/*
var thisBannerTop = 139;
if (window.name == "e_body") thisBannerTop = 20;
var rightSkyBanner = "<div style='position:absolute;left:820px;top:" + thisBannerTop + "px;z-index:5;'><a href='#' onfocus='this.blur()'><img src='http://www.keb.co.kr/english/images/banner/right_banner_sample.jpg' border='0'></a></div>";

document.write(rightSkyBanner);
*/