﻿
$(document).ready(function() {
    $('#Personal').show();
    $('#personalLink').css("text-decoration", "underline");
    $('#eduLinkFromPersonal').click(function() {
        $('#Personal').hide(500);
        $('#personalLink').css("text-decoration", "none");
        $('#Education').show(500);
        $('#educationLink').css("text-decoration", "underline");
        $('#EmploymentExperience').hide(500);
        $('#employmentExperienceLink').css("text-decoration", "none");
        $('#SpecialSkills').hide(500);
        $('#specialSkillsLink').css("text-decoration", "none");
        $('#CriminalBackgroundCheck').hide(500);
        $('#criminalBackgroundCheckLink').css("text-decoration", "none");
        $('#AffirmativeAction').hide(500);
        $('#affirmativeActionLink').css("text-decoration", "none");
    });

    $('#personalLinkFromEdu').click(function() {
        $('#Personal').show(500);
        $('#personalLink').css("text-decoration", "underline");
        $('#Education').hide(500);
        $('#educationLink').css("text-decoration", "none");
        $('#EmploymentExperience').hide(500);
        $('#employmentExperienceLink').css("text-decoration", "none");
        $('#SpecialSkills').hide(500);
        $('#specialSkillsLink').css("text-decoration", "none");
        $('#CriminalBackgroundCheck').hide(500);
        $('#criminalBackgroundCheckLink').css("text-decoration", "none");
        $('#AffirmativeAction').hide(500);
        $('#affirmativeActionLink').css("text-decoration", "none");
    });

    $('#employmentLinkFromEdu').click(function() {
        $('#Personal').hide(500);
        $('#personalLink').css("text-decoration", "none");
        $('#Education').hide(500);
        $('#educationLink').css("text-decoration", "none");
        $('#EmploymentExperience').show(500);
        $('#employmentExperienceLink').css("text-decoration", "underline");
        $('#SpecialSkills').hide(500);
        $('#specialSkillsLink').css("text-decoration", "none");
        $('#CriminalBackgroundCheck').hide(500);
        $('#criminalBackgroundCheckLink').css("text-decoration", "none");
        $('#AffirmativeAction').hide(500);
        $('#affirmativeActionLink').css("text-decoration", "none");
    });

    $('#eduLinkFromEmployment').click(function() {
        $('#Personal').hide(500);
        $('#personalLink').css("text-decoration", "none");
        $('#Education').show(500);
        $('#educationLink').css("text-decoration", "underline");
        $('#EmploymentExperience').hide(500);
        $('#employmentExperienceLink').css("text-decoration", "none");
        $('#SpecialSkills').hide(500);
        $('#specialSkillsLink').css("text-decoration", "none");
        $('#CriminalBackgroundCheck').hide(500);
        $('#criminalBackgroundCheckLink').css("text-decoration", "none");
        $('#AffirmativeAction').hide(500);
        $('#affirmativeActionLink').css("text-decoration", "none");
    });

    $('#specialSkillsLinkFromEmployment').click(function() {
        $('#Personal').hide(500);
        $('#personalLink').css("text-decoration", "none");
        $('#Education').hide(500);
        $('#educationLink').css("text-decoration", "none");
        $('#EmploymentExperience').hide(500);
        $('#employmentExperienceLink').css("text-decoration", "none");
        $('#SpecialSkills').show(500);
        $('#specialSkillsLink').css("text-decoration", "underline");
        $('#CriminalBackgroundCheck').hide(500);
        $('#criminalBackgroundCheckLink').css("text-decoration", "none");
        $('#AffirmativeAction').hide(500);
        $('#affirmativeActionLink').css("text-decoration", "none");
    });

    $('#employmentLinkFromSpecialSkills').click(function() {
        $('#Personal').hide(500);
        $('#personalLink').css("text-decoration", "none");
        $('#Education').hide(500);
        $('#educationLink').css("text-decoration", "none");
        $('#EmploymentExperience').show(500);
        $('#employmentExperienceLink').css("text-decoration", "underline");
        $('#SpecialSkills').hide(500);
        $('#specialSkillsLink').css("text-decoration", "none");
        $('#CriminalBackgroundCheck').hide(500);
        $('#criminalBackgroundCheckLink').css("text-decoration", "none");
        $('#AffirmativeAction').hide(500);
        $('#affirmativeActionLink').css("text-decoration", "none");
    });

    $('#criminalLinkFromSpecialSkills').click(function() {
        $('#Personal').hide(500);
        $('#personalLink').css("text-decoration", "none");
        $('#Education').hide(500);
        $('#educationLink').css("text-decoration", "none");
        $('#EmploymentExperience').hide(500);
        $('#employmentExperienceLink').css("text-decoration", "none");
        $('#SpecialSkills').hide(500);
        $('#specialSkillsLink').css("text-decoration", "none");
        $('#CriminalBackgroundCheck').show(500);
        $('#criminalBackgroundCheckLink').css("text-decoration", "underline");
        $('#AffirmativeAction').hide(500);
        $('#affirmativeActionLink').css("text-decoration", "none");
    });

    $('#specialSkillsLinkFromCriminal').click(function() {
        $('#Personal').hide(500);
        $('#personalLink').css("text-decoration", "none");
        $('#Education').hide(500);
        $('#educationLink').css("text-decoration", "none");
        $('#EmploymentExperience').hide(500);
        $('#employmentExperienceLink').css("text-decoration", "none");
        $('#SpecialSkills').show(500);
        $('#specialSkillsLink').css("text-decoration", "underline");
        $('#CriminalBackgroundCheck').hide(500);
        $('#criminalBackgroundCheckLink').css("text-decoration", "none");
        $('#AffirmativeAction').hide(500);
        $('#affirmativeActionLink').css("text-decoration", "none");
    });

    $('#affirmativeActionLinkFromCriminal').click(function() {
        $('#Personal').hide(500);
        $('#personalLink').css("text-decoration", "none");
        $('#Education').hide(500);
        $('#educationLink').css("text-decoration", "none");
        $('#EmploymentExperience').hide(500);
        $('#employmentExperienceLink').css("text-decoration", "none");
        $('#SpecialSkills').hide(500);
        $('#specialSkillsLink').css("text-decoration", "none");
        $('#CriminalBackgroundCheck').hide(500);
        $('#criminalBackgroundCheckLink').css("text-decoration", "none");
        $('#AffirmativeAction').show(500);
        $('#affirmativeActionLink').css("text-decoration", "underline");
    });


    $('#criminalBackgroundCheckFromAffirmativeAction').click(function() {
        $('#Personal').hide(500);
        $('#personalLink').css("text-decoration", "none");
        $('#Education').hide(500);
        $('#educationLink').css("text-decoration", "none");
        $('#EmploymentExperience').hide(500);
        $('#employmentExperienceLink').css("text-decoration", "none");
        $('#SpecialSkills').hide(500);
        $('#specialSkillsLink').css("text-decoration", "none");
        $('#CriminalBackgroundCheck').show(500);
        $('#criminalBackgroundCheckLink').css("text-decoration", "underline");
        $('#AffirmativeAction').hide(500);
        $('#affirmativeActionLink').css("text-decoration", "none");
    });


    $('#personalLink').click(function() {
        $('#Personal').show(500);
        $('#personalLink').css("text-decoration", "underline");
        $('#Education').hide(500);
        $('#educationLink').css("text-decoration", "none");
        $('#EmploymentExperience').hide(500);
        $('#employmentExperienceLink').css("text-decoration", "none");
        $('#SpecialSkills').hide(500);
        $('#specialSkillsLink').css("text-decoration", "none");
        $('#CriminalBackgroundCheck').hide(500);
        $('#criminalBackgroundCheckLink').css("text-decoration", "none");
        $('#AffirmativeAction').hide(500);
        $('#affirmativeActionLink').css("text-decoration", "none");
    });

    $('#educationLink').click(function() {
        $('#Personal').hide(500);
        $('#personalLink').css("text-decoration", "none");
        $('#Education').show(500);
        $('#educationLink').css("text-decoration", "underline");
        $('#EmploymentExperience').hide(500);
        $('#employmentExperienceLink').css("text-decoration", "none");
        $('#SpecialSkills').hide(500);
        $('#specialSkillsLink').css("text-decoration", "none");
        $('#CriminalBackgroundCheck').hide(500);
        $('#criminalBackgroundCheckLink').css("text-decoration", "none");
        $('#AffirmativeAction').hide(500);
        $('#affirmativeActionLink').css("text-decoration", "none");
    });

    $('#employmentExperienceLink').click(function() {
        $('#Personal').hide(500);
        $('#personalLink').css("text-decoration", "none");
        $('#Education').hide(500);
        $('#educationLink').css("text-decoration", "none");
        $('#EmploymentExperience').show(500);
        $('#employmentExperienceLink').css("text-decoration", "underline");
        $('#SpecialSkills').hide(500);
        $('#specialSkillsLink').css("text-decoration", "none");
        $('#CriminalBackgroundCheck').hide(500);
        $('#criminalBackgroundCheckLink').css("text-decoration", "none");
        $('#AffirmativeAction').hide(500);
        $('#affirmativeActionLink').css("text-decoration", "none");
    });

    $('#specialSkillsLink').click(function() {
        $('#Personal').hide(500);
        $('#personalLink').css("text-decoration", "none");
        $('#Education').hide(500);
        $('#educationLink').css("text-decoration", "none");
        $('#EmploymentExperience').hide(500);
        $('#employmentExperienceLink').css("text-decoration", "none");
        $('#SpecialSkills').show(500);
        $('#specialSkillsLink').css("text-decoration", "underline");
        $('#CriminalBackgroundCheck').hide(500);
        $('#criminalBackgroundCheckLink').css("text-decoration", "none");
        $('#AffirmativeAction').hide(500);
        $('#affirmativeActionLink').css("text-decoration", "none");
    });

    $('#criminalBackgroundCheckLink').click(function() {
        $('#Personal').hide(500);
        $('#personalLink').css("text-decoration", "none");
        $('#Education').hide(500);
        $('#educationLink').css("text-decoration", "none");
        $('#EmploymentExperience').hide(500);
        $('#employmentExperienceLink').css("text-decoration", "none");
        $('#SpecialSkills').hide(500);
        $('#specialSkillsLink').css("text-decoration", "none");
        $('#CriminalBackgroundCheck').show(500);
        $('#criminalBackgroundCheckLink').css("text-decoration", "underline");
        $('#AffirmativeAction').hide(500);
        $('#affirmativeActionLink').css("text-decoration", "none");
    });

    $('#affirmativeActionLink').click(function() {
        $('#Personal').hide(500);
        $('#personalLink').css("text-decoration", "none");
        $('#Education').hide(500);
        $('#educationLink').css("text-decoration", "none");
        $('#EmploymentExperience').hide(500);
        $('#employmentExperienceLink').css("text-decoration", "none");
        $('#SpecialSkills').hide(500);
        $('#specialSkillsLink').css("text-decoration", "none");
        $('#CriminalBackgroundCheck').hide(500);
        $('#criminalBackgroundCheckLink').css("text-decoration", "none");
        $('#AffirmativeAction').show(500);
        $('#affirmativeActionLink').css("text-decoration", "underline");
    });
    
});                                      
    
