<!--
function goLite(BTN)
{
   document.getElementById(BTN).style.color = "#CC5533";
   document.getElementById(BTN).style.borderTopColor = "#666666";
   document.getElementById(BTN).style.borderBottomColor = "#666666";
}

function goDim(BTN)
{
   document.getElementById(BTN).style.color = "#777777";
   document.getElementById(BTN).style.borderTopColor = "#AAAAAA";
   document.getElementById(BTN).style.borderBottomColor = "#AAAAAA";
}

-->
