function FlashCode() 
{ 
document.write('<OBJECT codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,24,0" width="544" height="171" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">'); 
document.write('<PARAM NAME="Src" VALUE="felso.swf">'); 
document.write('<PARAM NAME="WMode" VALUE="Transparent">'); 
document.write('<PARAM NAME="Quality" VALUE="High">'); 
document.write('<embed wmode="transparent" src="felso.swf" quality="high" type="application/x-shockwave-flash" width="544" height="171"  </embed>'); 
document.write('</OBJECT>'); 
} 