<!--
function RunFla()
{
    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="780" height="207" />');
    document.write('<PARAM name="movie" value="images/topimage.swf" />');
		document.write('<PARAM name="quality" value="high" />');
		document.write('<EMBED src="images/topimage.swf" QUALITY="high" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" TYPE="application/x-shockwave-flash" width="780" height="207" />');
		document.write('</EMBED>');
    document.write('</OBJECT>');
}
//-->