Hello, I need help with a JS for a photo gallery. Page A1 will have the thumbs, which I've already resized etc in Photoshop. Clicking on the thumbs will bring you to Page A2. Page A2 will have a popup with one photo and navigation for the slide show. I have a great JS for the slide show, however, when the thumb is clicked in A1 the "default image" appears in A2, and not to that specific image. I would like it to make the image in the thumb on A1 be the image that appears in the slide show on A2. Eg. There are 16 images on A1. When you click on thumb 6 in A1, image 6 appears in A2, and not the "default image". The "default image" is specified by the code in A2. If I remove that, I believe there should be a way to edit the < a href tags for each thumb in A1, so that it dictates which image A2 will show when clicked. I know this could be accomplished if I created a new page for each image, but that would be very time consuming. Any help would be appreciated. Here is the JS I'm using for the slide show, although I did edit it's appearance. http://www.codelifter.com/main/javascript/slideshow4.html