//顶边的Logo在菜单上
function TopLogoA1(){
document.write ('<DIV align="center">');
document.write ('<TABLE cellPadding=0 cellSpacing=0 class="TopLogoA1">');
document.write ('<TR>');
document.write ('<td height="52" align="right" background="../img/TOPp.gif" style="padding-right:20px ">');
document.write (' <a href="http://www.hnyxyy.com" onclick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'www.hnyxyy.com\');" class="bottom">设为首页</a');
document.write ('> | <a href="javascript:window.external.AddFavorite(\'http://www.hnyxyy.com\',\'一先药业\')" class="bottom">加入收藏夹</a');
document.write ('> | <a href="Bs_CoProfile.asp?Action=Contact" class="bottom">联系我们</a');
document.write ('</Td>');
document.write ('</TR>');
document.write ('<TR><TD width=100%>');
document.write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="766" height="166">');
document.write ('<param name="allowScriptAccess" value="sameDomain" />');
document.write ('<param name="movie" value="../img/top.swf" />');
document.write ('<param name="quality" value="high" />');
document.write ('<param name="bgcolor" value="#ffffcc" />');
document.write ('<embed src="../img/top.swf" quality="high" bgcolor="#ffffcc" width="766" height="120" 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 ('</TABLE>');
document.write ('</DIV>');
}
function TopLogoA2(){
document.write ('<DIV align="center">');
document.write ('<TABLE cellPadding=0 cellSpacing=0 class="TopLogoA1">');
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"></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=7,0,0,0" width="768" height="120" id="banner3" align="middle">');
document.write ('<param name="allowScriptAccess" value="sameDomain" />');
document.write ('<param name="movie" value="../img/top.swf" />');
document.write ('<param name="quality" value="high" />');
document.write ('<param name="bgcolor" value="#e3e2e8" />');
document.write ('<embed src="../img/top.swf" quality="high" bgcolor="#e3e2e8" width="768" height="120" name="banner3" 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 ('</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/bossiLogo.jpg"></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=7,0,0,0" width="768" height="120" id="banner3" align="middle">');
document.write ('<param name="allowScriptAccess" value="sameDomain" />');
document.write ('<param name="movie" value="../img/top.swf" />');
document.write ('<param name="quality" value="high" />');
document.write ('<param name="bgcolor" value="#e3e2e8" />');
document.write ('<embed src="../img/top.swf" quality="high" bgcolor="#e3e2e8" width="768" height="120" 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>');
}

