function goLite(FRM,BTN)
{
   window.document.forms[FRM].elements[BTN].style.color = "#000000";
   window.document.forms[FRM].elements[BTN].style.backgroundColor = "#95ADCE";
   window.document.forms[FRM].elements[BTN].style.borderColor = "#575871";
}

function goDim(FRM,BTN)
{
   window.document.forms[FRM].elements[BTN].style.color = "#FFFFFF";
   window.document.forms[FRM].elements[BTN].style.backgroundColor = "#575871";
   window.document.forms[FRM].elements[BTN].style.borderColor = "#575871";
}
