function ativaActive(fcValor) {
	if (navigator.appName == "Microsoft Internet Explorer") {
		var conteudo = document.getElementById(fcValor).innerHTML;
		document.getElementById(fcValor).innerHTML = conteudo;
	}
}
