function ro (imgName, imgState)
{
  document.getElementById(imgName).src = "img/home_" + imgName + imgState + ".jpg";
}
