Your link to the Conveyor script was broken. Somehow the m at the end of .htm got lost. But if it had been there, it would have linked to an old version of the script:
http://www.dynamicdrive.com/dynamici...rightslide.htm
You should be using the newer version:
http://www.dynamicdrive.com/dynamici...rightslide.htm
Which is what I changed the broken link in your post to point to.
The usage is essentially the same. The newer script works better in modern browsers.
Now, what you want to do is open a modal window. Lightbox is one of the most popular:
http://www.huddletogether.com/projects/lightbox2/
Once you install it, you can just add its markup to the Conveyor's setup here:
Code:
//Specify the slider's images
var leftrightslide=new Array()
var finalslide=''
leftrightslide[0]='<a href="http://"><img src="dynamicbook1.gif" border=1></a>'
leftrightslide[1]='<a href="http://"><img src="dynamicbook2.gif" border=1></a>'
leftrightslide[2]='<a href="http://"><img src="dynamicbook3.gif" border=1></a>'
leftrightslide[3]='<a href="http://"><img src="dynamicbook4.gif" border=1></a>'
leftrightslide[4]='<a href="http://"><img src="dynamicbook5.gif" border=1></a>'
For example:
Code:
leftrightslide[0]='<a href="larger_image.jpg" rel="lightbox"><img src="dynamicbook1.gif" border=1></a>'
Where larger_image.jpg is the larger image you want shown.
Bookmarks