//顶边的Logo在菜单上
function TopLogoA1(){
document.write ('<DIV align="center">');
document.write ('<table border="0" width="768" id="table1" height="153">');
document.write ('<tr>');
document.write ('<td background="images/top.jpg">');
document.write ('<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="765" height="153">');
document.write ('<param name="movie" value="images/top.swf">');
document.write ('<param name="quality" value="High">');
document.write ('<param name="scale" value="NoBorder">');
document.write ('<param name="menu" value="false">');
document.write ('<param name="wmode" value="transparent">');
document.write ('<embed src="images/top.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="765" height="153" quality="High" scale="NoBorder" menu="false" wmode="transparent">');
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>');
}


