function goLite(FRM,BTN)
{
   window.document.forms[FRM].elements[BTN].style.color = "#FF6600";
}

function goDim(FRM,BTN)
{
   window.document.forms[FRM].elements[BTN].style.color = "#FFFFFF";
}

