function selectImage(item, name, path) {
	var img = document.getElementById('product_images_' + name);
	img.src = path;
}
