<!--
document.write ('<DIV align="center">');
document.write ('<TABLE cellSpacing=0 cellPadding=0 border="0" class="TopMenu">');
document.write ('<TR><TD>');
document.write ('<TABLE cellSpacing=0 cellPadding=0 border="0" class="TopMenu2A">');
document.write ('<TR>');

document.write ('<TD><A onmouseover="javascript:id1.src=\'../img/e_01.jpg\';setmenu(1);" onmouseout="id1.src=\'../img/e_01.jpg\'" href="index.asp">');
document.write ('<IMG id=id1 src="../img/e_01.jpg"  border=0></A></TD>');

document.write ('<TD><A onmouseover="javascript:id2.src=\'../img/e_03.jpg\';setmenu(2);" onmouseout="id2.src=\'../img/e_03.jpg\'" href="En_CoProfile.asp?Action=Profile">');
document.write ('<IMG id=id2 src="../img/e_03.jpg"  border=0></A></TD>');

document.write ('<TD><A onmouseover="javascript:id4.src=\'../img/e_05.jpg\';setmenu(4);" onmouseout="id4.src=\'../img/e_05.jpg\'" href="En_Product.asp">');
document.write ('<IMG id=id4 src="../img/e_05.jpg"  border=0></A></TD>');

document.write ('<TD><A onmouseover="javascript:id5.src=\'../img/e_04.jpg\';setmenu(5);" onmouseout="id5.src=\'../img/e_04.jpg\'" href="En_Honor.asp?Action=Honor">');
document.write ('<IMG id=id5 src="../img/e_04.jpg"  border=0></A></TD>');

document.write ('<TD><A onmouseover="javascript:id6.src=\'../img/e_07.jpg\';setmenu(6);" onmouseout="id6.src=\'../img/e_07.jpg\'" href="En_Sale.asp?Action=Sale">');
document.write ('<IMG id=id6 src="../img/e_07.jpg"  border=0></A></TD>');

document.write ('<TD><A onmouseover="javascript:id3.src=\'../img/e_06.jpg\';setmenu(3);" onmouseout="id3.src=\'../img/e_06.jpg\'" href="En_Went.asp">');
document.write ('<IMG id=id3 src="../img/e_06.jpg"  border=0></A></TD>');

document.write ('<TD><A onmouseover="javascript:id7.src=\'../img/e_08.jpg\';setmenu(7);" onmouseout="id7.src=\'../img/e_08.jpg\'" href="En_Server.asp">');
document.write ('<IMG id=id7 src="../img/e_08.jpg"  border=0></A></TD>');

document.write ('</TD></TR></TABLE>');
document.write ('</TD></TR>');
document.write ('');

function setmenu(id)
{
	var str;
	switch (id)
	{
		case 1:  //首 页
			str='<div align="left">';
			str+='&nbsp;&nbsp;';
			str+='<a class="Top" href=\"index.asp\">HomePage</a>&nbsp;&nbsp;|&nbsp;&nbsp;';
			str+='<a class="Top" href=\"../index.asp\">Home image</a>&nbsp;&nbsp;';
			str+='</div>';
			break;
		case 2:  //公 司 介 绍
			str='<div align="left">';
			str+='&nbsp;&nbsp;';
			str+='<a class="Top" href=\"En_CoProfile.asp?Action=Profile\">Co,introduction</a>&nbsp;&nbsp;|&nbsp;&nbsp;';
			str+='<a class="Top" href=\"En_CoProfile.asp?Action=Culture\">Co,culture</a>&nbsp;&nbsp;|&nbsp;&nbsp;';
			str+='<a class="Top" href=\"En_CoProfile.asp?Action=Organize\">Organization</a>&nbsp;&nbsp;|&nbsp;&nbsp;';
			str+='<a class="Top" href=\"En_CoProfile.asp?Action=Principle\">Spiritual idea</a>&nbsp;&nbsp;|&nbsp;&nbsp;';
			str+='<a class="Top" href=\"En_CoProfile.asp?Action=Contact\">Contact us</a>&nbsp;&nbsp;|&nbsp;&nbsp;';
			str+='</div>';
			break;
		case 3: //信 息 反 馈
			str='<div align="right">';
//			str+='<a class="Top" href=\"Download.asp\">下 载 中 心</a>&nbsp;|&nbsp;'
			str+='</div>';
			break;
		case 4: //产 品 展 示
			str='<div align="left">';
			str+='<IMG src="../Skin/201/1x1_pix.gif" width=200 height=1>';
			str+='<a class="Top" href=\"En_Product.asp\">Product show</a>&nbsp;&nbsp;|&nbsp;&nbsp;';
			str+='<a class="Top" href=\"En_Products.asp\">Product class</a>&nbsp;&nbsp;|&nbsp;&nbsp;';
			str+='<a class="Top" href=\"En_Search.asp\">Product Search</a>&nbsp;&nbsp;|&nbsp;&nbsp;';
			str+='</div>';
			break;
		case 5: //公 司 荣 誉
			str='<div align="left">';
			str+='<IMG src="../Skin/201/1x1_pix.gif" width=370 height=1>';
			str+='<a class="Top" href=\"En_Honor.asp?Action=Honor\">Company honor</a>&nbsp;&nbsp;|&nbsp;&nbsp;';
			str+='<a class="Top" href=\"En_Honor.asp?Action=Img\">Corporate image</a>&nbsp;&nbsp;|&nbsp;&nbsp;';
			str+='</div>';
			break;
		case 6: //国 内 市 场
			str='<div align="left">';
			str+='<IMG src="../Skin/201/1x1_pix.gif" width=500 height=1>';
			str+='<a class="Top" href=\"En_Sale.asp?Action=Sale\">Domestic markets</a>&nbsp;&nbsp;|&nbsp;&nbsp;';
			str+='<a class="Top" href=\"En_Sale.asp?Action=Salea\">Foreign markets</a>&nbsp;&nbsp;|&nbsp;&nbsp;';
			str+='</div>';
			break;
		case 7: //服 务 支 持
			str='<div align="right">';
			str+='<a class="Top" href=\"En_Server.asp\">Member centre</a>&nbsp;&nbsp;|&nbsp;&nbsp;';
			str+='<a class="Top" href=\"En_NetBook.asp\">Leave word</a>&nbsp;&nbsp;|&nbsp;&nbsp;';
			str+='<a class="Top" href=\"En_E_shop.asp\">Order inquiry</a>&nbsp;&nbsp;|&nbsp;&nbsp;';
			str+='</div>';
			break;
		case 8:
			break;
		case 9: //
			str='<div align="right">';
			str+='</div>';
			break;
	}	
	window.menu.innerHTML=str;
}

/////////////////////////////////显示当前页面的菜单/////////////////////////////////////////////
window.onload=function()
{
	var curPage=escape(location.href);//当前页文件名
	setmenu(11);
}
document.write ('<DIV align="center">');
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>');
//-->
