
function setmenu(id)
{
	var str;
	switch (id)
	{
		case 1:  //首 页
			str='<div align="left">';
			str+='';
			str+='<a class="Top" href=\"index.asp\">HomePage</a>&nbsp;|&nbsp;';
			str+='<a class="Top" href=\"../Default.asp\">Home image</a>';
			str+='</div>';
			break;
		case 2:  //公 司 介 绍
			str='<div align="left">';
			str+='';
			str+='<a class="Top" href=\"En_CoProfile.asp?Action=Profile\">Co,introduction</a>&nbsp;|&nbsp;';
			str+='<a class="Top" href=\"En_CoProfile.asp?Action=Ceo\">President oration</a>&nbsp;|&nbsp;';
			str+='<a class="Top" href=\"En_CoProfile.asp?Action=Culture\">Co,culture</a>&nbsp;|&nbsp;';
			str+='<a class="Top" href=\"En_CoProfile.asp?Action=Organize\">Organization</a>&nbsp;|&nbsp;';
			str+='<a class="Top" href=\"En_CoProfile.asp?Action=Principle\">Spiritual idea</a>&nbsp;|&nbsp;';
			str+='<a class="Top" href=\"En_CoProfile.asp?Action=Contact\">Contact us</a>&nbsp;|&nbsp;';
			str+='</div>';
			break;
		case 3: //公 司 新 闻
			str='<div align="left">';
			str+='<IMG src="../Skin/201/1x1_pix.gif" width=66 height=1>';
			str+='<a class="Top" href=\"News.asp?Action=Co\">公 司 新 闻</a>&nbsp;|&nbsp;';
			str+='<a class="Top" href=\"News.asp?Action=Ye\">业 内 资 讯</a>&nbsp;|&nbsp;';
			str+='<a class="Top" href=\"News.asp?Action=Pr\">产 品 动 态</a>&nbsp;|&nbsp;';
			str+='</div>';
			break;
		case 4: //产 品 展 示
			str='<div align="left">';
			str+='<IMG src="../Skin/201/1x1_pix.gif" width=142 height=1>';
			str+='<a class="Top" href=\"En_Product.asp\">Product show</a>&nbsp;|&nbsp;';
			str+='<a class="Top" href=\"En_Products.asp\">Product class</a>&nbsp;|&nbsp;';
			str+='<a class="Top" href=\"En_search.asp\">Product Search</a>&nbsp;|&nbsp;';
			str+='</div>';
			break;
		case 5: //公 司 荣 誉
			str='<div align="left">';
			str+='<IMG src="../Skin/201/1x1_pix.gif" width=223 height=1>';
			str+='<a class="Top" href=\"En_Honor.asp?Action=Honor\">Company honor</a>&nbsp;|&nbsp;';
			str+='<a class="Top" href=\"En_Honor.asp?Action=Img\">Corporate image</a>&nbsp;|&nbsp;';
			str+='</div>';
			break;
		case 6: //国 内 市 场
			str='<div align="center">';
			str+='<a class="Top" href=\"En_Sale.asp?Action=Sale\">China market</a>&nbsp;|&nbsp;';
			str+='<a class="Top" href=\"En_Sale.asp?Action=Salea\">International market</a>&nbsp;|&nbsp;';
			str+='</div>';
			break;
		case 7: //人 才 招 聘
			str='<div align="right">';
			str+='<a class="Top" href=\"Job.asp\">人 才 招 聘</a>&nbsp;|&nbsp;';
			str+='<a class="Top" href=\"Jobs.asp\">人 才 策 略</a>&nbsp;|&nbsp;';
			str+='<IMG src="../Skin/201/1x1_pix.gif" width=212 height=1>';
			str+='</div>';
			break;
		case 8: //信 息 反 馈
			str='<div align="right">';
//			str+='<a class="Top" href=\"Download.asp\">下 载 中 心</a>&nbsp;|&nbsp;'
			str+='</div>';
			break;
		case 9: //服 务 支 持
			str='<div align="center">';
			str+='<IMG src="../Skin/201/1x1_pix.gif" width=223 height=1>';
			str+='<a class="Top" href=\"En_Server.asp\">Member centre</a>&nbsp;|&nbsp;';
			str+='<a class="Top" href=\"En_NetBook.asp\">Leave word</a>&nbsp;|&nbsp;';
			str+='<a class="Top" href=\"En_E_shop.asp\">Order inquiry</a>';
			str+='</div>';
			break;
		case 10:
			break;
		case 11: //
			str='<div align="right">';
			str+='</div>';
			break;
	}	
	window.menu.innerHTML=str;
}

/////////////////////////////////显示当前页面的菜单/////////////////////////////////////////////
window.onload=function()
{
	var curPage=escape(location.href);//当前页文件名
	setmenu(11);
}
document.write ('<TR><TD class="TopMenu2"> </TD><TD>');
document.write ('<TABLE cellSpacing=0 cellPadding=0 border="0" class="TopMenu2B">');
document.write ('<TR>');
document.write ('<TD id=menu class="TopMenu2B_Td1"></TD>');
document.write ('</TR></TABLE>');
document.write ('</TD></TR></TABLE>');
document.write ('</DIV>');
//-->
