<!--

var content=new Array()
content[1]='<strong>Personal Statement</strong><br>Hopes, goals, thoughts on life after Guilford'
content[2]='<strong>Resume</strong><br>A record of education, experiences, and qualifications'
content[3]='<strong>Skills &amp; Competencies</strong><br>Reflection on skills and competencies developed through academic study and experience'
content[4]='<strong>About Me</strong><br>Interests, hobbies, favorite pastimes'
content[5]='<p>This electronic portfolio has served as a reflection and planning tool to assist me as I choose my Guilford experiences and prepare for life after graduation.'

function regenerate(){
window.location.reload()
}

function regenerate2(){
if (document.layers){
  appear()
  setTimeout("window.onresize=regenerate",450)
  }
}

function changetext(whichcontent){
if (document.all||document.getElementById){
  cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions
  cross_el.innerHTML='<font face="Arial, Verdana, Helvetica, sans-serif" size="2" color="#ffffff">'+whichcontent+'<font>'
  }
else if (document.layers){
  document.d1.document.d2.document.write('<font face="Arial, Verdana, Helvetica, sans-serif" size="2" color="#ffffff">'+whichcontent+'</font>')
  document.d1.document.d2.document.close()
  }
}

function appear(){
document.d1.visibility='show'
}

window.onload=regenerate2

//-->
