function ShowHideWhatIs(){
$("#whatis").animate({"height": "toggle"}, { duration: 5 });
}

function ShowHideDifference(){
$("#difference").animate({"height": "toggle"}, { duration: 5 });
}

function ShowHideQualifies(){
$("#qualifies").animate({"height": "toggle"}, { duration: 5 });
}

function ShowHideReceive(){
$("#receive").animate({"height": "toggle"}, { duration: 5 });
}

function ShowHideNCAA(){
$("#ncaa").animate({"height": "toggle"}, { duration: 1 });
}

function ShowHideAccepted(){
$("#accepted").animate({"height": "toggle"}, { duration: 1 });
}

function ShowHideLife(){
$("#life").animate({"height": "toggle"}, { duration: 1 });
}

function ShowHideSubjects(){
$("#subjects").animate({"height": "toggle"}, { duration: 1 });
}

function ShowHideExam(){
$("#exam").animate({"height": "toggle"}, { duration: 1 });
}

function ShowHidePaperwork(){
$("#paperwork").animate({"height": "toggle"}, { duration: 1 });
}


