if ( largeCollection ) {
                focusOptionPages = [];
                // don't allow central focus size to be > 5 on either side of current page
                centralFocusSize = Math.max( Math.floor( wo.pager_maxOptionSize / skipSetSize ) - 1, 5 );