Hello, I am using Lightbox JS v2.0 from, http://www.huddletogether.com/projects/lightbox/ below is the code i am using, <a href="images/image-1.jpg" rel="lightbox" title="my caption">image #1</a> 1. Currently to display the details about the image, i am sending it in the title tag. Is it possible to send only image_id and get all the details of the image and display in the lightbox? 2.I am using text links to onmouseover all the details are being displayed, is their any way to disable it? Thanks