function changeImage(photo, text) {
    document.getElementById('large_photo').src = photo;
    document.getElementById('large_photo_desc').innerHTML = text;
}