///////////////////////////////////////////////////////////
//
// 产品名称：幽古工作室 公司(企业)网站管理系统（简称：cnugo.com）
// 版权所有: cnugo.com 
// 程序制作：cnugo.com开发团队
// Copyright 2004-2005 cnugo.com - All Rights Reserved. 
//
///////////////////////////////////////////////////////////

//顶边的Logo在菜单上

function TopLogoA2(){
document.write ('<DIV align="center">');
document.write ('<TABLE cellPadding=0 cellSpacing=0 class="TopLogoA2">');
document.write ('<TR>');
document.write ('<TD width=198 align="center"><IMG src="../img/bossiLogo.jpg"></TD>');
document.write ('<TD align="center"><IMG src="../img/banner-3.jpg" width=480 height=80></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>');
}

