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