Tutorials and code on highlighting current navigation active state

Note: the following DOM can be used to highlight a page:

document.getElementById('LinkID').className = 'active';