///////////////////////////////////////////////////////////
//
// 系统名称：叶子信息工程网站全站系统
// 版权所有：snyezi.com
// 程序制作：商南叶子信息工程
// Copyright 2006-2007 snyezi.com - All Rights Reserved.
//
///////////////////////////////////////////////////////////
//底部的中文菜单
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="../Chinese/Bs_News.asp?Action=Co" class="bottom">协会简报</a');
document.write ('> | <a href="../Chinese/Bs_News.asp?Action=Ye" class="bottom">爱心名录</a');
document.write ('> | <a href="../Chinese/Bs_News.asp?Action=Pr" class="bottom">关注对象</a');
document.write ('> | <a href="#" class="bottom" LANGUAGE="javascript" onclick="Copyright()">版权声明</a');
document.write ('> | <a href="../link/default.asp" target="_blank" class="bottom">友情链接</a');
document.write ('> | <a href="../Chinese/004.asp" target="_blank" class="bottom">捐赠方式</a');
document.write ('> | <a href="../Chinese/005.asp" 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">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">Website manage</a');
document.write ('> | <a href="http://snyezi.com" class="bottom">snyezi.com</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");
}
