function showphoto(set) 
{
    var thePhotos = document.getElementById('photos');
	thePhotos.firstChild.src = set;
}