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=\"33\" style=\"background:url(\'/english/images/leftline2.gif\')\"  align=\"left\"><a class=\"l03\"  href=\'../tech/developsys.shtm\' class='7'><span id=\"4255\">R&D System<\/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=\"33\" style=\"background:url(\'/english/images/leftline2.gif\')\"  align=\"left\"><a class=\"l03\"  href=\'../tech/techachieve.shtm\' class='7'><span id=\"4256\">Research Achievements<\/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=\"33\" style=\"background:url(\'/english/images/leftline2.gif\')\"  align=\"left\"><a class=\"l03\"  href=\'../tech/newprothch.shtm\' class='7'><span id=\"4257\">New Products & Technologies<\/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';
}
