function atrribute_image(imgString) {
	var Img = document.getElementById('productsMainImage');
	Img.src = imgString;
}