function goLite(FRM,BTN)
{
 /*  window.document.forms[FRM].elements[BTN].style.color = "#FFFFFF";
   window.document.forms[FRM].elements[BTN].style.backgroundColor = "#F36A39";
   window.document.forms[FRM].elements[BTN].style.borderTopColor = "#F36A39";
   window.document.forms[FRM].elements[BTN].style.borderBottomColor = "#F36A39";
   window.document.forms[FRM].elements[BTN].style.borderLeftColor = "#C33A09";
   window.document.forms[FRM].elements[BTN].style.borderRightColor = "#DA6231";*/
}

function goDim(FRM,BTN)
{
  /* window.document.forms[FRM].elements[BTN].style.color = "#FFFFFF";
   window.document.forms[FRM].elements[BTN].style.backgroundColor = "#F36A39";
   window.document.forms[FRM].elements[BTN].style.borderTopColor = "#F36A39";
   window.document.forms[FRM].elements[BTN].style.borderBottomColor = "#F36A39";
   window.document.forms[FRM].elements[BTN].style.borderLeftColor = "#C33A09";
   window.document.forms[FRM].elements[BTN].style.borderRightColor = "#DA6231";*/
}
