﻿
function showPhoto(photo, image)
{    
    document.getElementById(image).src = photo;
}

