<!--
function createLeftMenu() {
	//var pageId;
	var	i,l;
	var	heading='\u4f01 \u696d \u8cac \u4efb \u5831 \u544A 2006';
	var headlink='href="index.html" target="_top"';
	var	item=new Array(
		{id:'csr1', text:'\u884C \u653F \u7E3D \u88C1 \u7684 \u8A71',											link:'href="ceo_message.html" target="_top"'},
		{id:'csr2', text:'\u95DC \u65BC \u672C \u5831 \u544A',											link:'href="about_this_report.html" target="_top"'},
		{id:'csr3', text:'\u70BA \u80A1 \u6771 \u589E \u503C',											link:'href="creating_value.html" target="_top"'},
		{id:'csr4', text:'\u672C \u884C \u8868 \u73FE \u6982 \u89BD',											link:'href="our_performance.html" target="_top"'},
		{id:'csr5', text:'\u7BA1 \u7406 \u53EF \u7522 \u751F \u4E4B \u5F71 \u97FF',	link:'href="our_impacts.html" target="_top"'},
		{id:'csr6', text:'\u670D \u52D9 \u5BA2 \u6236',	link:'href="our_customers.html" target="_top"'},
		{id:'csr7', text:'\u57F9 \u80B2 \u4EBA \u624D',	link:'href="our_people.html" target="_top"'},
		{id:'csr8', text:'\u8207 \u4F9B \u61C9 \u5546 \u4E4B \u95DC \u4FC2',	link:'href="our_supplier.html" target="_top"'},
		{id:'csr9', text:'\u6295 \u5165 \u793E \u5340',	link:'href="our_community.html" target="_top"'},
		{id:'csr10', text:'\u611B \u8B77 \u74B0 \u5883',	link:'href="our_environment.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 color="#FFFFFF">'+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 (item[i].id==pageId){
			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/chi/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;
}
//-->

