﻿function buttonPic(evt, imgUrl)
{
    var el = (window.event) ? window.event.srcElement : evt.target;
    el.src = imgUrl;
}
