$(document).ready(function() {

    $('#topo_interno').flash(
                                       
        {   swf: '/media/swf/topo_interno.swf',
            params: {   wmode: "transparent"   },
            height: 123,
            width: 980   }
    );
    
    $('#topo_home').flash(
                                       
        {   swf: '/media/swf/topo.swf',
            params: {   wmode: "transparent"   },
            height: 357,
            width: 979   }
    );
});

