Hello
I am making a photo album for my website. Right now (as the photo shows) http://staging.moonsofneptune.com/screenshot.gif it loads 9 images at a atime from a specified folder. when you click on a photo it runs a javascript script which puts the larger copy of the image into the left box. The page doesnt reload and you can still see the page your on.

I have writen things into the meta tags of the images, like who took it, when, the size, a little description. my old photo album script showed this becuase I had every image open in a new window. when i changed to the javascript i cant get that to work anymore.

does anyone know how i can get the meta data from the images larger copy when you click on the small image to the right of the screen? I dont want the page to reload becuase then the images reset to page 1 and everything. I can explain more if you need me to. Thank you.

Edit: i forgot to add, I am using PHP to read through the folders and images and it dynamically creates the pages and listings.