﻿// JScript File

function ChangeColor(colorCode,control)
{
    control.style.background=colorCode;
    return true;
}