﻿function goLite(FRM, BTN) {
    window.document.forms[FRM].elements[BTN].style.backgroundColor = "#605279";
}

function goDim(FRM, BTN) {
    window.document.forms[FRM].elements[BTN].style.backgroundColor = "#2A056C";
}