function swapPic(who,what){
name=document.images[who].name
newName="images/people/"+name+what+".jpg"
document.images[who].src=newName
}
function swapBig(what){
dee="images/people/"+what+".jpg"
document.center.src=dee
}