$(document).ready(function() {

    $('a#clientExpLink').click(function() {
        $('#clientExpLink').css('color', '#164823');
        $('#clientExpLink').css('text-decoration', 'underline');
        $('#communityConnectionLink').css('color', '#666666');
        $('#communityConnectionLink').css('text-decoration', 'none');
        $('#familyGenLink').css('color', '#666666');
        $('#familyGenLink').css('text-decoration', 'none');
        $('#stayingHealthyLink').css('color', '#666666');
        $('#stayingHealthyLink').css('text-decoration', 'none');
        $('#housingOptionsLink').css('color', '#666666');
        $('#housingOptionsLink').css('text-decoration', 'none');
        $('#lifePlanningLink').css('color', '#666666');
        $('#lifePlanningLink').css('text-decoration', 'none');
        $('#lifePlanning2Link').css('color', '#666666');
        $('#lifePlanning2Link').css('text-decoration', 'none');
        $('#positiveAgingLink').css('color', '#666666');
        $('#positiveAgingLink').css('text-decoration', 'none');
        $('#socialSecurityLink').css('color', '#666666');
        $('#socialSecurityLink').css('text-decoration', 'none');
        $('#travelLink').css('color', '#666666');
        $('#travelLink').css('text-decoration', 'none');
        $('#secondCareersLink').css('color', '#666666');
        $('#secondCareersLink').css('text-decoration', 'none');
        $('#moneyLink').css('color', '#666666');
        $('#moneyLink').css('text-decoration', 'none');
        $('#relationshipsLink').css('color', '#666666');
        $('#relationshipsLink').css('text-decoration', 'none');
        $('#funLink').css('color', '#666666');
        $('#funLink').css('text-decoration', 'none');
        $('#viewAllLink').css('color', '#666666');
        $('#viewAllLink').css('text-decoration', 'none');

        $('#video_list').css('height', '120');

        $('#clientExperience').show('slow');
        $('#communityConnection').hide();
        $('#familyGenerations').hide();
        $('#stayingHealthy').hide();
        $('#housingOptions').hide();
        $('#lifePlanning').hide();
        $('#lifePlanning2').hide();
        $('#positiveAging').hide();
        $('#socialSecurity').hide();
        $('#travel').hide();
        $('#secondCareers').hide();
        $('#money').hide();
        $('#relationships').hide();
        $('#fun').hide();
        $('#videoTotal').text('Displaying 1 video for Client Experience');
        return false;
    });

    $('a#communityConnectionLink').click(function() {
        $('#clientExpLink').css('color', '#666666');
        $('#clientExpLink').css('text-decoration', 'none');
        $('#communityConnectionLink').css('color', '#164823');
        $('#communityConnectionLink').css('text-decoration', 'underline');
        $('#familyGenLink').css('color', '#666666');
        $('#familyGenLink').css('text-decoration', 'none');
        $('#stayingHealthyLink').css('color', '#666666');
        $('#stayingHealthyLink').css('text-decoration', 'none');
        $('#housingOptionsLink').css('color', '#666666');
        $('#housingOptionsLink').css('text-decoration', 'none');
        $('#lifePlanningLink').css('color', '#666666');
        $('#lifePlanningLink').css('text-decoration', 'none');
        $('#lifePlanning2Link').css('color', '#666666');
        $('#lifePlanning2Link').css('text-decoration', 'none');
        $('#positiveAgingLink').css('color', '#666666');
        $('#positiveAgingLink').css('text-decoration', 'none');
        $('#socialSecurityLink').css('color', '#666666');
        $('#socialSecurityLink').css('text-decoration', 'none');
        $('#travelLink').css('color', '#666666');
        $('#travelLink').css('text-decoration', 'none');
        $('#secondCareersLink').css('color', '#666666');
        $('#secondCareersLink').css('text-decoration', 'none');
        $('#moneyLink').css('color', '#666666');
        $('#moneyLink').css('text-decoration', 'none');
        $('#relationshipsLink').css('color', '#666666');
        $('#relationshipsLink').css('text-decoration', 'none');
        $('#funLink').css('color', '#666666');
        $('#funLink').css('text-decoration', 'none');
        $('#viewAllLink').css('color', '#666666');
        $('#viewAllLink').css('text-decoration', 'none');

        $('#video_list').css('height', '335');

        $('#topGrayLineCC').show();
        $('#clientExperience').hide();
        $('#communityConnection').show('slow');
        $('#familyGenerations').hide();
        $('#stayingHealthy').hide();
        $('#housingOptions').hide();
        $('#lifePlanning').hide();
        $('#lifePlanning2').hide();
        $('#positiveAging').hide();
        $('#socialSecurity').hide();
        $('#travel').hide();
        $('#secondCareers').hide();
        $('#money').hide();
        $('#relationships').hide();
        $('#fun').hide();
        $('#videoTotal').text('Displaying 2 videos for Community Connections');
        return false;
    });

    $('a#familyGenLink').click(function() {
        $('#clientExpLink').css('color', '#666666');
        $('#clientExpLink').css('text-decoration', 'none');
        $('#communityConnectionLink').css('color', '#666666');
        $('#communityConnectionLink').css('text-decoration', 'none');
        $('#familyGenLink').css('color', '#164823');
        $('#familyGenLink').css('text-decoration', 'underline');
        $('#stayingHealthyLink').css('color', '#666666');
        $('#stayingHealthyLink').css('text-decoration', 'none');
        $('#housingOptionsLink').css('color', '#666666');
        $('#housingOptionsLink').css('text-decoration', 'none');
        $('#lifePlanningLink').css('color', '#666666');
        $('#lifePlanningLink').css('text-decoration', 'none');
        $('#lifePlanning2Link').css('color', '#666666');
        $('#lifePlanning2Link').css('text-decoration', 'none');
        $('#positiveAgingLink').css('color', '#666666');
        $('#positiveAgingLink').css('text-decoration', 'none');
        $('#socialSecurityLink').css('color', '#666666');
        $('#socialSecurityLink').css('text-decoration', 'none');
        $('#travelLink').css('color', '#666666');
        $('#travelLink').css('text-decoration', 'none');
        $('#secondCareersLink').css('color', '#666666');
        $('#secondCareersLink').css('text-decoration', 'none');
        $('#moneyLink').css('color', '#666666');
        $('#moneyLink').css('text-decoration', 'none');
        $('#relationshipsLink').css('color', '#666666');
        $('#relationshipsLink').css('text-decoration', 'none');
        $('#funLink').css('color', '#666666');
        $('#funLink').css('text-decoration', 'none');
        $('#viewAllLink').css('color', '#666666');
        $('#viewAllLink').css('text-decoration', 'none');

        $('#video_list').css('height', '322');

        $('#topGrayLineFG').show();
        $('#clientExperience').hide();
        $('#communityConnection').hide();
        $('#familyGenerations').show('slow');
        $('#stayingHealthy').hide();
        $('#housingOptions').hide();
        $('#lifePlanning').hide();
        $('#lifePlanning2').hide();
        $('#positiveAging').hide();
        $('#socialSecurity').hide();
        $('#travel').hide();
        $('#secondCareers').hide();
        $('#money').hide();
        $('#relationships').hide();
        $('#fun').hide();
        $('#videoTotal').text('Displaying 4 videos for Family Generations');
        return false;
    });

    $('a#stayingHealthyLink').click(function() {
        $('#clientExpLink').css('color', '#666666');
        $('#clientExpLink').css('text-decoration', 'none');
        $('#communityConnectionLink').css('color', '#666666');
        $('#communityConnectionLink').css('text-decoration', 'none');
        $('#familyGenLink').css('color', '#666666');
        $('#familyGenLink').css('text-decoration', 'none');
        $('#stayingHealthyLink').css('color', '#666666');
        $('#stayingHealthyLink').css('color', '#164823');
        $('#stayingHealthyLink').css('text-decoration', 'underline');
        $('#housingOptionsLink').css('text-decoration', 'none');
        $('#lifePlanningLink').css('color', '#666666');
        $('#lifePlanningLink').css('text-decoration', 'none');
        $('#lifePlanning2Link').css('color', '#666666');
        $('#lifePlanning2Link').css('text-decoration', 'none');
        $('#positiveAgingLink').css('color', '#666666');
        $('#positiveAgingLink').css('text-decoration', 'none');
        $('#socialSecurityLink').css('color', '#666666');
        $('#socialSecurityLink').css('text-decoration', 'none');
        $('#travelLink').css('color', '#666666');
        $('#travelLink').css('text-decoration', 'none');
        $('#secondCareersLink').css('color', '#666666');
        $('#secondCareersLink').css('text-decoration', 'none');
        $('#moneyLink').css('color', '#666666');
        $('#moneyLink').css('text-decoration', 'none');
        $('#relationshipsLink').css('color', '#666666');
        $('#relationshipsLink').css('text-decoration', 'none');
        $('#funLink').css('color', '#666666');
        $('#funLink').css('text-decoration', 'none');
        $('#viewAllLink').css('color', '#666666');
        $('#viewAllLink').css('text-decoration', 'none');

        $('#video_list').css('height', '375');

        $('#topGrayLineSH').show();
        $('#clientExperience').hide();
        $('#communityConnection').hide();
        $('#familyGenerations').hide();
        $('#stayingHealthy').show('slow');
        $('#housingOptions').hide();
        $('#lifePlanning').hide();
        $('#lifePlanning2').hide();
        $('#positiveAging').hide();
        $('#socialSecurity').hide();
        $('#travel').hide();
        $('#secondCareers').hide();
        $('#money').hide();
        $('#relationships').hide();
        $('#fun').hide();
        $('#videoTotal').text('Displaying 5 videos for Staying Healthy');
        return false;
    });

    $('a#housingOptionsLink').click(function() {
        $('#clientExpLink').css('color', '#666666');
        $('#clientExpLink').css('text-decoration', 'none');
        $('#communityConnectionLink').css('color', '#666666');
        $('#communityConnectionLink').css('text-decoration', 'none');
        $('#familyGenLink').css('color', '#666666');
        $('#familyGenLink').css('text-decoration', 'none');
        $('#stayingHealthyLink').css('color', '#666666');
        $('#stayingHealthyLink').css('text-decoration', 'none');
        $('#housingOptionsLink').css('color', '#164823');
        $('#housingOptionsLink').css('text-decoration', 'underline');
        $('#lifePlanningLink').css('color', '#666666');
        $('#lifePlanningLink').css('text-decoration', 'none');
        $('#lifePlanning2Link').css('color', '#666666');
        $('#lifePlanning2Link').css('text-decoration', 'none');
        $('#positiveAgingLink').css('color', '#666666');
        $('#positiveAgingLink').css('text-decoration', 'none');
        $('#socialSecurityLink').css('color', '#666666');
        $('#socialSecurityLink').css('text-decoration', 'none');
        $('#travelLink').css('color', '#666666');
        $('#travelLink').css('text-decoration', 'none');
        $('#secondCareersLink').css('color', '#666666');
        $('#secondCareersLink').css('text-decoration', 'none');
        $('#moneyLink').css('color', '#666666');
        $('#moneyLink').css('text-decoration', 'none');
        $('#relationshipsLink').css('color', '#666666');
        $('#relationshipsLink').css('text-decoration', 'none');
        $('#funLink').css('color', '#666666');
        $('#funLink').css('text-decoration', 'none');
        $('#viewAllLink').css('color', '#666666');
        $('#viewAllLink').css('text-decoration', 'none');

        $('#video_list').css('height', '375');

        $('#topGrayLineHO').show();
        $('#clientExperience').hide();
        $('#communityConnection').hide();
        $('#familyGenerations').hide();
        $('#stayingHealthy').hide();
        $('#housingOptions').show('slow');
        $('#lifePlanning').hide();
        $('#lifePlanning2').hide();
        $('#positiveAging').hide();
        $('#socialSecurity').hide();
        $('#travel').hide();
        $('#secondCareers').hide();
        $('#money').hide();
        $('#relationships').hide();
        $('#fun').hide();
        $('#videoTotal').text('Displaying 6 videos for Housing Options');
        return false;
    });

    $('a#lifePlanningLink').click(function() {
        $('#clientExpLink').css('color', '#666666');
        $('#clientExpLink').css('text-decoration', 'none');
        $('#communityConnectionLink').css('color', '#666666');
        $('#communityConnectionLink').css('text-decoration', 'none');
        $('#familyGenLink').css('color', '#666666');
        $('#familyGenLink').css('text-decoration', 'none');
        $('#stayingHealthyLink').css('color', '#666666');
        $('#stayingHealthyLink').css('text-decoration', 'none');
        $('#housingOptionsLink').css('color', '#666666');
        $('#housingOptionsLink').css('text-decoration', 'none');
        $('#lifePlanningLink').css('color', '#164823');
        $('#lifePlanningLink').css('text-decoration', 'underline');
        $('#lifePlanning2Link').css('color', '#666666');
        $('#lifePlanning2Link').css('text-decoration', 'none');
        $('#positiveAgingLink').css('color', '#666666');
        $('#positiveAgingLink').css('text-decoration', 'none');
        $('#socialSecurityLink').css('color', '#666666');
        $('#socialSecurityLink').css('text-decoration', 'none');
        $('#travelLink').css('color', '#666666');
        $('#travelLink').css('text-decoration', 'none');
        $('#secondCareersLink').css('color', '#666666');
        $('#secondCareersLink').css('text-decoration', 'none');
        $('#moneyLink').css('color', '#666666');
        $('#moneyLink').css('text-decoration', 'none');
        $('#relationshipsLink').css('color', '#666666');
        $('#relationshipsLink').css('text-decoration', 'none');
        $('#funLink').css('color', '#666666');
        $('#funLink').css('text-decoration', 'none');
        $('#viewAllLink').css('color', '#666666');
        $('#viewAllLink').css('text-decoration', 'none');

        $('#video_list').css('height', '375');

        $('#topGrayLineLP').show();
        $('#clientExperience').hide();
        $('#communityConnection').hide();
        $('#familyGenerations').hide();
        $('#stayingHealthy').hide();
        $('#housingOptions').hide();
        $('#lifePlanning').show('slow');
        $('#lifePlanning2').hide();
        $('#positiveAging').hide();
        $('#socialSecurity').hide();
        $('#travel').hide();
        $('#secondCareers').hide();
        $('#money').hide();
        $('#relationships').hide();
        $('#fun').hide();
        $('#videoTotal').text('Displaying 6 videos for Life Planning');
        return false;
    });

    $('a#lifePlanning2Link').click(function() {
        $('#clientExpLink').css('color', '#666666');
        $('#clientExpLink').css('text-decoration', 'none');
        $('#communityConnectionLink').css('color', '#666666');
        $('#communityConnectionLink').css('text-decoration', 'none');
        $('#familyGenLink').css('color', '#666666');
        $('#familyGenLink').css('text-decoration', 'none');
        $('#stayingHealthyLink').css('color', '#666666');
        $('#stayingHealthyLink').css('text-decoration', 'none');
        $('#housingOptionsLink').css('color', '#666666');
        $('#housingOptionsLink').css('text-decoration', 'none');
        $('#lifePlanningLink').css('color', '#666666');
        $('#lifePlanningLink').css('text-decoration', 'none');
        $('#lifePlanning2Link').css('color', '#164823');
        $('#lifePlanning2Link').css('text-decoration', 'underline');
        $('#positiveAgingLink').css('color', '#666666');
        $('#positiveAgingLink').css('text-decoration', 'none');
        $('#socialSecurityLink').css('color', '#666666');
        $('#socialSecurityLink').css('text-decoration', 'none');
        $('#travelLink').css('color', '#666666');
        $('#travelLink').css('text-decoration', 'none');
        $('#secondCareersLink').css('color', '#666666');
        $('#secondCareersLink').css('text-decoration', 'none');
        $('#moneyLink').css('color', '#666666');
        $('#moneyLink').css('text-decoration', 'none');
        $('#relationshipsLink').css('color', '#666666');
        $('#relationshipsLink').css('text-decoration', 'none');
        $('#funLink').css('color', '#666666');
        $('#funLink').css('text-decoration', 'none');
        $('#viewAllLink').css('color', '#666666');
        $('#viewAllLink').css('text-decoration', 'none');

        $('#video_list').css('height', '375');

        $('#topGrayLineLP2').show();
        $('#clientExperience').hide();
        $('#communityConnection').hide();
        $('#familyGenerations').hide();
        $('#stayingHealthy').hide();
        $('#housingOptions').hide();
        $('#lifePlanning').hide();
        $('#lifePlanning2').show('slow');
        $('#positiveAging').hide();
        $('#socialSecurity').hide();
        $('#travel').hide();
        $('#secondCareers').hide();
        $('#money').hide();
        $('#relationships').hide();
        $('#fun').hide();
        $('#videoTotal').text('Displaying 6 videos for Life Planning Series - Life Planning');
        return false;
    });

    $('a#positiveAgingLink').click(function() {
        $('#clientExpLink').css('color', '#666666');
        $('#clientExpLink').css('text-decoration', 'none');
        $('#communityConnectionLink').css('color', '#666666');
        $('#communityConnectionLink').css('text-decoration', 'none');
        $('#familyGenLink').css('color', '#666666');
        $('#familyGenLink').css('text-decoration', 'none');
        $('#stayingHealthyLink').css('color', '#666666');
        $('#stayingHealthyLink').css('text-decoration', 'none');
        $('#housingOptionsLink').css('color', '#666666');
        $('#housingOptionsLink').css('text-decoration', 'none');
        $('#lifePlanningLink').css('color', '#666666');
        $('#lifePlanningLink').css('text-decoration', 'none');
        $('#lifePlanning2Link').css('color', '#666666');
        $('#lifePlanning2Link').css('text-decoration', 'none');
        $('#positiveAgingLink').css('color', '#164823');
        $('#positiveAgingLink').css('text-decoration', 'underline');
        $('#socialSecurityLink').css('color', '#666666');
        $('#socialSecurityLink').css('text-decoration', 'none');
        $('#travelLink').css('color', '#666666');
        $('#travelLink').css('text-decoration', 'none');
        $('#secondCareersLink').css('color', '#666666');
        $('#secondCareersLink').css('text-decoration', 'none');
        $('#moneyLink').css('color', '#666666');
        $('#moneyLink').css('text-decoration', 'none');
        $('#relationshipsLink').css('color', '#666666');
        $('#relationshipsLink').css('text-decoration', 'none');
        $('#funLink').css('color', '#666666');
        $('#funLink').css('text-decoration', 'none');
        $('#viewAllLink').css('color', '#666666');
        $('#viewAllLink').css('text-decoration', 'none');

        $('#video_list').css('height', '375');

        $('#topGrayLinePA').show();
        $('#clientExperience').hide();
        $('#communityConnection').hide();
        $('#familyGenerations').hide();
        $('#stayingHealthy').hide();
        $('#housingOptions').hide();
        $('#lifePlanning').hide();
        $('#lifePlanning2').hide();
        $('#positiveAging').show('slow');
        $('#socialSecurity').hide();
        $('#travel').hide();
        $('#secondCareers').hide();
        $('#money').hide();
        $('#relationships').hide();
        $('#fun').hide();
        $('#videoTotal').text('Displaying 5 videos for Life Planning Series - Positive Aging');
        return false;
    });

    $('a#socialSecurityLink').click(function() {
        $('#clientExpLink').css('color', '#666666');
        $('#clientExpLink').css('text-decoration', 'none');
        $('#communityConnectionLink').css('color', '#666666');
        $('#communityConnectionLink').css('text-decoration', 'none');
        $('#familyGenLink').css('color', '#666666');
        $('#familyGenLink').css('text-decoration', 'none');
        $('#stayingHealthyLink').css('color', '#666666');
        $('#stayingHealthyLink').css('text-decoration', 'none');
        $('#housingOptionsLink').css('color', '#666666');
        $('#housingOptionsLink').css('text-decoration', 'none');
        $('#lifePlanningLink').css('color', '#666666');
        $('#lifePlanningLink').css('text-decoration', 'none');
        $('#lifePlanning2Link').css('color', '#666666');
        $('#lifePlanning2Link').css('text-decoration', 'none');
        $('#positiveAgingLink').css('color', '#666666');
        $('#positiveAgingLink').css('text-decoration', 'none');
        $('#socialSecurityLink').css('color', '#164823');
        $('#socialSecurityLink').css('text-decoration', 'underline');
        $('#travelLink').css('color', '#666666');
        $('#travelLink').css('text-decoration', 'none');
        $('#secondCareersLink').css('color', '#666666');
        $('#secondCareersLink').css('text-decoration', 'none');
        $('#moneyLink').css('color', '#666666');
        $('#moneyLink').css('text-decoration', 'none');
        $('#relationshipsLink').css('color', '#666666');
        $('#relationshipsLink').css('text-decoration', 'none');
        $('#funLink').css('color', '#666666');
        $('#funLink').css('text-decoration', 'none');
        $('#viewAllLink').css('color', '#666666');
        $('#viewAllLink').css('text-decoration', 'none');

        $('#video_list').css('height', '185');

        $('#topGrayLineSS').show();
        $('#clientExperience').hide();
        $('#communityConnection').hide();
        $('#familyGenerations').hide();
        $('#stayingHealthy').hide();
        $('#housingOptions').hide();
        $('#lifePlanning').hide();
        $('#lifePlanning2').hide();
        $('#positiveAging').hide();
        $('#socialSecurity').show('slow');
        $('#travel').hide();
        $('#secondCareers').hide();
        $('#money').hide();
        $('#relationships').hide();
        $('#fun').hide();
        $('#videoTotal').text('Displaying 1 video for Social Security');
        return false;
    });

    $('a#travelLink').click(function() {
        $('#clientExpLink').css('color', '#666666');
        $('#clientExpLink').css('text-decoration', 'none');
        $('#communityConnectionLink').css('color', '#666666');
        $('#communityConnectionLink').css('text-decoration', 'none');
        $('#familyGenLink').css('color', '#666666');
        $('#familyGenLink').css('text-decoration', 'none');
        $('#stayingHealthyLink').css('color', '#666666');
        $('#stayingHealthyLink').css('text-decoration', 'none');
        $('#housingOptionsLink').css('color', '#666666');
        $('#housingOptionsLink').css('text-decoration', 'none');
        $('#lifePlanningLink').css('color', '#666666');
        $('#lifePlanningLink').css('text-decoration', 'none');
        $('#lifePlanning2Link').css('color', '#666666');
        $('#lifePlanning2Link').css('text-decoration', 'none');
        $('#positiveAgingLink').css('color', '#666666');
        $('#positiveAgingLink').css('text-decoration', 'none');
        $('#socialSecurityLink').css('color', '#666666');
        $('#socialSecurityLink').css('text-decoration', 'none');
        $('#travelLink').css('color', '#164823');
        $('#travelLink').css('text-decoration', 'underline');
        $('#secondCareersLink').css('color', '#666666');
        $('#secondCareersLink').css('text-decoration', 'none');
        $('#moneyLink').css('color', '#666666');
        $('#moneyLink').css('text-decoration', 'none');
        $('#relationshipsLink').css('color', '#666666');
        $('#relationshipsLink').css('text-decoration', 'none');
        $('#funLink').css('color', '#666666');
        $('#funLink').css('text-decoration', 'none');
        $('#viewAllLink').css('color', '#666666');
        $('#viewAllLink').css('text-decoration', 'none');

        $('#video_list').css('height', '280');

        $('#topGrayLineT').show();
        $('#clientExperience').hide();
        $('#communityConnection').hide();
        $('#familyGenerations').hide();
        $('#stayingHealthy').hide();
        $('#housingOptions').hide();
        $('#lifePlanning').hide();
        $('#lifePlanning2').hide();
        $('#positiveAging').hide();
        $('#socialSecurity').hide();
        $('#travel').show('slow');
        $('#secondCareers').hide();
        $('#money').hide();
        $('#relationships').hide();
        $('#fun').hide();
        $('#videoTotal').text('Displaying 2 videos for Travel');
        return false;
    });

    $('a#secondCareersLink').click(function() {
        $('#clientExpLink').css('color', '#666666');
        $('#clientExpLink').css('text-decoration', 'none');
        $('#communityConnectionLink').css('color', '#666666');
        $('#communityConnectionLink').css('text-decoration', 'none');
        $('#familyGenLink').css('color', '#666666');
        $('#familyGenLink').css('text-decoration', 'none');
        $('#stayingHealthyLink').css('color', '#666666');
        $('#stayingHealthyLink').css('text-decoration', 'none');
        $('#housingOptionsLink').css('color', '#666666');
        $('#housingOptionsLink').css('text-decoration', 'none');
        $('#lifePlanningLink').css('color', '#666666');
        $('#lifePlanningLink').css('text-decoration', 'none');
        $('#lifePlanning2Link').css('color', '#666666');
        $('#lifePlanning2Link').css('text-decoration', 'none');
        $('#positiveAgingLink').css('color', '#666666');
        $('#positiveAgingLink').css('text-decoration', 'none');
        $('#socialSecurityLink').css('color', '#666666');
        $('#socialSecurityLink').css('text-decoration', 'none');
        $('#travelLink').css('color', '#666666');
        $('#travelLink').css('text-decoration', 'none');
        $('#secondCareersLink').css('color', '#164823');
        $('#secondCareersLink').css('text-decoration', 'underline');
        $('#moneyLink').css('color', '#666666');
        $('#moneyLink').css('text-decoration', 'none');
        $('#relationshipsLink').css('color', '#666666');
        $('#relationshipsLink').css('text-decoration', 'none');
        $('#funLink').css('color', '#666666');
        $('#funLink').css('text-decoration', 'none');
        $('#viewAllLink').css('color', '#666666');
        $('#viewAllLink').css('text-decoration', 'none');

        $('#video_list').css('height', '375');

        $('#topGrayLineSC').show();
        $('#clientExperience').hide();
        $('#communityConnection').hide();
        $('#familyGenerations').hide();
        $('#stayingHealthy').hide();
        $('#housingOptions').hide();
        $('#lifePlanning').hide();
        $('#lifePlanning2').hide();
        $('#positiveAging').hide();
        $('#socialSecurity').hide();
        $('#travel').hide();
        $('#secondCareers').show('slow');
        $('#money').hide();
        $('#relationships').hide();
        $('#fun').hide();
        $('#videoTotal').text('Displaying 3 videos for Career Planning');
        return false;
    });

    $('a#moneyLink').click(function() {
        $('#clientExpLink').css('color', '#666666');
        $('#clientExpLink').css('text-decoration', 'none');
        $('#communityConnectionLink').css('color', '#666666');
        $('#communityConnectionLink').css('text-decoration', 'none');
        $('#familyGenLink').css('color', '#666666');
        $('#familyGenLink').css('text-decoration', 'none');
        $('#stayingHealthyLink').css('color', '#666666');
        $('#stayingHealthyLink').css('text-decoration', 'none');
        $('#housingOptionsLink').css('color', '#666666');
        $('#housingOptionsLink').css('text-decoration', 'none');
        $('#lifePlanningLink').css('color', '#666666');
        $('#lifePlanningLink').css('text-decoration', 'none');
        $('#lifePlanning2Link').css('color', '#666666');
        $('#lifePlanning2Link').css('text-decoration', 'none');
        $('#positiveAgingLink').css('color', '#666666');
        $('#positiveAgingLink').css('text-decoration', 'none');
        $('#socialSecurityLink').css('color', '#666666');
        $('#socialSecurityLink').css('text-decoration', 'none');
        $('#travelLink').css('color', '#666666');
        $('#travelLink').css('text-decoration', 'none');
        $('#secondCareersLink').css('color', '#666666');
        $('#secondCareersLink').css('text-decoration', 'none');
        $('#moneyLink').css('color', '#164823');
        $('#moneyLink').css('text-decoration', 'underline');
        $('#relationshipsLink').css('color', '#666666');
        $('#relationshipsLink').css('text-decoration', 'none');
        $('#funLink').css('color', '#666666');
        $('#funLink').css('text-decoration', 'none');
        $('#viewAllLink').css('color', '#666666');
        $('#viewAllLink').css('text-decoration', 'none');

        $('#video_list').css('height', '375');

        $('#topGrayLineM').show();
        $('#topGrayLineM_DS').show();
        $('#rowdownsizingMoney').show();

        $('#clientExperience').hide();
        $('#communityConnection').hide();
        $('#familyGenerations').hide();
        $('#stayingHealthy').hide();
        $('#housingOptions').hide();
        $('#lifePlanning').hide();
        $('#lifePlanning2').hide();
        $('#positiveAging').hide();
        $('#socialSecurity').hide();
        $('#travel').hide();
        $('#secondCareers').hide();
        $('#downsizingMoneyRow').show();
        $('#money').show('slow');
        $('#relationships').hide();
        $('#fun').hide();
        $('#videoTotal').text('Displaying 4 videos for Money');
        return false;
    });

    $('a#relationshipsLink').click(function() {
        $('#clientExpLink').css('color', '#666666');
        $('#clientExpLink').css('text-decoration', 'none');
        $('#communityConnectionLink').css('color', '#666666');
        $('#communityConnectionLink').css('text-decoration', 'none');
        $('#familyGenLink').css('color', '#666666');
        $('#familyGenLink').css('text-decoration', 'none');
        $('#stayingHealthyLink').css('color', '#666666');
        $('#stayingHealthyLink').css('text-decoration', 'none');
        $('#housingOptionsLink').css('color', '#666666');
        $('#housingOptionsLink').css('text-decoration', 'none');
        $('#lifePlanningLink').css('color', '#666666');
        $('#lifePlanningLink').css('text-decoration', 'none');
        $('#lifePlanning2Link').css('color', '#666666');
        $('#lifePlanning2Link').css('text-decoration', 'none');
        $('#positiveAgingLink').css('color', '#666666');
        $('#positiveAgingLink').css('text-decoration', 'none');
        $('#socialSecurityLink').css('color', '#666666');
        $('#socialSecurityLink').css('text-decoration', 'none');
        $('#travelLink').css('color', '#666666');
        $('#travelLink').css('text-decoration', 'none');
        $('#secondCareersLink').css('color', '#666666');
        $('#secondCareersLink').css('text-decoration', 'none');
        $('#moneyLink').css('color', '#666666');
        $('#moneyLink').css('text-decoration', 'none');
        $('#relationshipsLink').css('color', '#164823');
        $('#relationshipsLink').css('text-decoration', 'underline');
        $('#funLink').css('color', '#666666');
        $('#funLink').css('text-decoration', 'none');
        $('#viewAllLink').css('color', '#666666');
        $('#viewAllLink').css('text-decoration', 'none');

        $('#video_list').css('height', '375');

        $('#topGrayLineR').show();
        $('#topGrayLineR_CC').show();
        $('#topGrayLineR_WD').show();
        $('#rowcosmicConnectionRel').show();
        $('#rowwineDivasRel').show();

        $('#clientExperience').hide();
        $('#communityConnection').hide();
        $('#familyGenerations').hide();
        $('#stayingHealthy').hide();
        $('#housingOptions').hide();
        $('#lifePlanning').hide();
        $('#lifePlanning2').hide();
        $('#positiveAging').hide();
        $('#socialSecurity').hide();
        $('#travel').hide();
        $('#secondCareers').hide();
        $('#money').hide();
        $('#cosmicConnectionRelRow').show();
        $('#wineDivasRelRow').show();
        $('#relationships').show('slow');
        $('#fun').hide();
        $('#videoTotal').text('Displaying 3 videos for Relationships');
        return false;
    });

    $('a#funLink').click(function() {
        $('#clientExpLink').css('color', '#666666');
        $('#clientExpLink').css('text-decoration', 'none');
        $('#communityConnectionLink').css('color', '#666666');
        $('#communityConnectionLink').css('text-decoration', 'none');
        $('#familyGenLink').css('color', '#666666');
        $('#familyGenLink').css('text-decoration', 'none');
        $('#stayingHealthyLink').css('color', '#666666');
        $('#stayingHealthyLink').css('text-decoration', 'none');
        $('#housingOptionsLink').css('color', '#666666');
        $('#housingOptionsLink').css('text-decoration', 'none');
        $('#lifePlanningLink').css('color', '#666666');
        $('#lifePlanningLink').css('text-decoration', 'none');
        $('#lifePlanning2Link').css('color', '#666666');
        $('#lifePlanning2Link').css('text-decoration', 'none');
        $('#positiveAgingLink').css('color', '#666666');
        $('#positiveAgingLink').css('text-decoration', 'none');
        $('#socialSecurityLink').css('color', '#666666');
        $('#socialSecurityLink').css('text-decoration', 'none');
        $('#travelLink').css('color', '#666666');
        $('#travelLink').css('text-decoration', 'none');
        $('#secondCareersLink').css('color', '#666666');
        $('#secondCareersLink').css('text-decoration', 'none');
        $('#moneyLink').css('color', '#666666');
        $('#moneyLink').css('text-decoration', 'none');
        $('#relationshipsLink').css('color', '#666666');
        $('#relationshipsLink').css('text-decoration', 'none');
        $('#funLink').css('color', '#164823');
        $('#funLink').css('text-decoration', 'underline');
        $('#viewAllLink').css('color', '#666666');
        $('#viewAllLink').css('text-decoration', 'none');

        $('#video_list').css('height', '300');

        $('#topGrayLineF').show();
        $('#topGrayLineF_S').show();
        $('#rowsculptFutureFun').show();

        $('#clientExperience').hide();
        $('#communityConnection').hide();
        $('#familyGenerations').hide();
        $('#stayingHealthy').hide();
        $('#housingOptions').hide();
        $('#lifePlanning').hide();
        $('#lifePlanning2').hide();
        $('#positiveAging').hide();
        $('#socialSecurity').hide();
        $('#travel').hide();
        $('#secondCareers').hide();
        $('#money').hide();
        $('#relationships').hide();
        $('#sculptFutureFunRow').show();
        $('#fun').show('slow');
        $('#videoTotal').text('Displaying 2 videos for Fun');
        return false;
    });

    $('a#viewAllLink').click(function() {
        $('#clientExpLink').css('color', '#666666');
        $('#clientExpLink').css('text-decoration', 'none');
        $('#communityConnectionLink').css('color', '#666666');
        $('#communityConnectionLink').css('text-decoration', 'none');
        $('#familyGenLink').css('color', '#666666');
        $('#familyGenLink').css('text-decoration', 'none');
        $('#stayingHealthyLink').css('color', '#666666');
        $('#stayingHealthyLink').css('text-decoration', 'none');
        $('#housingOptionsLink').css('color', '#666666');
        $('#housingOptionsLink').css('text-decoration', 'none');
        $('#lifePlanningLink').css('color', '#666666');
        $('#lifePlanningLink').css('text-decoration', 'none');
        $('#lifePlanning2Link').css('color', '#666666');
        $('#lifePlanning2Link').css('text-decoration', 'none');
        $('#positiveAgingLink').css('color', '#666666');
        $('#positiveAgingLink').css('text-decoration', 'none');
        $('#socialSecurityLink').css('color', '#666666');
        $('#socialSecurityLink').css('text-decoration', 'none');
        $('#travelLink').css('color', '#666666');
        $('#travelLink').css('text-decoration', 'none');
        $('#secondCareersLink').css('color', '#666666');
        $('#secondCareersLink').css('text-decoration', 'none');
        $('#moneyLink').css('color', '#666666');
        $('#moneyLink').css('text-decoration', 'none');
        $('#relationshipsLink').css('color', '#666666');
        $('#relationshipsLink').css('text-decoration', 'none');
        $('#funLink').css('color', '#666666');
        $('#funLink').css('text-decoration', 'none');
        $('#viewAllLink').css('color', '#164823');
        $('#viewAllLink').css('text-decoration', 'underline');

        $('#video_list').css('height', '400');

        $('#clientExperience').show('slow');
        $('#communityConnection').show('slow');
        $('#familyGenerations').show('slow');
        $('#stayingHealthy').show('slow');
        $('#housingOptions').show('slow');
        $('#lifePlanning').show('slow');
        $('#lifePlanning2').show('slow');
        $('#positiveAging').show('slow');
        $('#socialSecurity').show('slow');
        $('#travel').show('slow');
        $('#secondCareers').show('slow');
        $('#money').show('slow');
        $('#relationships').show('slow');
        $('#fun').show('slow');

        $('#topGrayLineCC').hide();
        $('#topGrayLineFG').hide();
        $('#topGrayLineSH').hide();
        $('#topGrayLineHO').hide();
        $('#topGrayLineLP').hide();
        $('#topGrayLineLP2').hide();
        $('#topGrayLinePA').hide();
        $('#topGrayLineSS').hide();
        $('#topGrayLineT').hide();
        $('#topGrayLineSC').hide();
        $('#topGrayLineM').hide();
        $('#topGrayLineR').hide();
        $('#topGrayLineF').hide();
        $('#topGrayLineM_DS').hide();
        $('#topGrayLineR_CC').hide();
        $('#topGrayLineR_WD').hide();
        $('#topGrayLineF_S').hide();

        $('#rowsculptFutureFun').hide();
        $('#rowcosmicConnectionRel').hide();
        $('#rowwineDivasRel').hide();
        $('#rowdownsizingMoney').hide();
        $('#videoTotal').text('Displaying all 47 videos');
        return false;
    });

    $('#clientExperience').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid1524596513' });
        $('#nowPlaying').text('Now Playing: Client Experience');
        $('#videoText').text('Representation of a typical conversation between a client and a SecurePath by Transamerica financial advisor.');
        $('#compNum').text('TRM30189');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        //$('#rowCosmicConnectionCCtd').attr('onclick','document.getElementById(\'cosmicConnectionCC\').click()');

        $('#rowclientExperienceVid').css('background-color', '#CCCCCC');
        $('#rowclientExperienceVid').css('cursor', 'none');
        //$('#rowclientExperienceVid').removeAttr('onclick');
        //$('#rowclientExperienceVid').attr({onclick : ''});

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#clientExperienceVid').hide();
        $('#clientExperienceVidPlaying').show();

    });

    $('#cosmicConnectionCC').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid716005162' });
        $('#nowPlaying').text('Now Playing: Cosmic Connection');
        $('#videoText').text('Single, divorced and widowed boomers want friendship and positive, long-term relationships. Cosmic Connections, Inc. was founded by two women who found a way to offer social events where people can have fun in a no-pressure environment and meet people who want to meet people.');
        $('#compNum').text('');
        
        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowcosmicConnectionRel').css('background-color', '#CCCCCC');
        $('#rowcosmicConnectionRel').css('cursor', 'none');
        $('#rowcosmicConnectionCC').css('background-color', '#CCCCCC');
        $('#rowcosmicConnectionCC').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#cosmicConnectionRel').hide();
        $('#cosmicConnectionRelPlaying').show();
        $('#cosmicConnectionCC').hide();
        $('#cosmicConnectionCCPlaying').show();
    });

    $('#cosmicConnectionRel').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid716005162' });
        $('#nowPlaying').text('Now Playing: Cosmic Connection');
        $('#videoText').text('Single, divorced and widowed boomers want friendship and positive, long-term relationships. Cosmic Connections, Inc. was founded by two women who found a way to offer social events where people can have fun in a no-pressure environment and meet people who want to meet people.');
        $('#compNum').text('');
        
        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowcosmicConnectionCC').css('background-color', '#CCCCCC');
        $('#rowcosmicConnectionCC').css('cursor', 'none');
        $('#rowcosmicConnectionRel').css('background-color', '#CCCCCC');
        $('#rowcosmicConnectionRel').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#cosmicConnectionCC').hide();
        $('#cosmicConnectionCCPlaying').show();
        $('#cosmicConnectionRel').hide();
        $('#cosmicConnectionRelPlaying').show();
    });

    $('#wineDivasCC').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid716132413' });
        $('#nowPlaying').text('Now Playing: Wine Divas');
        $('#videoText').text('Learn more about this organization--begun by ten African-American women who wanted to learn about wine and develop strong friendships along the way. Now, over 2,000 strong, these wine enthusiasts host theme dinners where food and wine are paired with sisterhood.');
        $('#compNum').text('');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowwineDivasRel').css('background-color', '#CCCCCC');
        $('#rowwineDivasRel').css('cursor', 'none');
        $('#rowwineDivasCC').css('background-color', '#CCCCCC');
        $('#rowwineDivasCC').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#wineDivasRel').hide();
        $('#wineDivasRelPlaying').show();
        $('#wineDivasCC').hide();
        $('#wineDivasCCPlaying').show();
    });

    $('#wineDivasRel').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid716132413' });
        $('#nowPlaying').text('Now Playing: Wine Divas');
        $('#videoText').text('Learn more about this organization--begun by ten African-American women who wanted to learn about wine and develop strong friendships along the way. Now, over 2,000 strong, these wine enthusiasts host theme dinners where food and wine are paired with sisterhood.');
        $('#compNum').text('');
    
        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowwineDivasCC').css('background-color', '#CCCCCC');
        $('#rowwineDivasCC').css('cursor', 'none');
        $('#rowwineDivasRel').css('background-color', '#CCCCCC');
        $('#rowwineDivasRel').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#wineDivasCC').hide();
        $('#wineDivasCCPlaying').show();
        $('#wineDivasRel').hide();
        $('#wineDivasRelPlaying').show();
    });

    $('#boomerangKids').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid717209067' });
        $('#nowPlaying').text('Now Playing: Boomerang Kids');
        $('#videoText').text('Baby Boomer couples dealing with adult children moving back home.');
        $('#compNum').text('TRM35586');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowboomerangKids').css('background-color', '#CCCCCC');
        $('#rowboomerangKids').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#boomerangKids').hide();
        $('#boomerangKidsPlaying').show();
    });

    $('#brickbottomArtists').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid717440020' });
        $('#nowPlaying').text('Now Playing: Brickbottom Artists');
        $('#videoText').text('An art exhibition exploring the relationship between aging parent and adult child.');
        $('#compNum').text('TRM35587');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowbrickbottomArtists').css('background-color', '#CCCCCC');
        $('#rowbrickbottomArtists').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#brickbottomArtists').hide();
        $('#brickbottomArtistsPlaying').show();
    });

    $('#familyReunion').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid717445029' });
        $('#nowPlaying').text('Now Playing: Family Reunion');
        $('#videoText').text('Perfect for families who want stay connected, share experiences, and pass along traditions.');
        $('#compNum').text('TRM35581');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowfamilyReunion').css('background-color', '#CCCCCC');
        $('#rowfamilyReunion').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#familyReunion').hide();
        $('#familyReunionPlaying').show();
    });

    $('#parentingGrandparents').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid717013172' });
        $('#nowPlaying').text('Now Playing: Parenting Grandparents');
        $('#videoText').text('Empty nesters starting parenting roles all over again, with grandchildren.');
        $('#compNum').text('TRM35574');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowparentingGrandparents').css('background-color', '#CCCCCC');
        $('#rowparentingGrandparents').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#parentingGrandparents').hide();
        $('#parentingGrandparentsPlaying').show();
    });

    $('#healthyChange').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid716012669' });
        $('#nowPlaying').text('Now Playing: A Healthy Change');
        $('#videoText').text('Finding simple ways to enjoy a healthier lifestyle. Staying active, eating healthy and changing habits changed the lives of Lynn and David.');
        $('#compNum').text('TRM35575');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowhealthyChange').css('background-color', '#CCCCCC');
        $('#rowhealthyChange').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#healthyChange').hide();
        $('#healthyChangePlaying').show();
    });

    $('#memoryRide').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid717013173' });
        $('#nowPlaying').text('Now Playing: Memory Ride');
        $('#videoText').text('Tips for keeping your brain active and healthy. Learn from these boomers who participated in a 130 mile bike ride to raise money for Alzheimer\'s.');
        $('#compNum').text('');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowmemoryRide').css('background-color', '#CCCCCC');
        $('#rowmemoryRide').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#memoryRide').hide();
        $('#memoryRidePlaying').show();
    });

    $('#shakeBoomer').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid716352348' });
        $('#nowPlaying').text('Now Playing: Shake Your Boomer');
        $('#videoText').text('Take a look at how the 50+ population finds joy in exercise that both moves and "shakes the soul."');
        $('#compNum').text('');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowshakeBoomer').css('background-color', '#CCCCCC');
        $('#rowshakeBoomer').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#shakeBoomer').hide();
        $('#shakeBoomerPlaying').show();
    });

    $('#tango').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid717113368' });
        $('#nowPlaying').text('Now Playing: Tango');
        $('#videoText').text('The "dance of love" can be a great way to stay close while staying in shape.');
        $('#compNum').text('TRM35576');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowtango').css('background-color', '#CCCCCC');
        $('#rowtango').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#tango').hide();
        $('#tangoPlaying').show();
    });

    $('#stayingActive').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid19384253001' });
        $('#nowPlaying').text('Now Playing: The Boomer Report: Staying Active in Lake Tahoe');
        $('#videoText').text('Join Joe Winkler and The Boomer Report as he hits the slopes in beautiful Lake Tahoe. Follow along as he skis, experiences the nightlife and finds out how local boomers are keeping active.');
        $('#compNum').text('');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowstayingActive').css('background-color', '#CCCCCC');
        $('#rowstayingActive').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#stayingActive').hide();
        $('#stayingActivePlaying').show();
    });

    $('#adultCommunities').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid717784709' });
        $('#nowPlaying').text('Now Playing: Active Adult Communities');
        $('#videoText').text('Active adult communities are getting a makeover for today\'s generation.');
        $('#compNum').text('TRM35578');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowadultCommunities').css('background-color', '#CCCCCC');
        $('#rowadultCommunities').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#adultCommunities').hide();
        $('#adultCommunitiesPlaying').show();
    });

    $('#coHousing').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid717209068' });
        $('#nowPlaying').text('Now Playing: Co-Housing');
        $('#videoText').text('Drawing on a concept from the 60s, some people are finding new connections through co-housing.');
        $('#compNum').text('TRM35579');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowcoHousing').css('background-color', '#CCCCCC');
        $('#rowbcoHousing').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#coHousing').hide();
        $('#coHousingPlaying').show();
    });

    $('#sanMiguel').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid716696040' });
        $('#nowPlaying').text('Now Playing: San Miguel de Allende');
        $('#videoText').text('Warmth, charm, and a dollar that stretches for miles are luring many people south of the border.');
        $('#compNum').text('TRM35572');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowsanMiguel').css('background-color', '#CCCCCC');
        $('#rowsanMiguel').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#sanMiguel').hide();
        $('#sanMiguelPlaying').show();
    });

    $('#emptyNester').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid716005159' });
        $('#nowPlaying').text('Now Playing: Empty Nester Dream House');
        $('#videoText').text('For some people, an empty nest is just the catalyst they need to build the house they\'ve always wanted.');
        $('#compNum').text('TRM35573');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowemptyNester').css('background-color', '#CCCCCC');
        $('#rowemptyNester').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#emptyNester').hide();
        $('#emptyNesterPlaying').show();
    });

    $('#relocatingInRetirement').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid33388367001' });
        $('#nowPlaying').text('Now Playing: Relocating in Retirement');
        $('#videoText').text('Think you know your dream home or dream retirement location? This video takes you to Asheville, North Carolina where the Center for Creative Retirement hosts workshops for people looking to research housing locations.');
        $('#compNum').text('');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowrelocatingInRetirement').css('background-color', '#CCCCCC');
        $('#rowrelocatingInRetirement').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#relocatingInRetirement').hide();
        $('#relocatingInRetirementPlaying').show();
    });

    $('#downsizingHO').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid716891427' });
        $('#nowPlaying').text('Now Playing: Downsizing To Save');
        $('#videoText').text('Downsizing is an easy way to cut costs and simplify daily living. Watch Allison transition from her suburban life to condo living on a budget.');
        $('#compNum').text('TRM30327');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowdownsizingMoney').css('background-color', '#CCCCCC');
        $('#rowdownsizingMoney').css('cursor', 'none');
        $('#rowdownsizingHO').css('background-color', '#CCCCCC');
        $('#rowdownsizingHO').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#downsizingMoney').hide();
        $('#downsizingMoneyPlaying').show();
        $('#downsizingHO').hide();
        $('#downsizingHOPlaying').show();
    });

    $('#downsizingMoney').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid716891427' });
        $('#nowPlaying').text('Now Playing: Downsizing To Save');
        $('#videoText').text('Downsizing is an easy way to cut costs and simplify daily living. Watch Allison transition from her suburban life to condo living on a budget.');
        $('#compNum').text('TRM30327');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowdownsizingHO').css('background-color', '#CCCCCC');
        $('#rowdownsizingHO').css('cursor', 'none');
        $('#rowdownsizingMoney').css('background-color', '#CCCCCC');
        $('#rowdownsizingMoney').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#downsizingHO').hide();
        $('#downsizingHOPlaying').show();
        $('#downsizingMoney').hide();
        $('#downsizingMoneyPlaying').show();
    });

    $('#portfolioLiving').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid1649965288' });
        $('#nowPlaying').text('Now Playing: Portfolio Living');
        $('#videoText').text('When John is sent to Suite 714, the Office of Retirement Allocation, he is dismayed to learn that after he subtracts out time spent on the job and commuting--he still has 3,420,000 minutes left in his retirement bank. Fortunately, with some sound advice and resources he leaves the office knowing that he shouldn\'t retire his experience--he should use it. He is retiring from work, not life. The time to think about retirement is before you retire.');
        $('#compNum').text('');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowportfolioLiving').css('background-color', '#CCCCCC');
        $('#rowportfolioLiving').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#portfolioLiving').hide();
        $('#portfolioLivingPlaying').show();
    });

    $('#positiveAge').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid1649965287' });
        $('#nowPlaying').text('Now Playing: Positive Aging');
        $('#videoText').text('It\'s your retirement: Walk that walk. Americans ages 50 all the way to 80 are not standing still in their "retirement."');
        $('#compNum').text('');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowpositiveAge').css('background-color', '#CCCCCC');
        $('#rowpositiveAge').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#positiveAge').hide();
        $('#positiveAgePlaying').show();
    });

    $('#vocationVacation').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid716692031' });
        $('#nowPlaying').text('Now Playing: Vocation Vacation');
        $('#videoText').text('Trying out a new job. What does an insurance executive from New Jersey have in common with an acclaimed winemaker from Germany?');
        $('#compNum').text('TRM35569');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowvocationVacation').css('background-color', '#CCCCCC');
        $('#rowvocationVacation').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#vocationVacation').hide();
        $('#vocationVacationPlaying').show();
    });

    $('#peaceCorp').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid716337828' });
        $('#nowPlaying').text('Now Playing: Peace Corps Volunteers');
        $('#videoText').text('Give back an executive couple uses their business skills to help the poorest citizens of Eastern Europe\'s Moldova, Romania.');
        $('#compNum').text('TRM35571');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowpeaceCorp').css('background-color', '#CCCCCC');
        $('#rowpeaceCorp').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#peaceCorp').hide();
        $('#peaceCorpPlaying').show();
    });

    $('#boomerService').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid716337829' });
        $('#nowPlaying').text('Now Playing: Boomers In Service');
        $('#videoText').text('Civic Ventures offers midlife volunteering opportunities ranging from mentoring kids in urban cities to management consulting for non-profits.');
        $('#compNum').text('TRM35570');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowboomerService').css('background-color', '#CCCCCC');
        $('#rowboomerService').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#boomerService').hide();
        $('#boomerServicePlaying').show();
    });

    $('#volunteerVet').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid716561770' });
        $('#nowPlaying').text('Now Playing: Volunteer Veterinarian');
        $('#videoText').text('A veterinarian from Massachusetts devotes vacation time to care for Puerto Rico\&#39; forgotten animal population.');
        $('#compNum').text('TRM35567');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowvolunteerVet').css('background-color', '#CCCCCC');
        $('#rowvolunteerVet').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#volunteerVet').hide();
        $('#volunteerVetPlaying').show();
    });

    $('#danceTennis').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid716091835' });
        $('#nowPlaying').text('Now Playing: Dance of Tennis');
        $('#videoText').text('To this former professional tennis player, the game is one of self expression. Not only has he been teaching inner-city children about the joy and rhythm of tennis for years, but he\'s been able to encourage others to believe in themselves and say yes to who they are.');
        $('#compNum').text('TRM30323');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowdanceTennis').css('background-color', '#CCCCCC');
        $('#rowdanceTennis').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#danceTennis').hide();
        $('#danceTennisPlaying').show();
    });

    $('#sculptFutureLP').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid716561769' });
        $('#nowPlaying').text('Now Playing: Sculpting the Future');
        $('#videoText').text('From high-tech managing to hands-on artistry, it took a lot of dedication for Jane to become a successful sculptor. A combination of talent and hard work allowed this boomer to become a full-time artist.');
        $('#compNum').text('TRM30320');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowsculptFutureFun').css('background-color', '#CCCCCC');
        $('#rowsculptFutureFun').css('cursor', 'none');
        $('#rowsculptFutureLP').css('background-color', '#CCCCCC');
        $('#rowsculptFutureLP').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#sculptFutureFun').hide();
        $('#sculptFutureFunPlaying').show();
        $('#sculptFutureLP').hide();
        $('#sculptFutureLPPlaying').show();
    });

    $('#sculptFutureFun').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid716561769' });
        $('#nowPlaying').text('Now Playing: Sculpting the Future');
        $('#videoText').text('From high-tech managing to hands-on artistry, it took a lot of dedication for Jane to become a successful sculptor. A combination of talent and hard work allowed this boomer to become a full-time artist.');
        $('#compNum').text('TRM30320');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowsculptFutureLP').css('background-color', '#CCCCCC');
        $('#rowsculptFutureLP').css('cursor', 'none');
        $('#rowsculptFutureFun').css('background-color', '#CCCCCC');
        $('#rowsculptFutureFun').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#sculptFutureLP').hide();
        $('#sculptFutureLPPlaying').show();
        $('#sculptFutureFun').hide();
        $('#sculptFutureFunPlaying').show();
    });

    $('#leiderLife').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid1407952337' });
        $('#nowPlaying').text('Now Playing: Richard Leider on Life Planning');
        $('#videoText').text('Coach Richard Leider says Life Planning is something that everyone could use as they face 20 or 30 years in late midlife.');
        $('#compNum').text('');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowleiderLife').css('background-color', '#CCCCCC');
        $('#rowleiderLife').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#leiderLife').hide();
        $('#leiderLifePlaying').show();
    });

    $('#leiderWork').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid1407913276' });
        $('#nowPlaying').text('Now Playing: Richard Leider on Work');
        $('#videoText').text('If you\'re tired of work and worried that designing a new "retirement career" is just too much right now, life coach Richard Leider explains why you might need to take a break.');
        $('#compNum').text('');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowleiderWork').css('background-color', '#CCCCCC');
        $('#rowleiderWork').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#leiderWork').hide();
        $('#leiderWorkPlaying').show();
    });

    $('#nelsonLocation').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid1407952335' });
        $('#nowPlaying').text('Now Playing: John Nelson on Location Choices');
        $('#videoText').text('If you\'re dreaming of that perfect home in the right location for the next stage of your life, author John Nelson offers a formula to help you make the right choice.');
        $('#compNum').text('');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rownelsonLocation').css('background-color', '#CCCCCC');
        $('#rownelsonLocation').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#nelsonLocation').hide();
        $('#nelsonLocationPlaying').show();
    });
    //    This section was removed per CR   183
    //    $('#cohenSocial').click(function() {
    //        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid1407952338' });
    //        $('#nowPlaying').text('Now Playing: Dr. Gene Cohen on Social Portfolios');
    //        $('#videoText').text('Have you designed a balanced social portfolio for later life? Dr. Gene Cohen tells you how to do it and why it\'s important.');

    //        $('td').each(function() {
    //            $(this).css('background-color', '#FFFFFF');
    //            $(this).css('cursor', 'hand');
    //        });

    //        $('#rowcohenSocial').css('background-color', '#CCCCCC');
    //        $('#rowcohenSocial').css('cursor', 'none');

    //        $(".playMe").show();
    //        $(".nowPlaying").hide();

    //        $('#cohenSocial').hide();
    //        $('#cohenSocialPlaying').show();
    //    });

    $('#gergenEmptyNesters').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid1407913282' });
        $('#nowPlaying').text('Now Playing: Ken and Mary Gergen on Empty Nesters');
        $('#videoText').text('We\'ve all heard that the "empty nest" years are challenging for couples. But they can also be some of the best times, according to scholars Ken and Mark Gergen.');
        $('#compNum').text('');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowgergenEmptyNesters').css('background-color', '#CCCCCC');
        $('#rowgergenEmptyNesters').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#gergenEmptyNesters').hide();
        $('#gergenEmptyNestersPlaying').show();
    });

    $('#nelsonPhasedRetirement').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid1407913289' });
        $('#nowPlaying').text('Now Playing: John Nelson on Phased Retirement');
        $('#videoText').text('Have you considered phasing into retirement? Author John Nelson explains that the new retirement will be a process rather than an event.');
        $('#compNum').text('');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rownelsonPhasedRetirement').css('background-color', '#CCCCCC');
        $('#rownelsonPhasedRetirement').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#nelsonPhasedRetirement').hide();
        $('#nelsonPhasedRetirementPlaying').show();
    });

    $('#retirementWorkshop').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid1519681584' });
        $('#nowPlaying').text('Now Playing: Retirement Your Way Workshop');
        $('#videoText').text('Mark Luis Foster, director of marketing for SecurePath by Transamerica, provides a preview of the Retirement Your Way Workshops that help people give additional thought and planning around the many life choices that await them in the retirement phase of their lives.');
        $('#compNum').text('');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowretirementWorkshop').css('background-color', '#CCCCCC');
        $('#rowretirementWorkshop').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#retirementWorkshop').hide();
        $('#retirementWorkshopPlaying').show();
    });

    //    This section removed per CR 183
    //    $('#cohenAgingBrain').click(function() {
    //        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid1407913288' });
    //        $('#nowPlaying').text('Now Playing: Dr. Gene Cohen on the Aging Brain');
    //        $('#videoText').text('Did you know that your aging brain is actually getting better in some significant ways? Dr. Gene Cohen says our brain goes into "all wheel drive" in later life.');

    //        $('td').each(function() {
    //            $(this).css('background-color', '#FFFFFF');
    //            $(this).css('cursor', 'hand');
    //        });

    //        $('#rowcohenAgingBrain').css('background-color', '#CCCCCC');
    //        $('#rowcohenAgingBrain').css('cursor', 'none');

    //        $(".playMe").show();
    //        $(".nowPlaying").hide();

    //        $('#cohenAgingBrain').hide();
    //        $('#cohenAgingBrainPlaying').show();
    //    });

    $('#moodyLearningLife').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid1407952344' });
        $('#nowPlaying').text('Now Playing: Harry R. Moody on Learning in Life');
        $('#videoText').text('If you keep learning, you\'ll keep growing and have a more positive later life. AARP\' Harry R. Moody shares the story of his dad, who set a great example.');
        $('#compNum').text('');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowmoodyLearningLife').css('background-color', '#CCCCCC');
        $('#rowmoodyLearningLife').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#moodyLearningLife').hide();
        $('#moodyLearningLifePlaying').show();
    });

    $('#leiderVitality').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid1412254258' });
        $('#nowPlaying').text('Now Playing: Richard Leider on Vitality');
        $('#videoText').text('Coach Richard Leider has a formula for living with vitality at any age. Time in "retirement" can give us more freedom to live with passion and purpose.');
        $('#compNum').text('');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowleiderVitality').css('background-color', '#CCCCCC');
        $('#rowleiderVitality').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#leiderVitality').hide();
        $('#leiderVitalityPlaying').show();
    });

    $('#nelsonRetirement').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid1407952342' });
        $('#nowPlaying').text('Now Playing: John Nelson on "Retirement"');
        $('#videoText').text('Many Boomers shrink from the word "retirement" and don\'t imagine themselves living the "rocking chair" life. Author John Nelson explains why we still need the "R" word.');
        $('#compNum').text('');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rownelsonRetirement').css('background-color', '#CCCCCC');
        $('#rownelsonRetirement').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#nelsonRetirement').hide();
        $('#nelsonRetirementPlaying').show();
    });

    $('#gergenPositiveAging').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid1407913287' });
        $('#nowPlaying').text('Now Playing: Ken and Mary Gergen on Positive Aging');
        $('#videoText').text('Scholars Ken and Mary Gergen are scholars who have been researching all the good things about growing older. They say there are lots of "positives" about aging.');
        $('#compNum').text('');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowgergenPositiveAging').css('background-color', '#CCCCCC');
        $('#rowgergenPositiveAging').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#gergenPositiveAging').hide();
        $('#gergenPositiveAgingPlaying').show();
    });

    //      This sction removed per cr 183
    //    $('#cohenCreativity').click(function() {
    //        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid1407952340' });
    //        $('#nowPlaying').text('Now Playing: Dr. Gene Cohen on Creativity');
    //        $('#videoText').text('Living in "retirement" often brings out the artist inside. Dr. Gene Cohen explains his theory of why we often discover our creative side later in life.');

    //        $('td').each(function() {
    //            $(this).css('background-color', '#FFFFFF');
    //            $(this).css('cursor', 'hand');
    //        });

    //        $('#rowcohenCreativity').css('background-color', '#CCCCCC');
    //        $('#rowcohenCreativity').css('cursor', 'none');

    //        $(".playMe").show();
    //        $(".nowPlaying").hide();

    //        $('#cohenCreativity').hide();
    //        $('#cohenCreativityPlaying').show();
    //    });

    $('#sadlerPortfolioLiving').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid1485821155' });
        $('#nowPlaying').text('Now Playing: Dr. Bill Sadler on Portfolio Living');
        $('#videoText').text('Many people are striving to design a retirement life that reflects their values and strengths. Sociologist and author Dr. Bill Sadler discusses how these values can be put together in a unique design for a "Third Age Life Portfolio."');
        $('#compNum').text('');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowsadlerPortfolioLiving').css('background-color', '#CCCCCC');
        $('#rowsadlerPortfolioLiving').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#sadlerPortfolioLiving').hide();
        $('#sadlerPortfolioLivingPlaying').show();
    });

    $('#ssOpera').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid1425923544' });
        $('#nowPlaying').text('Now Playing: Social Security Opera');
        $('#videoText').text('Put away the tux and the long black gloves---you won\'t need them to visit our opera. Sit back and enjoy The Social Security Opera, a light-hearted, creative look at how preparing to file for Social Security Retirement is not as daunting as you may think.');
        $('#compNum').text('TRM27094');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowssOpera').css('background-color', '#CCCCCC');
        $('#rowssOpera').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#ssOpera').hide();
        $('#ssOperaPlaying').show();
    });

    $('#alpineAdventure').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid716058767' });
        $('#nowPlaying').text('Now Playing: Alpine Adventure');
        $('#videoText').text('"Untour" the Swiss Alps with freedom and flexibility instead of groups and bus tours. It\'s the new way to travel as "untourists" who want to live in the country, not just pass through it.');
        $('#compNum').text('');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowalpineAdventure').css('background-color', '#CCCCCC');
        $('#rowalpineAdventure').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#alpineAdventure').hide();
        $('#alpineAdventurePlaying').show();
    });

    $('#nmRoadTrip').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid716337827' });
        $('#nowPlaying').text('Now Playing: New Mexico Road Trip');
        $('#videoText').text('Road ScholarŽ tour company designs travel programs for independent Baby Boomers who want access to places off-limits to most tourists. "Not your father\'s tour guides," these hands-on programs focus on discovery and learning.');
        $('#compNum').text('');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rownmRoadTrip').css('background-color', '#CCCCCC');
        $('#rownmRoadTrip').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#nmRoadTrip').hide();
        $('#nmRoadTripPlaying').show();
    });

    $('#unleashCreativity').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid716561768' });
        $('#nowPlaying').text('Now Playing: Unleash Your Creativity');
        $('#videoText').text('Many boomers who have had long tenures in their career are looking for a new path to work that is meaningful, enjoyable and consistent with their values. Sometimes a new path can lead to personal growth, and surprising change.');
        $('#compNum').text('TRM30329');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowunleashCreativity').css('background-color', '#CCCCCC');
        $('#rowunleashCreativity').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#unleashCreativity').hide();
        $('#unleashCreativityPlaying').show();
    });

    $('#changingChannels').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid716758665' });
        $('#nowPlaying').text('Now Playing: Changing Channels');
        $('#videoText').text('After long careers, many boomers are starting their next phase in life. They are finding work with a purpose and one in which personal passion exists.');
        $('#compNum').text('TRM30330');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowchangingChannels').css('background-color', '#CCCCCC');
        $('#rowchangingChannels').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#changingChannels').hide();
        $('#changingChannelsPlaying').show();
    });

    $('#backToLand').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid716337830' });
        $('#nowPlaying').text('Now Playing: Back to the Land');
        $('#videoText').text('Volunteering is on the top of many pre-retirees\' list of things to do in retirement. Meet Bill, who views giving back through volunteering as a way of reconnecting with his ideals and making a difference in communities.');
        $('#compNum').text('TRM30324');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowbackToLand').css('background-color', '#CCCCCC');
        $('#rowbackToLand').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#backToLand').hide();
        $('#backToLandPlaying').show();
    });

    $('#smallBigChanges').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid716758664' });
        $('#nowPlaying').text('Now Playing: From Small Changes to Big Savings');
        $('#videoText').text('Find out how to trim your expenses and boost your savings. Saving money is never easy, but little savings can add up quickly over time.');
        $('#compNum').text('TRM30328');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowsmallBigChanges').css('background-color', '#CCCCCC');
        $('#rowsmallBigChanges').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#smallBigChanges').hide();
        $('#smallBigChangesPlaying').show();
    });

    $('#datingGame').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid1653590909' });
        $('#nowPlaying').text('Now Playing: Annuity Dating Game');
        $('#videoText').text('Go back to a simpler time to meet Sandy, the pre-retiree, who interviews the annuities men-Fixed, Immediate and Variable.');
        $('#compNum').text('');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowdatingGame').css('background-color', '#CCCCCC');
        $('#rowdatingGame').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#datingGame').hide();
        $('#datingGamePlaying').show();
    });

    $('#lifetimeIncome').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid1648674202' });
        $('#nowPlaying').text('Now Playing: Lifetime Income');
        $('#videoText').text('Watch as a son educates his parents on how important it is to understand the financial impact of retirement.');
        $('#compNum').text('');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowlifetimeIncome').css('background-color', '#CCCCCC');
        $('#rowlifetimeIncome').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#lifetimeIncome').hide();
        $('#lifetimeIncomePlaying').show();
    });

    $('#hsSweethearts').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid717784710' });
        $('#nowPlaying').text('Now Playing: High School Sweethearts');
        $('#videoText').text('Bruce and Roberta were highschool sweethearts that dated through college, but soon after grew apart. Decades later they rekindled a romance that had been lost, but not forgotten.');
        $('#compNum').text('');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowhsSweethearts').css('background-color', '#CCCCCC');
        $('#rowhsSweethearts').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#hsSweethearts').hide();
        $('#hsSweetheartsPlaying').show();
    });

    $('#rugbyBrotherhood').click(function() {
        $('#currentVideo').attr({ src: 'http://link.brightcove.com/services/player/bcpid716692032' });
        $('#nowPlaying').text('Now Playing: A Rugby Brotherhood');
        $('#videoText').text('For this group of graying rugby players from Indiana, it\'s not about how well you play, but who you are playing with. Over the past 30 years, these teammates have found the game isn\'t about who wins or loses, it\'s the lifelong friendships that really matter.');
        $('#compNum').text('');

        $('td').each(function() {
            $(this).css('background-color', '#FFFFFF');
            $(this).css('cursor', 'hand');
        });

        $('#rowrugbyBrotherhood').css('background-color', '#CCCCCC');
        $('#rowrugbyBrotherhood').css('cursor', 'none');

        $(".playMe").show();
        $(".nowPlaying").hide();

        $('#rugbyBrotherhood').hide();
        $('#rugbyBrotherhoodPlaying').show();
    });

    if (document.getElementById('videoId').value.length > 0) {
        var clickSection = '#' + document.getElementById('videoSection').value;
        var clickId = '#' + document.getElementById('videoId').value;
        $(clickSection).click();
        $(clickId).click();
    } else {
        $('#video_list').css('height', '120');
        $('#clientExperience').show();
        $('#communityConnection').hide();
        $('#familyGenerations').hide();
        $('#stayingHealthy').hide();
        $('#housingOptions').hide();
        $('#lifePlanning').hide();
        $('#lifePlanning2').hide();
        $('#positiveAging').hide();
        $('#socialSecurity').hide();
        $('#travel').hide();
        $('#secondCareers').hide();
        $('#money').hide();
        $('#relationships').hide();
        $('#fun').hide();
        $('#rowclientExperienceVid').css('background-color', '#CCCCCC');
        $('#clientExperienceVid').hide();
        $('#clientExperienceVidPlaying').show();
        $('#clientExpLink').css('color', '#164823');
        $('#clientExpLink').css('text-decoration', 'underline');
    }
}); 