Basically, you insert an AP Div (or a plain old div, doesn't matter) to hold the larger image .. in this case an AP div named: apDiv1
You need to give the thumbnail a null link, that is: javascript:; and then apply the Set Text Behaviour to the <a> attribute. With this demo I've used the 'onmouseover' behaviour, but you can as easily use 'onclick'.
Select the thumbnail image you want to attach the behaviour to.From the Behaviours Panel, select Set Text > Set Text of Container. Select the div container that will hold the larger image, in this case apDiv1. In the dialogue box, using html code, you type in the path to the large image to be viewed - in this example:<img src=images/bicheno-1-large.jpg width="600" height="450"> Ensure that you insert the correct path to the image, otherwise it will not show on mouseover when previewing in browser.You can even add a caption in the dialogue box when setting up the behaviour, like so:<img src=images/bicheno-1-large.jpg width="600" height="450"><p>Caption: This is a picture of Bicheno Blow Hole</p>