// JavaScript Document

function imgFlash(){

document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ');
document.write('"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" ');
document.write(' width="798" height="410" align="middle" type="application/x-shockwave-flash" data="img/flash_top.swf">');
document.write('<param name="movie" value="img/flash_top.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="wmode" value="transparent">\n');
document.write('<embed src="img/flash_top.swf" quality="high" '); 
document.write('pluginspage="http://www.macromedia.com/go/getflashplayer" ');
document.write('type="application/x-shockwave-flash" width="798" height="410">');
document.write('</object>');
}




