function changeProductBigImage(big_image_path, orig_image_path)
{
	document.getElementById('BigImage').src = big_image_path;
	document.getElementById('BigImageLink').href = orig_image_path;
}
