If I change the code to read:
Code:
  if (isset($_GET['products_id'])) {
    $show_specials= true;
  } else {
    $show_specials= true;
  }
where it always evaluates to true, then I always have a specials sidebox ...