document.writeln(" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"87%\" bgcolor=\"#ffffff\">");
document.writeln("<tr  onmouseout=\"this.bgcolor=\'red\'\" onMouseOver=\"this.bgcolor=\'red\'\">");
document.writeln("<td style=\"padding-left:10px;\" height=\"26\" style=\"background:url(\'/english/images/leftline1.gif\')\"  align=\"left\"><a class=\"l03\"  href=\'../aboutus/company-profile.shtm\'><span id=\"2533\">Company Profile<\/span><\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln(" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"87%\" bgcolor=\"#ffffff\">");
document.writeln("<tr  onmouseout=\"this.bgcolor=\'red\'\" onMouseOver=\"this.bgcolor=\'red\'\">");
document.writeln("<td style=\"padding-left:10px;\" height=\"26\" style=\"background:url(\'/english/images/leftline1.gif\')\"  align=\"left\"><a class=\"l03\"  href=\'../aboutus/company-culture.shtm\'><span id=\"2629\">Company Culture<\/span><\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln(" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"87%\" bgcolor=\"#ffffff\">");
document.writeln("<tr  onmouseout=\"this.bgcolor=\'red\'\" onMouseOver=\"this.bgcolor=\'red\'\">");
document.writeln("<td style=\"padding-left:10px;\" height=\"26\" style=\"background:url(\'/english/images/leftline1.gif\')\"  align=\"left\"><a class=\"l03\"  href=\'../aboutus/qhse.shtm\'><span id=\"2630\">QHSE<\/span><\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln(" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"87%\" bgcolor=\"#ffffff\">");
document.writeln("<tr  onmouseout=\"this.bgcolor=\'red\'\" onMouseOver=\"this.bgcolor=\'red\'\">");
document.writeln("<td style=\"padding-left:10px;\" height=\"26\" style=\"background:url(\'/english/images/leftline1.gif\')\"  align=\"left\"><a class=\"l03\"  href=\'../aboutus/online-video.jsp\'><span id=\"2631\">Online Video<\/span><\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
function showmenu(id) 
{
//====close other menu======== 
for(var i=0;i<0;i++) 
{
	if(document.getElementById('menu_'+i)==null) continue;
	if(i!=id) 
		document.getElementById('menu_'+i).style.display='none';
}
if(document.getElementById('menu_'+id).style.display=='block'){
	document.getElementById('menu_'+id).style.display='none';
}else{
	document.getElementById('menu_'+id).style.display='block';
}
}

var obj_menuid=document.getElementById("menuid");
if(obj_menuid!=null&&document.getElementById('menu_'+obj_menuid.value)!=null)
{document.getElementById('menu_'+obj_menuid.value).style.display='block';
}
