function goLite(FRM,BTN)
{
   window.document.forms[FRM].elements[BTN].style.color = "#ed643c";
   window.document.forms[FRM].elements[BTN].style.backgroundColor = "#ffffff";
   window.document.forms[FRM].elements[BTN].style.borderColor = "#ed643c";
}

function goDim(FRM,BTN)
{
   window.document.forms[FRM].elements[BTN].style.color = "#888888";
   window.document.forms[FRM].elements[BTN].style.backgroundColor = "#ededed";
   window.document.forms[FRM].elements[BTN].style.borderColor = "#BBBBBB";
}
function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
};