function loadBigImage(imageSrc) {
	document.getElementById("bigImage").src = imageSrc;
}// JavaScript Document