See if this helps ...

Code:
if ($current_category_id > 0 || $_GET['main_page'] == 'product_info') {
  $show_this_box = true;
} else {
  $show_this_box = false;
}