//底部的中文菜单
function CnFootMenu(){
document.write ('<DIV align="center">');
document.write ('<TABLE cellPadding=0 cellSpacing=0 class="FootMenu">');
document.write ('<TR>');
document.write ('<TD class="FootMenu_Td">');
document.write ('<DIV align=center' );
document.write ('> | <a href="index.asp" class="bottom">首 页</a');
document.write ('> | <a href="Bs_CoProfile.asp?Action=Profile" class="bottom">走进通宇</a');
document.write ('> | <a href="Bs_Product.asp" class="bottom">产品展示</a');
document.write ('> | <a href="Bs_Server.asp" class="bottom">客户服务</a');
document.write ('> | <a href="#" class="bottom" LANGUAGE="javascript" onclick="Copyright()">我的通宇</a');
//document.write ('> | <a href="../boss/" target="_blank" class="bottom">管理</a');
document.write ('> | <<script src="http://s142.cnzz.com/stat.php?id=1958931&web_id=1958931" language="JavaScript"></script></a');
document.write ('> | </DIV>');
document.write ('<IMG src="../img/foot.gif" width=1000 height=8></TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('</DIV>');
}
//底部的英文菜单
function EnFootMenu(){
document.write ('<DIV align="center">');
document.write ('<TABLE cellPadding=0 cellSpacing=0 class="FootMenu">');
document.write ('<TR>');
document.write ('<TD class="FootMenu_Td">');
document.write ('<DIV align=center');
document.write ('> | <a href="index.asp" class="bottom">Home</a');
document.write ('> | <a href="En_CoProfile.asp?Action=Profile" class="bottom">Enterprise introduction</a');
document.write ('> | <a href="En_Product.asp" class="bottom">Product introduction</a');
document.write ('> | <a href="En_Server.asp" class="bottom">Service support</a');
document.write ('> | <a href="../boss/" target="_blank" class="bottom">manage</a');
document.write ('> | <a href="#" class="bottom">站长统计</a');
document.write ('> | </DIV>');
document.write ('<IMG src="../img/foot.gif" width=1000 height=8></TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('</DIV>');
}

function Copyright()
{
  var arr = showModalDialog("Copyright.asp", "", "dialogWidth:680px; dialogHeight:500px; status:0");
}
