﻿<!--
function createLeftMenu() {
	var	i,l;
	var	heading='\u6052 \u751F \u7C21 \u4ECB';
	var headlink='href="/c_about_us/index.html" target="_top"';
	var	item;
	var d=new String(location.hostname);
	if (d=="sc.hangseng.com") {
		item=new Array(
		  {text:'\u7C21 \u4ECB \u53CA \u6B77 \u53F2',           link:'href="/c_about_us/profile_history/bank.html" target="_top"'},
		  {text:'重 要 里 程',           link:'href="/c_about_us/major_milestones.html" target="_top"'},
		  {text:'\u8463 \u4E8B \u6703',           		link:'href="/c_about_us/board_of_directors.html" target="_top"'},	  
		  {text:'\u65B0 \u805E \u7A3F',         		link:'href="/c_about_us/press_release.html" target="_top"'},
		  {text:'\u6F14 \u8FAD',         			link:'href="http://bank.hangseng.com/1/2/schi/about-us/speeches" target="_top"'},
	//	  {text:'\u734E \u9805 \u53CA \u8A55 \u5206',		link:'href="/hsb/chi/abo/ar/index.html" target="_top"'},
		  {text:'重要獎譽',		link:'href="/c_about_us/awards_recognition.html" target="_top"'},
		  {text:'\u6295 \u8CC7 \u8005 \u95DC \u4FC2',   	link:'href="http://bank.hangseng.com/1/2/schi/about-us/investor-relations" target="_top"'},
	//	  {text:'\u4f01 \u696d \u793e \u6703 \u8cac \u4efb', 			link:'href="/hsb/chi/abo/cc/home/index.html" target="_top"'},
		  {text:'企 業 責 任', 			link:'href="/c_about_us/corporate_responsibility/index.html" target="_top"'},
		  //{text:'\u5BA2 \u6236 \u5275 \u610F \u5148 \u92D2', 	link:'href="/hsb/chi/abo/cig/home/index.html" target="_top"'},
		  {text:'\u5DE5 \u4F5C \u6A5F \u6703',  		link:'href="/hsb/chi/abo/co/home/index.html" target="_top"'}
		  //{text:'\u806F \u7D61 \u672C \u884C',			link:'href="/hsb/chi/abo/cu/home/index.html" target="_top"'}
		);
	} else {
		item=new Array(
		  {text:'\u7C21 \u4ECB \u53CA \u6B77 \u53F2',           link:'href="/c_about_us/profile_history/bank.html" target="_top"'},
		  {text:'重 要 里 程',           link:'href="/c_about_us/major_milestones.html" target="_top"'},
		  {text:'\u8463 \u4E8B \u6703',           		link:'href="/c_about_us/board_of_directors.html" target="_top"'},	  
		  {text:'\u65B0 \u805E \u7A3F',         		link:'href="/c_about_us/press_release.html" target="_top"'},
		  {text:'\u6F14 \u8FAD',         			link:'href="http://bank.hangseng.com/1/2/chi/about-us/speeches" target="_top"'},
	//	  {text:'\u734E \u9805 \u53CA \u8A55 \u5206',		link:'href="/hsb/chi/abo/ar/index.html" target="_top"'},
		  {text:'重要獎譽',		link:'href="/c_about_us/awards_recognition.html" target="_top"'},
		  {text:'\u6295 \u8CC7 \u8005 \u95DC \u4FC2',   	link:'href="http://bank.hangseng.com/1/2/chi/about-us/investor-relations" target="_top"'},
	//	  {text:'\u4f01 \u696d \u793e \u6703 \u8cac \u4efb', 			link:'href="/hsb/chi/abo/cc/home/index.html" target="_top"'},
		  {text:'企 業 責 任', 			link:'href="/c_about_us/corporate_responsibility/index.html" target="_top"'},
		  //{text:'\u5BA2 \u6236 \u5275 \u610F \u5148 \u92D2', 	link:'href="/hsb/chi/abo/cig/home/index.html" target="_top"'},
		  {text:'\u5DE5 \u4F5C \u6A5F \u6703',  		link:'href="/hsb/chi/abo/co/home/index.html" target="_top"'}
		  //{text:'\u806F \u7D61 \u672C \u884C',			link:'href="/hsb/chi/abo/cu/home/index.html" target="_top"'}
		);
	
	}
	
	var	html='';
	var	c=getID(new	String(document.location));
	html+='<table	width="150"	border="0" cellpadding="0" cellspacing="0" bgcolor="#F0F0F0"><tr bgcolor="#000066">';
	html+='<td width="10"><img src="/hsb/com/spacer.gif" width="10"	height="10"></td>';
	html+='<td width="140"><a '+headlink+'><font class="navhead">'+heading+'</font></a></td>';
	html+='</tr></table>';
	html+='<table	width="130"	border="0" cellpadding="0" cellspacing="0"><tr>';
	html+='<td valign="top"><img src="/hsb/com/spacer.gif" width="10"	height="325"></td>';
	html+='<td valign="top"><table width="122" border="0"	cellspacing="0"	cellpadding="0">';
	for	(i=0;i<item.length;i++)	{
		l=getID(item[i].link);
		html+='<tr><td valign="top"><img src="/hsb/com/spacer.gif" width="140" height="10"><br><a '+item[i].link+'>';
		html+='<font class="nav">';
		if (l==c)
			html+='<font color="red">'+item[i].text+'</font>';
		else
			html+=item[i].text;
		html+='</font>';
		html+='</a><br></td></tr>';
	}
	html+='</table></td>';
	html+='</tr></table>';
	document.write(html);
}

function getID(s)	{
	var	b='/hsb/chi/abo/';
	var	p=s.indexOf(b)+b.length
	if (p>0) {
		s=s.substr(p);
		p=s.indexOf('/');
		s=s.substr(0,p);
	}
	return s;
}
//-->




