function allStart() {
  allPreFetch();
}

function allAndHomeStart() {
  allPreFetch();
  homePreFetch();
  boxStart();
}

function engStart() {
  engPreFetch();
}

