﻿// JScript File
function changecolour(btn, color)
{
    //btn.style.background-color = "#ce9e56";
    btn.style.backgroundColor = color;
}