///////////////////////////////////////////////////////////
//
// 产品名称：数字工作室 公司(企业)网站管理系统（简称：Myszw.com）
// 版权所有: Myszw.com 
// 程序制作：Myszw.com开发团队
// Copyright 2004-2005 Myszw.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 ('</td></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 width=198 align="center"><img src="../images/bossilogo.jpg"></td>');
document.write ('<td align="center"><img src="../images/banner-3.jpg"></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 width=198 align="center"><img src="../images/bossilogo.jpg"></td>');
//document.write ('<td align="center"><img src="../images/banner-3.jpg" width=480 height=80></td>');
document.write ('<td align="center">');
document.write ('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="570" height="104" id="banner3" align="middle">');
document.write ('<param name="allowscriptaccess" value="samedomain" />');
document.write ('<param name="movie" value="../images/banner3.swf" />');
document.write ('<param name="quality" value="high" />');
document.write ('<param name="bgcolor" value="#e3e2e8" />');
document.write ('<embed src="../images/banner3.swf" quality="high" bgcolor="#e3e2e8" width="438" height="80" name="banner3" align="middle" allowscriptaccess="samedomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write ('</object>');
document.write ('</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="../images/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="../images/1x1_pix.gif" width=3 height=1></td>');
document.write ('</tr>');
document.write ('</table>');
document.write ('</div>');
}


