<!--
function menuOn (name)
{
  if ( document.images )
  {
    document.images[name].src = "/graphics/" + name + "_on.gif";
  }
}

function menuOff (name)
{
  if ( document.images )
  {
    document.images[name].src = "/graphics/" + name + "_off.gif";
  }
}
// -->
