Sure, try the following modified .js file then, which disables the "back" and "forth" pagination link from working when the user is at the beginning and end of the gallery, respectively. It also hides one of these two links accordingly. In order for the hiding to work, you should give your "back" link a CSS class of "wrapperidback", and the "forth" link a class of "wrapperforth", where "wrapperid" is the ID value of your DIV containing the gallery.
For example:
Code:
<a class="myreelback" href="javascript:firstreel.navigate('back')" style="margin-right:200px;">back</a> <a class="myreelforth" href="javascript:firstreel.navigate('forth')">forth</a>
Bookmarks