///////////////////////////////////////////////////////////
//
// 产品名称：超级企业（公司）网站全站系统（简称：88852.com）
// 版权所有: 88852.com 
// 程序制作：88852网络
// Copyright 2004-2005 88852.com - All Rights Reserved. 
//
///////////////////////////////////////////////////////////

//顶边的Logo在菜单上
function TopLogoA1(){
document.write ('<DIV align="center">');
document.write ('<TABLE cellPadding=0 cellSpacing=0 class="TopLogoA1">');
document.write ('<TR><TD width=100%>');
document.write ('<img src="../img/168.jpg" width="766" height="150"  border="0">');
document.write ('</TD></TR>');
document.write ('</TABLE>');
document.write ('</DIV>');
}



//顶边的Logo在菜单下
function TopLogoB1(){
document.write ('<DIV align="center">');
document.write ('<TABLE cellPadding=0 cellSpacing=0 border=0 class="TopLogoB1">');
document.write ('<TR>');
document.write ('<TD><IMG src="../img/1x1_pix.gif" width=3 height=1></TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('</DIV>');
}

//低边的Logo在中部下
function FootLogoC1(){
document.write ('<DIV align="center">');
document.write ('<TABLE cellPadding=0 cellSpacing=0 border=0 class="FootLogoC1">');
document.write ('<TR>');
document.write ('<TD><IMG src="../img/1x1_pix.gif" width=3 height=1></TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('</DIV>');
}

