
function imgChange(linkName, imgSrc) {
	document.images[linkName].src = imgSrc;
}
