Acessibilidades...
\n');
}
$(function(){
setTimeout( function() {
var so = new SWFObject("tagcloud/pop_up.swf", "idpoup", "320", "240", "8", "#044077");
so.addParam("WMODE", "Transparent");
so.addParam("SWLIVECONNECT", "true");
so.addParam("MENU", "false");
so.addParam("QUALITY", "Best");
so.write("idpoup");
$('#idpoup').css({ 'background': '#FFFFFF'
,'width':'320px','height':'240px'
,'margin':'0px 0 0 0' // 21 ff
})
$("#headioup").css({width:'320px',height:'21px'}).html('- ADMINISTRAÇÃO MUNICIPAL ABERTA
- X
');
$("#lpoup").draggable({handle:'div'});
$("#lpoup").css( {'position':'absolute','top':'185px','left': ( $(window).width() /2 - 70)+'px'
,'background':'transparent url(imagens/cxAzul2.png) no-repeat 0 0'
,'width':'380px', height: '320px'
,'padding':'25px 22px 10px 25px'
});
$('.btWcf').click(function() {
$("#headioup").html('').css({ 'width':'0','height':'0' });
$('#idpoup').html('').css({ 'width':'0','height':'0' });
$("#lpoup").css( {'position':'absolute','top':'0px','left':'0px','width':'0', height: '0','padding':'0'});
})}, 1000);
})