function jsShowBio(p_person){
    $("#" + p_person + "1").hide();
    $("#" + p_person + "2").show();
}

