
//底部的中文菜单
function CnFootMenu(){
document.write ('<DIV align="center">');
document.write ('<TABLE cellPadding=0 cellSpacing=0 class="FootMenu">');
//document.write ('<TR>');
//document.write ('<td style=\"width: 465px\"><img alt=\"\" src=\"../img/banner.gif\" width=\"465\" height=\"140\" /></td>');
//document.write ('<td style=\"width: 301px\">');
//document.write ('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="301" height="140" id="bslogo" align="middle">');
//document.write ('<param name="allowScriptAccess" value="sameDomain" />');
//document.write ('<param name="movie" value="../img/index.swf" />');
//document.write ('<param name="quality" value="high" />');
//document.write ('<param name="bgcolor" value="#e3e2e8" />');
//document.write ('<embed src="../img/index.swf" quality="high" bgcolor="#e3e2e8" width="301" height="140" name="bslogo" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
//document.write ('</object>');
//document.write ('</TD></TR>');
document.write ('<TR>');
document.write ('<TD class="FootMenu_Td" colspan=2>');
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_Went.asp" class="bottom">信息反馈</a');
document.write ('> | <a href="https://domains.live.com/members/signup.aspx?domain=yrtzdb.com" target=_blank class="bottom">注册信箱</a');
document.write ('> | <a href="../boss/" target="_blank" class="bottom">管理进入</a');

document.write ('> | </DIV>');
document.write ('</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">Company 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">Website manage</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");
}
