function img(small, big) {
  document.getElementById("item_s_name").src = '/img/'+small;
  document.getElementById("item_b_name").href = '/img/'+big;
}
