function changeImages(id, image) {
	$('prod' + String(id)).setAttribute('src', image);
}  