//顶边的Logo在菜单上
function TopLogoA4(){
document.write ('<DIV align="center">');
document.write ('<table border="0" cellspacing="0" cellpadding="0" class="TopLogoA4">');
document.write ('<TR>');
document.write ('<TD>');
document.write ('<IMG src="../flash/menu.jpg" width="640" height="295">');
document.write ('</TD>');
document.write ('<TD>');
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="364" height="295 " align="middle">');
document.write ('<param name="allowScriptAccess" value="sameDomain" />');
document.write ('<param name="movie" value="../flash/menu.swf" /> ');
document.write ('<param name="quality" value="high" />');
document.write ('<param name="bgcolor" value="#0033ff" />');
document.write ('<embed src="../flash/menu.swf" quality="high" bgcolor="#0033ff" width="364" height="295" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
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>');
}


