function ShowFlash(zID, zWidth, zheight, zProg, zParam, zMode) {
    document.write('<object id="'+zID+'"');	
    document.write('classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');	
    document.write('width="'+zWidth+'"');	
    document.write('height="'+zheight+'">');
	document.write('<param	name="allowScriptAccess" value="sameDomain" />');
    document.write('<param name="movie" value="'+zProg+'?'+zParam+'">');
    document.write('<param name="quality" value="high">');	
    document.write('<param name="wmode" value="'+zMode+'">');	
    document.write('<param name="swfversion" value="6.0.65.0">');	
	document.write('<param name="menu" value="false" />');
	document.write('<param name="expressinstall" value="http://www.dembahia.com.br/Scripts/expressInstall.swf">');
    document.write('<object 	type="application/x-shockwave-flash"');
    document.write('data="'+zProg+'?'+zParam+'"');
    document.write('width="'+zWidth+'"');	
    document.write('height="'+zheight+'">');	
	document.write('<param	name="allowScriptAccess" value="sameDomain" />');
    document.write('<param name="quality" value="high">');
    document.write('<param name="wmode" value="'+zMode+'">');
    document.write('<param name="swfversion" value="6.0.65.0">');
	document.write('<param name="menu" value="false" />');
	document.write('<param name="expressinstall" value="http://www.dembahia.com.br/Scripts/expressInstall.swf">');
    document.write('<div>');
    document.write('<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>');
    document.write('<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.write('</div>');
    document.write('</object>');
    document.write('</object>');
}