function mtdCreateRightIndex(){
	var html="";

if (mstrLang == "e" && mstrlevel == "first"){
html +="<table width='984' border='0' cellpadding='0' cellspacing='0'>";
html +="<tr>";
html +="<td><img src='image/top_blue.gif' width='984' height='10' /></td>";
html +="</tr>";
html +="</table>";
html +="<table width='984' border='0' cellpadding='0' cellspacing='0'>";
html +="<tr>";
html +="<td class='footer' valign='top'><a href='sitemap/sitemap_e.html' class='greysmall' >Sitemap</a> | <a href='http://www.fubonbank.com.hk/web/doc/sh_cirdata_e.pdf' class='greysmall' target='_blank'>Relating to the Personal Data (Privacy) Ordinance and Consumer Credit Data</a> | <a href='http://www.fubonbank.com.hk/web/html/eb_privacy_e.html' class='greysmall' target='_blank'>Privacy and Disclaimer</a></td>";
html +="<td align='right' class='footer'><span class='copyright'>Member of Fubon Financial Holding Co., Ltd <br>Copyright &copy; 2008 Fubon Bank.All rights reserved </span></td>";
html +="</tr>";
html +="</table>";
    }
else if (mstrLang == "e" && mstrlevel == "sec"){
html +="<table width='984' border='0' cellpadding='0' cellspacing='0'>";
html +="<tr>";
html +="<td><img src='../image/top_blue.gif' width='984' height='10' /></td>";
html +="</tr>";
html +="</table>";
html +="<table width='984' border='0' cellpadding='0' cellspacing='0'>";
html +="<tr>";
html +="<td class='footer' valign='top'><a href='../sitemap/sitemap_e.html' class='greysmall' >Sitemap</a> | <a href='http://www.fubonbank.com.hk/web/doc/sh_cirdata_e.pdf' class='greysmall' target='_blank'>Relating to the Personal Data (Privacy) Ordinance and Consumer Credit Data</a> | <a href='http://www.fubonbank.com.hk/web/html/eb_privacy_e.html' class='greysmall' target='_blank'>Privacy & Disclaimer Statements</a></td>";
html +="<td align='right' class='footer'><span class='copyright'>Member of Fubon Financial Holding Co., Ltd<br>Copyright &copy; 2008 Fubon Bank.All rights reserved </span></td>";
html +="</tr>";
html +="</table>";
    }
else{
}

	document.write(html);
}

mtdCreateRightIndex();
