function muda(SELECAO) {
//	alert(SELECAO)
	if (SELECAO != '0'){
			document.location.href = SELECAO
			
	}
}
