
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/overseas/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'>");
document.write("	<tr>");
document.write("		<td height='15' colspan='4'></td>");
document.write("	</tr>");
document.write("	<tr>");
document.write("		<td style='padding-left:15px'><img src='/english/overseas/images/common/include/copyright.gif' border='0'></td>");
document.write("	</tr>");
document.write("	<tr>");
document.write("		<td height='30' colspan='4'></td>");
document.write("	</tr>");
document.write("</table>");


/*************************************************
*************** Right Sky Banner *****************
*************************************************/
/*var thisBannerTop = 139;
var rightSkyBanner = "<div style='position:absolute;left:820px;top:" + thisBannerTop + "px;z-index:5;'><a href='#' onfocus='this.blur()'><img src='/english/images/banner/right_banner_sample.jpg' border='0'></a></div>";

document.write(rightSkyBanner);*/

