function switchPhoto(uri)
{
    document.getElementById('galPic').src = uri + '/large.jpg';
}