function displayphoto(photourl)
{
        var galleryimage = document.getElementById('galleryphoto');
        galleryimage.src = photourl;
}
