function switch_prod_image(img)
{
	var image = document.getElementById("product_image");
	image.setAttribute("src", "images/" + img);
}
