function changeLocation(image, text){
    document.getElementById("location").src                 ='/static/uploaded/images/shops/'+image;

    if (typeof(text) !== "undefined"){
        document.getElementById("image_description").innerHTML  = text;
    }
}
