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=\'../tech/research-and-development-system.shtm\'><span id=\"2555\">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=\"26\" style=\"background:url(\'/english/images/leftline1.gif\')\"  align=\"left\"><a class=\"l03\"  href=\'../tech/new-technology.shtm\'><span id=\"2556\">New  Technology<\/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';
}
