function chgImage(img){
	document.bigImage.src = img.src;
	document.bigImage.alt = img.alt;
}

