function pesquisa_ann(frm)
{
	frm.submit();
	return true;
}

function muda_ann(url,obj)
{
	window.location.href=(url+obj);
}