// JavaScript Document

//this function is for switching images on the category pages

function swapPhoto(photoSRC) {
	document.images.imgPhoto.src = "resources/images/" + photoSRC; 
		
}


