I would think that this is easily possible by changing the full image link to the link of the website etc and adding target=”_blank” into the mix so it opens in a new page… I have not tried this as yet, but it is logical and I will be trying it once I have this plug-in installed this morning. Would be located in this section of setting up:
<div id="myGallery">
<div class="imageElement">
<h3>Item 1 Title</h3>
Item 1 Description
<a href="mypage1.html" title="open image" class="open"></a>
<img src="images/brugges2006/1.jpg" class="full" />
<img src="images/brugges2006/1-mini.jpg" class="thumbnail" />
</div>
<div class="imageElement">
<h3>Item 2 Title</h3>
Item 2 Description
<a href="mypage2.html" title="open image" class="open"></a>
<img src="images/brugges2006/2.jpg" class="full" />
<img src="images/brugges2006/2-mini.jpg" class="thumbnail" />
</div>
</div>
Hopefully someone with more experience with this plug-in will chime in and say yes or no to this solution *smile*