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