///////////////////////////////////////////////////////////
//
// 产品名称：公司(企业)网站管理系统
// 版权所有: 
// 程序制作：
// Copyright 2004-2005 ebossi.com - All Rights Reserved. 
//
///////////////////////////////////////////////////////////

//顶边的Logo在菜单上
function TopLogoA1(){
document.write ('<DIV align="center">');
document.write ('<TABLE height=120 width=766 align=center background=../img/banner.jpg border=0>');//表格宽度与高度
document.write ('<TBODY>');
document.write ('<TR>');
document.write ('<TD>');
document.write ('<EMBED style="LEFT: 280px; WIDTH: 1000px; POSITION: absolute; TOP: 85px; HEIGHT: 70px" src=../img/honeym.swf width=600 height=618 type=application/octet-stream; quality="high" wmode="transparent" embed="">');
document.write ('</EMBED>');
document.write ('<DIV align=right twffan="done">');
document.write ('<MARQUEE scrollAmount=1 scrollDelay=100 direction=down behavior=slide width=370 height=100>');//文字显示位置
document.write ('<MARQUEE scrollAmount=1 scrollDelay=100 direction=up width=500 height=100>');//显示字符的宽度和高度
//document.write ('<FONT style="FONT-SIZE: 15pt; WIDTH: 100%; COLOR: #000000; LINE-HEIGHT: 150%" face=楷体_GB2312>');
document.write ('<FONT style="FONT-SIZE: 15pt; WIDTH: 100%; COLOR: #ff0000; LINE-HEIGHT: 150%" face=楷体_GB2312>');
document.write ('<B><P>山东水林医药有限公司<BR>竭诚为您服务<BR>');
document.write ('</P>');
document.write ('</B>');
document.write ('</FONT>');
document.write ('</MARQUEE>');
document.write ('</MARQUEE>');
document.write ('</DIV>');
document.write ('</TD>');
document.write ('</TR>');
document.write ('</TBODY>');
document.write ('</TABLE>');
//document.write ('<EMBED style="LEFT: 1px; WIDTH: 0px; TOP: 1px; HEIGHT: 0px" src=http://www.ahsp.org.cn/movie/xcyz/20051104082129.wma width=1 height=1 type=audio/x-ms-wma loop="TRUE" autostart="TRUE">');
//document.write ('</embed>');
}
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/logo.gif"></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>');
}
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="../img/logo.gif"></TD>');
//document.write ('<TD align="center"><IMG src="../img/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="438" height="80" id="banner3" align="middle">');
document.write ('<param name="allowScriptAccess" value="sameDomain" />');
document.write ('<param name="movie" value="../img/banner3.swf" />');
document.write ('<param name="quality" value="high" />');
document.write ('<param name="bgcolor" value="#e3e2e8" />');
document.write ('<embed src="../img/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="../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>');
}

