It's actually quite simple. Link to both javascript files in the <head>.
Set up the CMotion gallery so that it works as you want it. You should have your images set up as such:
Code:
<a href="#"><img src="dynamicbook1.gif" border=1></a><br />
Now, to add the functionality of the thumbnail viewer, change it to this:
Code:
<a href="path/to/large/image" rel="enlargeimage::mouseover" rev="loadarea::google.com"><img src="dynamicbook1.gif" border=1></a><br />
The parts you need to change (in relation to making the thumbnail viewer work) are in red. Look at the documentation of each of the respective scripts for an explanation of how to set it up.
Bookmarks