<!--
function createLeftMenu() {
	var	i,l;
	var	heading='eMPF';
	var 	headlink='href="/hsb/eng/onl/emp/home/index.html" target="_top"';
	var	item=new Array(
		{text:'MPF Annual Member Benefit Statement - FAQs',					link:'href="/hsb/eng/onl/emp/ambs/index.html" target="_top"'},
		//{text:'MPF Annual Member Benefit Statement',					link:'href="../mambs/welcome1_eng.html" target="_blank"'},
		{text:'Hang Seng MPF',    							link:'href="/hsb/eng/onl/emp/hsmpf/index.html" target="_top"'},
		{text:'Introduction to MPF',							link:'href="/hsb/eng/onl/emp/impf/index.html" target="_top"'},
		{text:'Information for Employers and Employees',					link:'href="/hsb/eng/onl/emp/ifesec/index.html" target="_top"'},
		{text:'The Choice to Employers',						link:'href="/hsb/eng/onl/emp/rce/index.html" target="_top"'},
		{text:'The Choice to Employees',						link:'href="/hsb/eng/onl/emp/rce2/index.html" target="_top"'},
		{text:'Preserve Your Fund',				link:'href="/hsb/eng/onl/emp/preserv/index.html" target="_top"'},
		{text:'How to Invest for Retirement',						link:'href="/hsb/eng/onl/emp/htifr/index.html" target="_top"'},
		{text:'Investment Profiling Questionnaire',					link:'href="/hsb/eng/onl/emp/ipa/index.html" target="_top"'},
		{text:'Fund Information',							link:'href="/hsb/eng/onl/emp/fi/index.html" target="_top"'},
		{text:'Fund Price and Performance',						link:'href="/hsb/eng/onl/emp/fpnp/up/index.html" target="_top"'},
		//{text:'Employers MPF Calculator',						link:'href="/hsb/eng/onl/emp/eprfec/index.html" target="_top"'},
		{text:'Employee\'s MPF Calculator',						link:'href="/hsb/eng/onl/emp/epefec/index.html" target="_top"'},
		//{text:'ORSO/MPF Interface Arrangement',					link:'href="/hsb/eng/onl/emp/ompfia/index.html" target="_top"'},
		{text:'Frequently Asked Questions',						link:'href="/hsb/eng/onl/emp/faq/index.html" target="_top"'},
		{text:'Commonly Used Forms after Enrolment',					link:'href="/hsb/eng/onl/emp/cufae/index.html" target="_top"'},
		{text:'Special Privileges for MPF Customers',							link:'href="/hsb/eng/onl/emp/hsmpfc/index.html" target="_top"'},
		{text:'Hang Seng MPF Member Seminar (Chinese Only)',							link:'href="/hsb/chi/onl/emp/pdf/empf.pdf" target="_blank"'}
		//{text:'e-Employer',								link:'href="http://www.ihrms21.com/hase/" target="_blank"'},
		//{text:'e-Employee',								link:'href="https://ebanking.hangseng.com" target="_blank"'}
	);
	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/onl/emp/';
	if (s.indexOf(b)==-1) {
		if (s.indexOf('/hsb/eng/mpf/')!=-1)
			return "fpnp";
	}
	var	p=s.indexOf(b)+b.length
	if (p>0) {
		s=s.substr(p);
		p=s.indexOf('/');
		s=s.substr(0,p);
	}
	if (s=="mambs") return "fpnp";
	return s;
}
//-->
