

function pop_flash(varLargura,varAltura,varTopo,urlArquivo,varId,varTagname)
{
    document.write("<div id='p_flash' style='position:absolute; width:"+varLargura+"height:"+ varAltura +";z-index:100;top:"+ varTopo +"px; left:30%;'><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="+ varLargura +" height="+ varAltura +"><param name=movie value="+ urlArquivo +"?id="+ varId +"&tagname="+ varTagname +"><param name=quality value=high><param name=wmode value=transparent><embed src="+ urlArquivo +"?id="+ varId +"&tagname="+ varTagname +" width="+ varLargura +" height="+ varAltura +" quality=high pluginspage=http://www.macromedia.com/go/getflashplayer type=application/x-shockwave-flash wmode=transparent></embed></object></div>");
}

function fecha()
{
    document.getElementById('p_flash').style.display = 'none';
}