function changeImage(id, image) {
    $("#image_" + id).css("background-image", "url(" + image + ")"); 
}

