$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#benefit_1').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a#ba-show').click(function() {
    $('#benefit_1').slideDown('slow');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a#ba-hide').click(function() {
    $('#benefit_1').hide('slow');
   	return false;
  });
 
  // toggles the slickbox on clicking the noted link 
  $('a#ba-all').click(function() {
    $('#benefit_1').toggle(400);
    return false;
  });
 
});


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#benefit_2').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a#bb-show').click(function() {
    $('#benefit_2').slideDown('slow');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a#bb-hide').click(function() {
    $('#benefit_2').hide('slow');
   	return false;
  });
 
  // toggles the slickbox on clicking the noted link 
  $('a#bb-all').click(function() {
    $('#benefit_2').toggle(400);
    return false;
  });
 
});


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#benefit_3').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a#bc-show').click(function() {
    $('#benefit_3').slideDown('slow');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a#bc-hide').click(function() {
    $('#benefit_3').hide('slow');
   	return false;
  });
 
  // toggles the slickbox on clicking the noted link 
  $('a#bc-all').click(function() {
    $('#benefit_3').toggle(400);
    return false;
  });
 
});

$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#benefit_4').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a#bd-show').click(function() {
    $('#benefit_4').slideDown('slow');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a#bd-hide').click(function() {
    $('#benefit_4').hide('slow');
   	return false;
  });
 
  // toggles the slickbox on clicking the noted link 
  $('a#bd-all').click(function() {
    $('#benefit_4').toggle(400);
    return false;
  });
 
});

$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#benefit_5').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a#be-show').click(function() {
    $('#benefit_5').slideDown('slow');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a#be-hide').click(function() {
    $('#benefit_5').hide('slow');
   	return false;
  });
 
  // toggles the slickbox on clicking the noted link 
  $('a#be-all').click(function() {
    $('#benefit_5').toggle(400);
    return false;
  });
 
});

$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#benefit_6').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a#bf-show').click(function() {
    $('#benefit_6').slideDown('slow');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a#bf-hide').click(function() {
    $('#benefit_6').hide('slow');
   	return false;
  });
 
  // toggles the slickbox on clicking the noted link 
  $('a#bf-all').click(function() {
    $('#benefit_6').toggle(400);
    return false;
  });
 
});

$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#benefit_7').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a#bg-show').click(function() {
    $('#benefit_7').slideDown('slow');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a#bg-hide').click(function() {
    $('#benefit_7').hide('slow');
   	return false;
  });
 
  // toggles the slickbox on clicking the noted link 
  $('a#bg-all').click(function() {
    $('#benefit_7').toggle(400);
    return false;
  });
 
});

$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#benefit_8').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a#bh-show').click(function() {
    $('#benefit_8').slideDown('slow');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a#bh-hide').click(function() {
    $('#benefit_8').hide('slow');
   	return false;
  });
 
  // toggles the slickbox on clicking the noted link 
  $('a#bh-all').click(function() {
    $('#benefit_8').toggle(400);
    return false;
  });
 
});

$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#benefit_top').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a#bz-show').click(function() {
    $('#benefit_top').slideDown('slow');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a#bz-hide').click(function() {
    $('#benefit_top').hide('slow');
   	return false;
  });
 
  // toggles the slickbox on clicking the noted link 
  $('a#bz-all').click(function() {
    $('#benefit_top').toggle(400);
    return false;
  });
 
});




