<!--
function createAwardMessage() {
	var html  = '';
	if(window.navigator.userAgent.indexOf('MSIE') == -1) {
		html += '<br/>';
	}
	html += '<font class="note"><a href="/hsb/eng/pmo/grp03/p16/index.html" target="_top" onmousedown="return clk(\'home_footer\', \'award\')"><b>In response to regulatory guidelines, transferor\'s/remitter\'s data would be disclosed in processing a transfer/remittance instruction.</b></a></font>';
	document.write(html);   
}

function createStatement() {
	var html='';
	html+='<font class="note">';
	html+='<a href="/hsb/eng/com/disclm/index.html" target="_top" onmousedown="return clk(\'home_footer\', \'disclm\')"><b>Important Message to Readers and Internet Privacy Policy Statement</b></a><br>';
	html+='&nbsp;&copy; Hang Seng Bank Limited<br>';
	html+='</font>';
	document.write(html);
}
 
function createViewNote() {
	document.write('<a href="/hsb/eng/com/vnote/index.html" onmousedown="return clk(\'home_footer\', \'vnote\')" target="_top">Viewing note</a>');
}
 
function createHsbcLogo() {
	document.write('<a href="http://www.hsbc.com" onmousedown="return clk(\'home_footer\', \'hsbc\')" target="_blank"><img src="http://www.hangseng.com/hsb/eng/com/hsbc_logo.gif" border="0"></a>');
}
//-->
 