﻿// JScript File

function SwitchImage(identifier, image)
{
    identifier.src = image;
}
