///////////////////////////////////////////////////////////
//
// 产品名称,南京信息网络网站管理系统
// http://www.nj999.com,    
// 
// Copyright 2004-2005 liangjing.net - All Rights Reserved.   
//
///////////////////////////////////////////////////////////

//顶边的Logo在菜单上
function TopLogoA4(){
document.write ('<DIV align="center">');
document.write ('<TABLE cellPadding=0 cellSpacing=0 class="TopLogoA4">');
document.write ('<tr>');
document.write ('<td><img src="../img/menu.gif" width="1004" height="187"></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>');
}

