// JavaScript Document
function PHOTOCHANGE(thePHOTO,theIMAGE){
document.getElementById(thePHOTO).className = theIMAGE;
}