This works as it should be, but i cannot go back to my site so i will buy the pro version.
With Juicebox-Pro, you'll certainly be able to use the Back Button to provide visitors to your website with a way back to your gallery index page.
Do you know if is it possible to use the juiceboxlinks for example as a "splashpage" under each little photo (on http://www.ppphoto.nl/Portfolio_nieuwste%20series.html so that i every time return to that page and be able to open another album on another picture ?
You could embed all your galleries on your main overview page (please see the Embedding Guide for details) and use the Splash Page for every one (so that a mini Splash Page expands each gallery when clicked and the visitor would be able to return to your gallery index page by closing the expanded gallery).
Alternatively, you could leave your thumbnail images as they are, upload all your individual gallery folders to your web server and link the thumbnail images on your gallery index page (using regular HTML <a> tags) to the 'index.html' files in the corresponding gallery folders (to open full page galleries) with each gallery featuring a Back Button so that the visitor can return to your gallery index page.
For example, instead of using:
<a href="/Portfolio_nieuwste series.html"><img src="/images/miniaturen/Katja2_miniatuur.jpg" alt="Katja" width="120" height="180" onclick="MM_openBrWindow('Katja2','','')" /></a>
... you could use something like the following (assuming that you upload all your gallery folders to a directory named 'Juicebox_Galleries' in your root directory):
<a href="/Juicebox_Galleries/Katja2/index.html"><img src="/images/miniaturen/Katja2_miniatuur.jpg" alt="Katja" width="120" height="180" /></a>