﻿<!--
function createAwardMessage() {
	var html  = '';
	if(window.navigator.userAgent.indexOf('MSIE') == -1) {
		html += '<br/>';
	}
	html += '<font class="nav2"><a href="/hsb/chi/pmo/grp03/p16/index.html" target="_top" onmousedown="return clk(\'home_footer\', \'award\')">因 應 監 管 指 引 ， 本 行 於 處 理 轉 賬 或 匯 款 指 示 時 將 會 披 露 轉 賬 人 / 匯 款 人 之 資 料 。</a></font>';
	document.write(html);   
}

function createStatement() {
	var html='';
	html+='<font class="nav2">';
	html+='<a href="/hsb/chi/com/disclm/index.html" onmousedown="return clk(\'home_footer\', \'disclm\')" target="_top">重 要 聲 明 及 互 聯 網 私 隱 政 策 聲 明</a><br>';
	html+='&copy; 恒 生 銀 行 有 限 公 司<br>';
	html+='</font>';	
	document.write(html);
}

function createViewNote() {
	document.write('<font class="nav2"><a href="/hsb/chi/com/vnote/index.html" onmousedown="return clk(\'home_footer\', \'vnote\')" target="_top">閱 覽 須 知</a></font>');
}

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/chi/com/hsbc_logo.gif" border=0></a>');
}
//-->
