function swapImg(id)
{
  document.getElementById(id).src = "/img/standart2/"+ id + "1.jpg";
}

function restoreImg(id, name)
{
  document.getElementById(id).src = "/img/standart2/"+ id + ".jpg";
}