<!--
function flash_main(){
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0""');
document.write(' width="810"height="350">');
document.write('<param name="movie" value="img_index/main.swf" />');
document.write('<param name="loop" value="false" />');
document.write('<param name="menu" value="false" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="bgcolor" value="#555555" />');
document.write('<param name="wmode" value="transparent" />');
document.write('<embed src="img_index/main.swf" loop="false" menu="false" wmode="transparent" quality="high"');
document.write(' bgcolor="#555555" width="810" height="350"');
document.write(' type="application/x-shockwave-flash"');
document.write(' pluginspage="http://www.macromedia.com/go/getflashplayer">');
document.write('</embed>');
document.write('</object>');
}



//-->