function chBgImg(opt) {
  document.body.style.backgroundImage = "url(" + opt + ")";
}
