﻿<!--
function createLeftMenu() {
	var	i,l;
	var	heading='\u5831\u50F9\u5FEB\u905E';
	var headlink='href="http://www.hangseng.com/hsb/chi/rate/home/index.html" target="_top"';
	var	item=new Array(
		{text:'\u6E2F\u5143\u6700\u512A\u60E0\u5229\u7387',	link:'href="http://www.hangseng.com/hsb/chi/rate/prate/index.html" target="_top"'},	
		{text:'\u9999\u6E2F\u9280\u884C\u540C\u696D\u62C6\u606F',	link:'href="http://www.hangseng.com/hsb/chi/rate/hibor/index.html" target="_top"'},	
		{text:'\u6E2F\u5143\u53CA\u5916\u5E63\u5132\u84C4\u5B58\u6B3E\u5229\u7387',	link:'href="http://www.hangseng.com/hsb/chi/rate/saving/index.html" target="_top"'},	
		{text:'\u6E2F\u5143\u5B9A\u671F\u5B58\u6B3E\u5229\u7387',	link:'href="http://www.hangseng.com/hsb/chi/rate/hkdtmd/index.html" target="_top"'},
		{text:'\u7F8E\u5143\u5B9A\u671F\u5B58\u6B3E\u5229\u7387',	link:'href="http://www.hangseng.com/hsb/chi/rate/usdtmd/index.html" target="_top"'},
		{text:'\u5916\u5E63\u5B9A\u671F\u5B58\u6B3E\u5229\u7387',	link:'href="http://www.hangseng.com/hsb/chi/rate/fcytmd/index.html" target="_top"'},
		{text:'\u5916\u5E63\u73FE\u9214\u514C\u63DB\u50F9',	link:'href="http://www.hangseng.com/hsb/chi/rate/hkdnotes/index.html" target="_top"'},
		{text:'\u5916\u5E63\u96FB\u532F\u514C\u63DB\u50F9',	link:'href="http://www.hangseng.com/hsb/chi/rate/hkdtt/index.html" target="_top"'},
		{text:'\u300C\u66F4\u7279\u606F\u300D\u6295\u8CC7\u5B58\u6B3E',	link:'href="http://www.hangseng.com/hsb/eng/mar/pdf/maxtable.pdf" target="_blank"'},
		{text:'\u57FA\u91D1\u50F9\u683C',	link:'href="http://www.hangseng.com/einvc/chi/disclm.asp?app=eINVCFundHouseListDetails" target="_blank"'},
		{text:'\u9EC3\u91D1\u50F9\u683C',	link:'href="http://www.hangseng.com/hsb/chi/rate/gp/index.html" target="_top"'},
		{text:'\u96F6\u552E\u50B5\u5238\u4E00\u89BD\u8868',	link:'href="http://www.hangseng.com/hsb/eng/user/try/pdf/issuer.pdf" target="_blank"'}
	);
	var	html='';
	var	c=getID(new	String(parent.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/rate/';
//	if (s.indexOf(b)==-1)
//		b='/hsb/chi/mar/onr/';
	var	p=s.indexOf(b)+b.length
	if (p>0) {
		s=s.substr(p);
		p=s.indexOf('/');
		s=s.substr(0,p);
	}
	return s;
}
//-->

