function showKeyBenefits() {
  jQuery('#content-tabs ul li:eq(1)').removeClass('active');
  jQuery('#content-tabs ul li:eq(0)').addClass('active');
  jQuery("#key_benefits_list h2").addClass("nav_active");
  jQuery("#all_benefits_list h2").removeClass("nav_active");
  jQuery("#all_benefits_list h2").removeClass('border_bottom');
  jQuery('#overview_all').hide();
  jQuery('#overview_key').show();
  jQuery('#overview_specific').hide();
  jQuery('#overview_specific1').hide();
  jQuery('#content_footnotes').hide();
  jQuery('#content_footnotes1').hide();
  jQuery('#subnav_left').hide();
}

function showKeyAllBenefits() {
  jQuery('#content-tabs ul li:eq(0)').removeClass('active');
  jQuery('#content-tabs ul li:eq(1)').addClass('active');
  jQuery("#all_benefits_list h2").addClass("nav_active");
  jQuery("#key_benefits_list h2").removeClass("nav_active");
  //jQuery("#all_benefits_list h2").addClass('border_bottom');
  jQuery('#overview_key').hide();
  jQuery('#overview_all').show();
  jQuery('#overview_specific').hide();
  jQuery('#overview_specific1').hide();
  jQuery('#content_footnotes').hide();
  jQuery('#content_footnotes1').hide();
  jQuery('#subnav_left').show();
}

function showKeySpecificBenefits() {
	  jQuery('#content-tabs ul li:eq(0)').removeClass('active');
	  jQuery('#content-tabs ul li:eq(1)').addClass('active');
	  jQuery("#all_benefits_list h2").addClass("nav_active");
	  jQuery("#key_benefits_list h2").removeClass("nav_active");
	  //jQuery("#all_benefits_list h2").addClass('border_bottom');
	  jQuery('#overview_key').hide();
	  jQuery('#overview_all').hide();
	  jQuery('#overview_specific').show();
	  jQuery('#overview_specific1').hide();
	  jQuery('#content_footnotes').show();
	  jQuery('#content_footnotes1').hide();
	  jQuery('#subnav_left').show();
	}

function showKeySpecificBenefits1() {
	  jQuery('#content-tabs ul li:eq(0)').removeClass('active');
	  jQuery('#content-tabs ul li:eq(1)').addClass('active');
	  jQuery("#all_benefits_list h2").addClass("nav_active");
	  jQuery("#key_benefits_list h2").removeClass("nav_active");
	  //jQuery("#all_benefits_list h2").addClass('border_bottom');
	  jQuery('#overview_key').hide();
	  jQuery('#overview_all').hide();
	  jQuery('#overview_specific1').show();
	  jQuery('#content_footnotes').hide();
	  jQuery('#overview_specific').hide();
	  jQuery('#content_footnotes1').show();
	  jQuery('#subnav_left').show();
	}

$(document).ready(function(){
  jQuery('#content-tabs ul li:eq(1)').removeClass('active');
  jQuery('#content-tabs ul li:eq(0)').addClass('active');
  jQuery('#overview_all').hide();
  jQuery('#overview_key').show();
  jQuery('#overview_specific').hide();
  jQuery('#overview_specific1').hide();
  jQuery('#content_footnotes').hide();
  jQuery('#content_footnotes1').hide();
  jQuery("#key_benefits_list h2").addClass("nav_active");
  jQuery("#all_benefits_list h2").removeClass("nav_active");
  jQuery("#all_benefits_list h2").removeClass('border_bottom');	
  jQuery('#subnav_left').hide();
});