<!--
function createFooter(w) {
	if (!w) w=700;
	var html='';
	html+='<table cellspacing="0" cellpadding="0" width="'+(w-5)+'" border="0"><tr valign="top">';
	html+='<td width="14"><img height="1" src="../html/eng/images/spacer.gif" width="14"></td>';
	html+='<td noWrap><font class="note">';
	html+='<a href="http://bank.hangseng.com/1/2/important-message" target="popupWin">';
	html+='<font color="#0066CC"><b><u>Important Message to Readers and Internet Privacy Policy Statement</u></b></font>';
	html+='</a><br>';
	html+='&copy; Hang Seng Bank Limited';
	html+='</font></td>';
	html+='<td align="right"><a href="http://www.hsbc.com" title="This link may allow you to access another HSBC Group website. Please read the terms and conditions of the linked website, which may differ from the terms and conditions of Hang Seng Bank Limited&#39;s website." target="popupWin"><img src="../html/eng/images//img_hsbc.gif" width="102" height="16" border="0"></a></td>';
	html+='</tr></table>';
  document.write(html);
}
//-->
