function main(){
document.write('<object data="/swf/main.swf" type="application/x-shockwave-flash" width="555" height="200">');
document.write('<param name="movie" value="/swf/main.swf">');
document.write('<param name="quality" value="high">');
document.write('<param name="wmode" value="transparent">');
document.write('<param name="play" value="true">');
document.write('<param name="loop" value="true">');
document.write('<embed pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" src="/swf/main.swf" type="application/x-shockwave-flash" width="555" height="200" quality="best" play="true" wmode="transparent"></emded>');
document.write('<a href="/top.html"><img src="/img/main.jpg" width="555" height="200"></a>');
document.write('</object>');
}


function topflash_index(){
document.write('<object data="/swf/topflash_index.swf" type="application/x-shockwave-flash" width="800" height="500">');
document.write('<param name="movie" value="/swf/topflash_index.swf">');
document.write('<param name="quality" value="high">');
document.write('<param name="wmode" value="transparent">');
document.write('<param name="play" value="true">');
document.write('<param name="loop" value="true">');
document.write('<embed pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" src="/swf/topflash_index.swf" type="application/x-shockwave-flash" width="800" height="500" quality="best" play="true" wmode="transparent"></emded>');
document.write('<a href="/top.html"><img src="/img/topflash_index.jpg" width="800" height="500"></a>');
document.write('</object>');
}
