// JavaScript para exibir o flash

function ConteudoFlash(){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="400" height="315">\n');
document.write('<param name="movie" value="swf/topo_home.swf" />\n');
document.write('</object>\n');
} 

function ConteudoFlash_galeria(){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  width="100%" height="171">\n');
document.write('<param name="movie" value="swf/topo_2_jungo.swf" />\n');
document.write('</object>\n');
} 