///////////////////////////////////////////////////////////
//
// 产品名称：公司(企业)网站管理系统
// 版权所有: idc.tutu888.com 
// 程序制作：idc.tutu888.com开发团队
// Copyright 2006-2008 idc.tutu888.com - All Rights Reserved. 
//
///////////////////////////////////////////////////////////

//顶边的Logo在菜单上
function TopLogoA1(){
document.write ('<DIV align="center">');
document.writeln("<TABLE align=center  border=0 cellPadding=0 cellSpacing=0>");
document.writeln("<TBODY>");
document.write ('<TR><TD width=100%>');
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="766" height="170" id="bslogo" align="middle">');
document.write ('<param name="allowScriptAccess" value="sameDomain" />');
document.write ('<param name="movie" value="../img/banner31.swf" />');
document.write ('<param name="quality" value="high" />');
document.write ('<param name="bgcolor" value="#3399ff" />');
document.write ('<embed src="../img/banner31.swf" quality="high" bgcolor="#3399ff" width="766" height="170" name="bslogo" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write ('</object>');
document.write ('</TD></TR>');
document.writeln("<tr><td>");
document.writeln("<marquee direction=\"left\" scrolldelay=\"200\" width=\"766\" >");
document.writeln("订购热线：010-83619565  83610251 订购手机：13910035675");
document.writeln("<\/marquee>");
document.writeln("<\/td><\/tr>");
document.write ('</TABLE>');
document.write ('</DIV>');
}
function TopLogoA2(){
document.write ('<DIV align="center" >');
document.write ('<TABLE cellPadding=0 cellSpacing=0 background="../img/banner.jpg" class="TopLogoA1">');
document.write ('<TR><TD width=100% background="../img/banner.jpg">');
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="766" height="142" id="bslogo" align="middle">');
document.write ('<param name="allowScriptAccess" value="sameDomain" />');
document.write ('<param name="movie" value="../img/banner31.swf" />');
document.write ('<param name="quality" value="high" />');
document.write ('<param name="bgcolor" value="#e3e2e8" />');
document.write ('<embed src="../img/banner31.swf" quality="high" bgcolor="#e3e2e8" width="766" height="142" name="bslogo" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write ('</object>');
document.write ('</TD></TR>');
document.write ('<TR>');
document.write ('<TD width=100%><IMG src="../img/banner.jpg" width=766 height=173></TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('</DIV>');
}
function TopLogoA3(){
document.write ('<DIV align="center">');
document.write ('<TABLE cellPadding=0 cellSpacing=0 background="../img/banner.jpg" class="TopLogoA1">');
document.write ('<TR><TD width=100% background="../img/banner.jpg" >');
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="766" height="142" id="bslogo" align="middle">');
document.write ('<param name="allowScriptAccess" value="sameDomain" />');
document.write ('<param name="movie" value="../img/banner31.swf" />');
document.write ('<param name="quality" value="high" />');
document.write ('<param name="bgcolor" value="#e3e2e8" />');
document.write ('<embed src="../img/banner31.swf" quality="high" bgcolor="#e3e2e8" width="766" height="142" name="bslogo" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write ('</object>');
document.write ('</TD></TR>');
document.write ('<TR>');
document.write ('<TD width=100%><IMG src="../img/banner.jpg" width=766 height=173></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>');
}

