function changeLarge(txtImageName) {
	objImg = document.getElementById('largeImage');
	objImg.src = 'files/' + txtImageName;
}