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

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

