// JavaScript Document

function photoflip(theID,thePHOTO){
	document.getElementById(theID).src = '../images/img-zukan/thumbnail/' + thePHOTO;
}

function flipback(theID,thePHOTO,theTHUMB,theACTIVE){
	if(theSS==theACTIVE){
	}else{
	document.getElementById(theID).src = '../images/img-zukan/thumbnail/' + thePHOTO;
	}
}
