///////////////////////////////////////////////////////////
//
// ****** 公司(企业)网站管理系统
// server@*****.net,QQ:*******    
// www.xhxld.cn
// copyright(c)2008   
//
///////////////////////////////////////////////////////////

//顶边的Logo在菜单上
function TopLogoA1(){
document.write ('<DIV align="center">');
document.write ('<TABLE cellPadding=0 cellSpacing=0 class="TopLogoA2">');
document.write ('<TR>');
document.write ('<TD align="center"><IMG src="../img/banner3.jpg" width=765 height=145></TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('</DIV>')
}
function TopLogoA2(){
document.write ('<DIV align="center">');
document.write ('<TABLE cellPadding=0 cellSpacing=0 class="TopLogoA2">');
document.write ('<TR>');
document.write ('<TD align="center"><IMG src="../img/banner3.jpg" width=765 height=145></TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('</DIV>');
}
function TopLogoA3(){
document.write ('<DIV align="center">');
document.write ('<TABLE cellPadding=0 cellSpacing=0 class="TopLogoA3">');
document.write ('<TR>');
document.write ('<TD align="center"><IMG src="../img/banner3.jpg" width=765 height=145></TD>');
document.write ('</TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('</DIV>');
}
function TopLogoA4(){
document.write ('<DIV align="center">');
document.write ('<TABLE cellPadding=0 cellSpacing=0 class="TopLogoA2">');
document.write ('<TR>');
document.write ('<TD align="center"><IMG src="../img/top001.jpg" width=1004 height=142></TD>');
document.write ('</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>');
}

