if (large_collection) {
                    focus_option_pages = [];
                    // don't allow central focus size to be > 5 on either side of current page
                    central_focus_size = Math.max( Math.floor( p.maxOptionSize / skip_set_size ) - 1, 5 );