function SwapImage(theImage) {

	document.spotImg.src = theImage.src.replace('small','large');

}