document.writeln('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="' + flw + '" height="' + flh + '" id="">');
document.writeln('  <param name="movie" value="' + flmovie + '" />');
document.writeln('	<param name="quality" value="high" />');
document.writeln('	<param name=FlashVars value="' + flvars + '" />');
document.writeln('	<embed flashvars="' + flvars + '" src="' + flmovie + '" width="' + flw + '" height="' + flh + '" quality="high" pluginspage="https://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name=""></embed>');
document.writeln('</object>');