function TrocaEvento(campo){
	if(campo.value != ""){
		url = "eventos.asp?EVEN_PK_ID=" + campo.value;
		document.location.href = url;
	}
}