function swap_cat_img(obj_id, img_name){
  document.getElementById(obj_id).src = img_name;
}

