Thank you for clarifying your suggestions.
With regard to the Splash Page link suggestion, the Splash Page is actually part of the gallery itself (which is displayed only by embedding the gallery in a web page) and clicking the Splash Page expands the gallery (like clicking the 'Expand' button on the Button Bar). It is not really possible to have the Splash Page (on one page) redirect to a different page containing the same gallery (and other custom content). (The gallery would have to be embedded into both pages.)
I hope that makes sense.
It sounds like what you are looking to achieve could be done with a standard HTML image link such as the following:
<a href="gallery.html"><img src="image.jpg" width="100" height="50" alt="gallery" /></a>
(You could overlay some text onto the image link using CSS to resemble a gallery's Splash Page.)