// JavaScript changeImage script
function changeImage(i) {
	document.targetImage.src = 'photos/applications/' + i;
}

