var Ilumina = {
	Suporte: {
		mostraResposta: function (element) {			
			$(element).parent().next().toggle();
			return false;
		}
	}
};