///////////////////////////////////////////////////////////
//
// 产品名称：百合特色便利商城 91pf.cn
// 版权所有: 91pf.cn 
// Copyright 2004-2005 91pf.cn - All Rights Reserved. 
//
///////////////////////////////////////////////////////////

//底部的中文菜单
function CnFootMenu(){
    document.write ('<DIV align="center">');
    document.write ('<TABLE cellSpacing=0 cellPadding=5 width=100% align=center bgColor=#ffffff border=0>');
    document.write ('  <TBODY>');
    document.write ('  <TR>');
    document.write ('    <TD align=center>');
    document.write ('      <A href="http://www.91pf.cn/index1.htm" target=_blank>商城首页</A> | ');
    document.write ('      <A href="http://www.91pf.cn/Product.asp?Action=new" target=_blank>新到商品</A>| ');
    document.write ('      <A href="http://www.91pf.cn/Product.asp?Action=top" target=_blank>精品推荐</A> | ');
    document.write ('      <A href="http://www.91pf.cn/NewsInfo.asp?id=91" target=_blank>联系我们</A> | ');
    document.write ('      <A href="http://www.91pf.cn/CoProfile.asp?Action=Profile" target=_blank>关于我们</A>| ');
    document.write ('      <A href="http://www.91pf.cn/NewsInfo.asp?id=89" target=_blank><FONT color=#ff0000>支付方式 </FONT></A>| ');
    document.write ('      <A href="http://www.91pf.cn/map.htm" target=_blank><FONT color=#ff0000>网站地图</FONT></A>| ');
    document.write ('      <A href="http://www.91pf.cn/lj.htm" target=_blank><FONT color=#ff0000>友情连接</FONT></A>| ');
    document.write ('      <a onclick="window.external.addFavorite(\'http://www.91pf.cn/\',\'百合便利商城\');return false;" href="#" target="mainFrame" >收藏本店</A></TD></TR>');
    document.write ('      </TBODY>');
    document.write ('</TABLE>');
    document.write ('<TABLE cellSpacing=0 cellPadding=11 width=100% align=center border=0>');
    document.write ('  <TBODY>');
    document.write ('  <TR>');
    document.write ('    <TD class=tdbgc_pink align=middle><p>版权所有 &copy; 2003-2004 <A href="http://mall.91pf.cn/" target=_blank>百合特色便利商城</A> <A ');
    document.write ('      href="http://91pf.cn/" target=_blank> 91pf.cn</A><BR> Powered by ');
    document.write ('      <A href="http://91pf.cn/" target=_blank>91pf.cn</A></p>      </TD></TR></TBODY></TABLE>');
    document.write ('<TABLE height=20 cellSpacing=0 cellPadding=3 width=100% align=center bgColor=#ffffff border=0>');
    document.write ('  <TBODY>');
    document.write ('  <TR>');
    document.write ('    <TD width=95% align=middle>');
    document.write ('    <IMG height=32 src="../img/log3.GIF" width=88><A href="http://www.91pf.cn/NewsInfo.asp?id=95" target=_blank>百合特色便利商城<FONT color=#ff0000>批发</FONT>业务</A> ');
    document.write ('    <A href="http://www.91pf.cn/NewsInfo.asp?id=94" target=_blank><FONT color=#ff0000>团购</FONT>/<FONT ');
    document.write ('      color=#ff0000>大宗购物</FONT></A><BR> </TD>');
    document.write ('  </TR>');
    document.write ('  </TBODY></TABLE>');
    document.write ('</DIV>');
}

function Copyright()
{
  var arr = showModalDialog("Copyright.asp", "", "dialogWidth:680px; dialogHeight:500px; status:0");
}
