﻿function setActive( theID ) {
    if ( document.getElementById( theID ) ) {
        document.getElementById( theID ).className = 'active';
    }
}