﻿// JScript File
function showPhoto(obj)
{

    document.getElementById('mainAdphoto1').src=obj.src
    
}


