Do you know of any helpful links the detail how this is set up?
Not really. Here's how I did it, though -
1. I put those 5 thumbs into individual paragraphs, one above the other.
That places them along the left margin of the page.
2. I put a layer on the page in the location you see -
<div id="layer1"><p>Watch this space as you mouseover the thumbs.</p></div>
3. I selected the first thumb, and inserted FP's Behavior with Set Text >
Set Text of Layer
4. In the dialog panel for this behavior, I selected "layer1" and then I
entered the following image tag -
<img src"/FP/images/cordogl2.jpg" width"300" height="301">
When I clicked OK, the behavior was applied to the thumbnail image as
follows -
<a href="javascript:;" onMouseOver="FP_setLayerText(/*id*/'layer1', '<img
src="/FP/images/cordogl2.jpg" width="300"
height="301">')" onFocus="FP_setLayerText(/*id*/'layer1',
'<img src="images/cordogl2.jpg" width="300"
height="301">')">
5. In turn, I selected each remaining thumb and applied the STOL behavior,
specifying a different image each time.
As they say, bada bing, bada boom. What you see there is the result.
Now - you do have to know a little about HTML to get the image tags right.
And you need to know a little about CSS to use the layer properly (go here
for some hints -
http://www.great-web-sights.com/g_layerlaws.asp).
Good luck!