//¶¥±ßµÄ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 height=270>');
document.write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="1002" height="270">');
document.write ('<param name="movie" value="../img/top.swf">');
document.write ('<param name="quality" value="high" />');
document.write ('<param name="wmode" value="transparent">')
document.write ('</object>');
document.write ('</TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('</DIV>');
}
