<!--
function createLeftMenu()	{
	var	i,l;
	var	heading='Securities Services';
	var	headlink='href="/hsb/eng/per/invs/hsss/home/index.html" target="_top"';
	var	item=new Array(
		    //{text:'Securities Express', link:'href="http://www.hangseng.com/e_investment/mismart_popup.asp" target="secWin" onClick="eFinetPopUp(\'eSecsrvLeftMenu\');"'},
		{text:'Market Express', link:'href="/e_investment/stock_quote.asp" target="_top"'},
		{text:'Current Promotion Offers', link:'href="/hsb/eng/per/invs/hsss/cpo/index.html" target="_top"'},
		{text:'Local Securities Services', link:'href="/hsb/eng/per/invs/hsss/lss/home/index.html" target="_top"'},
		{text:'Global Securities Services', link:'href="/hsb/eng/per/invs/hsss/gss/index.html" target="_top"'},
		{text:'Securities Service Charges', link:'href="/hsb/eng/per/invs/pdf/secu_char.pdf" target="_blank"'},
		{text:'Share Margin Services', link:'href="/hsb/eng/per/invs/hsss/sms/home/index.html" target="_top"'},
		{text:'CBBC Supermarket', link:'href="JavaScript:void window.open(\'/einvc/eng/getpage.asp?app=EinvcCBBCHome\',\'\',\'toolbar=yes,scrollbars=yes,resizable=yes,top=0,left=0,width=780,height=500&n=eINVCWeb\');" title="CBBC Supermarket provides latest CBBC information, commentaries and powerful technical tools to help you capture investment opportunities."'},
		{text:'Warrant Supermarket', link:'href="JavaScript:void window.open(\'/einvc/eng/getpage.asp?app=EinvcWarrantHome&frhase=eInvsHome\',\'\',\'toolbar=yes,scrollbars=yes,resizable=yes,top=0,left=0,width=780,height=500&n=eINVCWeb\');" title="Warrant Supermarket provides latest warrant information, commentaries and powerful technical tools to help you capture investment opportunities."'},
		{text:'IPO Stocks Services', link:'href="/eipo/eng/home/index.html" target="_top"'},
		{text:'Monthly Investment Plan for Stocks', link:'href="/hsb/eng/per/invs/hsss/hsmip/home/index.html" target="_top"'},
		{text:'Instant Order Confirmation Service', link:'href="/hsb/eng/per/invs/hsss/iocs/index.html" target="_top"'},
		    //{text:'Market Express', link:'href="/e_investment/indexes.asp" target="_top"'},
		    //{text:'News and Market Event', link:'href="http://hscom-asp.e-finet.net/hangseng/e_indexNewsIndexPage.php" target="_blank"'},
		    //{text:'Indexes and Top Movers', link:'href="http://hscom-asp.e-finet.net/hangseng/e_indexRoundup.php" target="_blank"'},
		    //{text:'Market Focus', link:'href="JavaScript:void window.open(\'/einvc/eng/getpage.asp?app=eINVCThemStock&frhase=eInvsHome\',\'\',\'toolbar=yes,scrollbars=yes,resizable=yes,top=0,left=0,width=780,height=500&n=eINVCWeb\');"'},
		{text:'ETF Websites', link:'href="/hsb/eng/per/invs/hsss/etf2/home/main.html" target="_blank"'},
		{text:'"e-InvestAdvice" Service', link:'href="/hsb/eng/pmo/grp01/p08/index.html" target="_top"'}
		    //{text:'ETF Quote List', link:'href="JavaScript:void window.open(\'/hsb/eng/user/sec/etf/main01.html\',\'\',\'width=715,height=550,top=5,left=5,toolbar=0,menubar=0,location=0,scrollbars=1,status=0,resizable=1\');"'}
	);
	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="5"><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/eng/per/invs/hsss/';
	var	p=s.indexOf(b)+b.length
	if (p>0) {
		s=s.substr(p);
		p=s.indexOf('/');
		s=s.substr(0,p);
	}
	return s;
}

function eipo_popup(theURL) { //v2.0
  window.open(theURL,"win","width=780,height=330,top=0,left=0,status=yes,scrollbars=yes,toolbar=yes,location=yes,menubar=yes,resizable=yes");
}

var secWin;
function eFinetPopUp(p) {
	var features = "scrollbars=yes,resizable=yes,top=0,left=0,width=790,height=530";
	var theURL = "http://www.hangseng.com/com/efinet.html?p="+p;
	
	secWin = open(theURL,"secWin",features);
	if ((document.window != null) && (!secWin.opener)){
		secWin.opener = document.window;
	}
	secWin.focus();
	secWin = true;
}
//-->

