MEMBRIDGE
if ((amount->mem) && (amount->mem < MEMBRIDGE))
amount->mem = MEMBRIDGE;
if ((amount->pfmem) && (amount->pfmem < MEMBRIDGE))
amount->pfmem = MEMBRIDGE;
tmp_divide = MEMBRIDGE;