function swapProdImg(fnImg) {
	document.getElementById("extraphoto").src= '../../images/products/' + fnImg;
}