function resetCounters() {
  ctr = 0;
  ctrMax = arr.length - 1;
}
