in master.js [93:99]
jQuery('#overview-link').click(function () {
jQuery('.features-posts').hide();
jQuery('.overview-tab').show();
jQuery('.resources').show();
jQuery('#menu-item-69').addClass('current-menu-item');
jQuery('#menu-item-68').removeClass('current-menu-item');
});