	function selecionaDRT(opcao)
		{
		  document.location.href = document.getElementById(opcao).value;
		}
