function product_1(id)
{
  document.getElementById('big_product').src="images/product_big_"+id+".jpg";
}

function original_product()
{
	document.getElementById('big_product').src="images/product_big.jpg";
}

function product_2(id)
{
  document.getElementById('large').src="images/pop_img_"+id+".jpg";
}

function original_product_2()
{
	document.getElementById('large').src="images/pop_img.jpg";
}