function product_info_lightbox(image_path)
{
  window.document.images.big_picture.src = image_path;
  window.document.getElementById("big_picture_link").href = image_path;
}
