function setCurrent( theId ) {
    if ( document.getElementById( theId ) ) {
        document.getElementById( theId ).className = 'active';
    }
}
