var htmlStyle = ''+ ''; var htmlTopo = ''+ '
'+ ''+ '
'+ '
'+ ''+ '
'+ '
'+ '
'; var pmc = jQuery.noConflict(); pmc(document).ready(function(){ if (pmc("body").length == 0) { alert("Sua página necessita da tag BODY para utilizar o topo da Prefeitura de Curitiba."); } pmc(document.createElement("div")).attr("id","divTopoPortalPmcJquery").html(htmlStyle+htmlTopo).prependTo("body"); }); function RedirecionarAcessoRapido(obj, targetBlank) { var selecionado = obj.selectedIndex; obj.selectedIndex = 0; var url = obj.options[selecionado].value; if (pmc.trim(url) != "") { url = "http://www.curitiba.pr.gov.br" + url.toString(); if (targetBlank == true) { window.open(url, "acesso" + selecionado); } else { window.top.location = url; } } else { alert("Item sem valor para redirecionar."); } }