// This function is used on all the products pages...
function displayLarge(str)
{
  window.location = "product_detail.php?" + str;
}