function goLite(FRM,BTN)
{
   window.document.forms[FRM].elements[BTN].style.color = "#6B6A6A";
   window.document.forms[FRM].elements[BTN].style.backgroundColor = "#dcdcdc";
   window.document.forms[FRM].elements[BTN].style.borderColor = "6B6A6A";
}

function goDim(FRM,BTN)
{
   window.document.forms[FRM].elements[BTN].style.color = "#6B6A6A";
   window.document.forms[FRM].elements[BTN].style.backgroundColor = "#F1F3F0";
   window.document.forms[FRM].elements[BTN].style.borderColor = "#6B6A6A";
}
