// JavaScript Document

function busca_despedidas( idcampo )
{
	var url = document.getElementById(idcampo).value;
	window.location.href = url;
}
