function maiorouigual(imo_txt, imo)
{
	if (imo_txt<=imo) return 0;
	else return 1;
}