function SwitchBtnBg(obj, img) {
  img = 'images/site/' + img;
  obj.style.backgroundImage = 'url(' + img + ')';
}



