<!--
function mt_popup() { //v2.0
  window.open('http://www.hangseng.com/e_about_us/management_trainee.html ','EbankControl','width=825,height=660,top=5,left=5,toolbar=0,menubar=0,location=0,scrollbars=1,status=1,resizable=1');
}
function createLeftMenu() {
	var	i,l;
	var	heading='Career Opportunities';
	var headlink='href="/hsb/eng/abo/co/home/index.html" target="_top"';
	var	item=new Array(
		{text:'Divisions / Departments', 	link:'href="/hsb/eng/abo/co/dd/index.html" target="_top"'},
		{text:'Current Vacancies',					link:'href="/hsb/eng/abo/co/co/index.html" target="_top"'},
		//{text:'Corporate Culture',					link:'href="/hsb/eng/abo/co/cc/index.html" target="_top"'},
		{text:'Remuneration Package',				link:'href="/hsb/eng/abo/co/rp/index.html" target="_top"'},
		{text:'Training and Development',					link:'href="/hsb/eng/abo/co/tad/index.html" target="_top"'},
		{text:'Management Trainee Programme',	link:'href="javascript:mt_popup()"'},
		{text:'Hang Seng China Management Trainee Programme',		link:'title="This link will allow you to access another Hang Seng Bank Group website. Please see our Important Message to Readers and Internet Privacy Policy Statement.  Please also read the terms and conditions of the linked Hang Seng Bank Group website which may differ from the terms and conditions of our website." href="http://www.hangseng.com.cn/1/2/about-us/career-opportunities/mainland-trainee" target="_blank"'},
{text:'Download Application Form',	link:'href="/hsb/eng/abo/co/home/form.html" target="_top"'}		
		//{text:'Wealth Management Recruitment',		link:'href="/hsb/eng/abo/co/wemr/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="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/abo/co/';
	var	p=s.indexOf(b)+b.length
	if (p>0) {
		s=s.substr(p);
		p=s.indexOf('/');
		s=s.substr(0,p);
	}
	return s;
}
//-->
