function nextBanda() {
  document.forward.submit();
}

function previousBanda() {
  document.reverse.submit();
}

