function MostraSwf($arquivo,$largura,$altura,$id,$link){
document.writeln(' <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="' + $largura + '" height="' + $altura + '"> ');
document.writeln(' <param name="movie" value="' + $arquivo + '" />');
document.writeln(' <param name="quality" value="high" />');
document.writeln(' <param name="wmode" value="opaque" />');
document.writeln(' <param name="swfversion" value="6.0.65.0" />');
document.writeln(' <param name="expressinstall" value="Scripts/expressInstall.swf" />');
document.writeln(' <!--[if !IE]>-->');
document.writeln(' <object type="application/x-shockwave-flash" data="' + $arquivo + '" width="' + $largura + '" height="' + $altura + '">');
document.writeln(' <!--<![endif]-->');
document.writeln(' <param name="quality" value="high" />');
document.writeln(' <param name="wmode" value="opaque" />');
document.writeln(' <param name="swfversion" value="6.0.65.0" />');
document.writeln(' <param name="expressinstall" value="Scripts/expressInstall.swf" />');
document.writeln(' <div>');
document.writeln(' <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>');
document.writeln(' <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>');
document.writeln(' </div>');
document.writeln(' <!--[if !IE]>-->');
document.writeln(' </object>');
document.writeln(' <!--<![endif]-->');
document.writeln(' </object>');
}
