///////////////////////////////////////////////////////////
//
// 產品名稱：晴空工作室 公司(企業)網站管理系統
// 版權所有: cenai.126.com
// 程式製作：cenai開發團隊
// Copyright 2004-2005 cnugo.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="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="../admin/" target="_blank" class="bottom">管理進入</a');
document.write ('> | <a href="Bs_NetBook.asp">留言中心</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="#" target="_blank" class="bottom">Copyright statement</a');
document.write ('> | <a href="../admin/" target="_blank" class="bottom">Website manage</a');
document.write ('> | <a href="http://cenai.126.com" class="bottom">cenai BBS</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");
}
