$g_my_view_boxes = array( 'assigned' => '1',
'unassigned' => '2',
'reported' => '3',
'resolved' => '4',
'recent_mod' => '5',
'monitored' => '6'
);
If you want to change the definition, copy the default value and apply the changes.