// $Id: highlight_anchors.js,v 1.1 2002/12/20 15:17:16 rl Exp $
function MarkInText(indexID)
   { if (location.hash == indexID)
      document.write('<span class="index-anchor">&gt;&gt;&gt;</span>')
   }
