function highlightTab(tab) {
    $('#' + tab).addClass('current_page_item');
}