<!--
function createLeftMenu() {
	var	i,l;
	var	heading='Corporate Social Responsibility Report 2005';
	var headlink='href="/hsb/eng/abo/cc/csr/csr_report.html" target="_top"';
	var	item=new Array(
	  {text:'Chief Executive\'s Message',		link:'href="/hsb/eng/abo/cc/csr/chi_exe/main_chiexe.html" target="_top"'},
	  {text:'Our Business',	link:'href="/hsb/eng/abo/cc/csr/our_bus/main_ourbus.html" target="_top"'},
	  {text:'Our Performance',	link:'href="/hsb/eng/abo/cc/csr/our_per/main_ourper.html" target="_top"'},
	  {text:'Our Impacts',	link:'href="/hsb/eng/abo/cc/csr/our_imp/main_ourimp.html" target="_top"'},
	  {text:'Our Customers',	link:'href="/hsb/eng/abo/cc/csr/our_cus/main_ourcus.html" target="_top"'},
	  {text:'Our Suppliers',	link:'href="/hsb/eng/abo/cc/csr/our_sup/main_oursup.html" target="_top"'},
	  {text:'Our People',	link:'href="/hsb/eng/abo/cc/csr/our_peo/main_ourpeo.html" target="_top"'},
	  {text:'Our Environment',	link:'href="/hsb/eng/abo/cc/csr/our_env/main_ourenv.html" target="_top"'},
	  {text:'Our Community',	link:'href="/hsb/eng/abo/cc/csr/our_com/main_ourcom.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="57a010">';
	html+='<td width="10"><img src="/hsb/com/spacer.gif" width="10"	height="10"></td>';
	html+='<td width="140" ><a '+headlink+' style="text-decoration: none;font-weight: normal;"><font class="navhead">'+heading+'</font></a></td>';
	html+='</tr></table>';
	for	(i=0;i<item.length;i++)	{
		l=getID(item[i].link);
		html+='<table border="0" cellpadding="0" cellspacing="0" width="100%" height="30" bgcolor="#b8e179"><tr><td width="10%" valign="top">&nbsp;</td><td width="90%" >';
		html+='<font class="nav"><a '+item[i].link+'style="text-decoration: none;">';
		if (l==c)
			html+='<font color="#308E1D">'+item[i].text+'</font>';
		else
			html+=item[i].text;
		html+='</a></font>';
		html+='<br></td></tr><tr><td height="1" bgcolor="#FFFFFF" colspan="2"><img src="/common/image/spacer.jpg" width="100%" height="1"></td></tr></table>';
	}
	html+='<table height="100%" width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#b8e179"><tr><td>&nbsp;</td></tr></table>';
	document.write(html);
}

function getID(s)	{
	var	b='/hsb/eng/abo/cc/csr/';
	var	p=s.indexOf(b)+b.length
	if (p>0) {
		s=s.substr(p);
		p=s.indexOf('/');
		s=s.substr(0,p);
	}
	return s;
}
//-->



