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