
function ActivaLinkIndice(sSecc) {
	var td = document.getElementById('td' + sSecc);
	if (td != null) {
		td.style.display = '';
	}
}
