﻿function iconSwitch(obj, imageUrl)
{
    if (obj)
    {
        obj.src = imageUrl;
    }
}