function setBackground(path)  {
    rpart = document.getElementById("rightpart");
    rpart.style.backgroundImage = "url(" + path + ")";
}

