I prefer laserlight's array suggestion; the array can be constructed at runtime if desired, but the switch would be reconstructed by hand every time there's a change.
Plus, the array could be associative, with the value from $GET['click'] being the key and the real name being the value: if(isset($pages[$GET['click']])) include $arrays[$pages[$_GET['click']];