function ativaReplace(){
	if(typeof sIFR == "function"){
		// This is the preferred "named argument" syntax
		sIFR.replaceElement(named({sSelector:"h1",sFlashSrc:"sifr/zurich_cnbt.swf",sColor:"#000000",sEmColor:"#FF6600",sStrongColor:"#FF0000",sSpanColor:"#FF9900",sBgColor:"#FFFFFF",sLinkColor:"#666666",sHoverColor:"#000000",nPaddingRight:10,nPaddingLeft:10,nPaddingTop:10,nPaddingBottom:10,sFlashVars:"textalign=right&offsetTop=0"}));
		// This is the older, ordered syntax
		sIFR.replaceElement("h4.sifr_sub_titulo","sifr/zurich_cnbt.swf","#003760","#000000","#000000","#000000","#000000","#000000","#000000",0,0,0,0,"textalign=left&offsetTop=1");
	}
}

function carregarDadosReplacement (ifila) {
	//retorno padrão de dados - NÃO EXCLUIR ESSA LINHA - NÃO ADICIONAR CODIGOS ANTES DESSA LINHA
	document.getElementById(fila[ifila][1]).innerHTML = xmlhttp.responseText;
	// Editar à partir do SCRIPT inserido no rodapé de cada página.
	ativaReplace();
}
ativaReplace();