function runFlash()
	 { document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="475" height="400">\n');
	   document.write('<param name="movie" value="index_final.swf">\n');
	   document.write('<param name="quality" value="high">\n');
	   document.write('<param name="wmode" value="transparent">\n');
	   document.write('<embed src="index_final.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="475" height="400"></embed>\n');
	   document.write('</object>\n');
	 }
                    
function runAnimation()
	 { document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="93" height="62">\n');
	   document.write('<param name="movie" value="../flash/animation.swf">\n');
	   document.write('<param name="quality" value="high">\n');
	   document.write('<embed src="../flash/animation.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="93" height="62"></embed>\n');
	   document.write('</object>\n');
	 }

function runHeroes()
	 { document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="81" height="60">\n');
	   document.write('<param name="movie" value="../flash/heroes.swf">\n');
	   document.write('<param name="quality" value="high">\n');
	   document.write('<param name="LOOP" value="false">\n');
	   document.write('<embed src="../flash/heroes.swf" width="81" height="60" loop="false" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>\n');
	   document.write('</object>\n');
	 }