function doNewsletter(){
doPopupWindow = window.open ("newsletter.html","Newsletter","scrollbars=no,left=20,top=20,screenX=10,screenY=10,width=350,height=260");
}

function doForgotPass(){
doPopupWindow = window.open ("forgot_pass.php","ForgotPassword","scrollbars=no,left=20,top=20,screenX=10,screenY=10,width=350,height=260");
}

function doObjective(){
doPopupWindow = window.open ("help/objective.html","Objective","scrollbars=yes,left=20,top=20,screenX=10,screenY=10,width=450,height=350");
}

function doProfile(){
doPopupWindow = window.open ("help/profile.html","Profile","scrollbars=yes,left=20,top=20,screenX=10,screenY=10,width=450,height=350");
}

function doQualifications(){
doPopupWindow = window.open ("help/qualifications.html","Qualifications","scrollbars=yes,left=20,top=20,screenX=10,screenY=10,width=450,height=350");
}

function doEducation(){
doPopupWindow = window.open ("help/education.html","Education","scrollbars=yes,left=20,top=20,screenX=10,screenY=10,width=450,height=350");
}

function doExperience(){
doPopupWindow = window.open ("help/experience.html","Experience","scrollbars=yes,left=20,top=20,screenX=10,screenY=10,width=450,height=350");
}

function doSkills(){
doPopupWindow = window.open ("help/skills.html","Skills","scrollbars=yes,left=20,top=20,screenX=10,screenY=10,width=450,height=350");
}

function doActivities(){
doPopupWindow = window.open ("help/activities.html","Activities","scrollbars=yes,left=20,top=20,screenX=10,screenY=10,width=450,height=350");
}

function doHonors(){
doPopupWindow = window.open ("help/honors.html","Honors","scrollbars=yes,left=20,top=20,screenX=10,screenY=10,width=450,height=350");
}

function doAffiliations(){
doPopupWindow = window.open ("help/affiliations.html","Affiliations","scrollbars=yes,left=20,top=20,screenX=10,screenY=10,width=450,height=350");
}

function doPublications(){
doPopupWindow = window.open ("help/publications.html","Publications","scrollbars=yes,left=20,top=20,screenX=10,screenY=10,width=450,height=350");
}

function doPersonal(){
doPopupWindow = window.open ("help/personal.html","Personal","scrollbars=yes,left=20,top=20,screenX=10,screenY=10,width=450,height=350");
}

function doLinks(){
doPopupWindow = window.open ("help/links.html","Links","scrollbars=yes,left=20,top=20,screenX=10,screenY=10,width=450,height=350");
}




