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