// JavaScript Document

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