function changeMainImage (imgName, strPath) {
	document[imgName].src = strPath;
}

