///////////////////////////////////////////////////////////
//
// 产品名称：九极日用保健品有限公司网站管理系统
// http://www.gdjiuji.com,   020-62868999 
// 
// Copyright 2006-2008 gdjiuji.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.htm" class="bottom">首 页</a');
document.write ('> | <a href="introduce/gsjj.htm" target="_blank" class="bottom">九极简介</a');
document.write ('> | <a href="product/product_bjsp_01.htm" target="_blank" class="bottom">产品导航</a');
document.write ('> | <a href="sitemap/sitemap.htm" target="_blank" class="bottom">网站地图</a');
document.write ('> | <a href="http://www.gdjiuji.com/jjzj/" target="_blank" class="bottom">咨询服务</a');
document.write ('> | <a href="service/contact.htm" target="_blank" class="bottom">联系我们</a');
document.write ('> | <a href="download/xczl.htm" 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="#" target="_blank" class="bottom">Copyright statement</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");
}
