'Places', 11 => 'Shirts', 2 => 'T-Shirts', 12 => 'Pants', 10 => 'Models', 13 => 'Decals', 3 => 'Audio', ]; $currentView = filter_input(INPUT_GET, 'View', FILTER_VALIDATE_INT); if (!isset($tabs[$currentView])) { $currentView = 9; } ?>