<!--
 function createStatement() {
   var html='';
   html+='<font class="note">';
   html+='<a href="/hsb/eng/com/disclm/index.html" target="_top">';
   html+='<b><u>Important Message to Readers and Internet Privacy Policy Statement</u></b>';
   html+='</a><br>';
   html+='&copy; Hang Seng Bank Limited</font>';
   document.write(html);
 }
 
 function createViewNote() {
 	document.write('<a href="/hsb/eng/com/vnote/index.html" target="_top">Viewing note</a>');
 }
 
 function createHsbcLogo() {
   document.write('<a href="http://www.hsbc.com" target="_blank"><img src="/hsb/eng/com/hsbc_logo.gif" border="0"></a>');
 }
 //-->
 
