By direct links, do you mean you want users to be able to select a particular page to see with arbitrary links you define yourself, instead of the pagination links auto generated by the script? You can hide the later by doing so in the .css file of the script:
Code:
.pagination{
padding: 2px;
margin: 1em 0;
clear: both;
display: none;
}
With regards to arbitrary links, this is discussed on the script page, via something like:
Code:
<a href="javascript:scriptinstance.selectpage(2)">Go to 3rd page</a>
Bookmarks