
//底部的中文菜单
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_Faq.asp" class="bottom">便民服务</a');
document.write ('> | <a href="../guan/" target="_blank" class="bottom">管理入口</a');
document.write ('> | </DIV>');
document.write ('</TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('</DIV>');
}

function Copyright()
{
  var arr = showModalDialog("Copyright.asp", "", "dialogWidth:680px; dialogHeight:500px; status:0");
}