function changeClr(idAction,idCell){
	if (idAction == 'out'){
		document.getElementById(idCell).style.backgroundColor = '#FFFFC8';
		document.getElementById(idCell).style.color = '#000000';
	}
	else{
		document.getElementById(idCell).style.backgroundColor = '#C83214';
		document.getElementById(idCell).style.color = '#FFFFFF'
	}
}
		
function redirect(pgLink){
	switch(pgLink){
		case 'cell1':
			document.location.href = 'notas.php?lintSection=1&lintIdCT=9'
		break;
		case 'cell2':
			document.location.href = 'notas.php?lintSection=2&lintIdCT=1'
		break;
		case 'cell3':
			document.location.href = 'notas.php?lintSection=3&lintIdCT=2'
		break;
		case 'cell4':
			document.location.href = 'notas.php?lintSection=4&lintIdCT=3'
		break;
		case 'cell5':
			document.location.href = 'notas.php?lintSection=5&lintIdCT=4'
		break;
		case 'cell6':
			document.location.href = 'notas.php?lintSection=6&lintIdCT=5'
		break;
		case 'cell7':
			document.location.href = 'notas.php?lintSection=7&lintIdCT=6'
		break;
		case 'cell8':
			document.location.href = 'notas.php?lintSection=8&lintIdCT=7'
		break;
		case 'cell9':
			document.location.href = 'lshe.php??lintSection=9'
		break;
		case 'cell10':
			document.location.href = 'himno.php?lintSection=10'
		break;
		case 'cell11':
			window.open("http://foro.taninos.com/");
		break;
		case 'cell12':
			document.location.href = 'notas.php?lintSection=12&lintIdCT=10'
		break;
		case 'cell13':
			document.location.href = 'notas.php?lintSection=13&lintIdCT=11'
		break;
	}
}
