Thanks for the reply, ok well as long as it should work this is what I have coded in currently which is opening the popup window, but is opening up a duplicate copy of the current page
`<a>" onClick="OpenBrWindow('<?php echo htmlspecialchars(getAlbumLinkURL());?>','_blank','scrollbars=yes,status=1,resizable=1','490','600','true');return false;" title="<?php echo gettext('View album:'); ?> <?php echo getAnnotatedAlbumTitle();?>"><?php printAlbumThumbImage(getAnnotatedAlbumTitle()); ?></a>`
This again simply opens up a duplicate of the same album.php window on click(of the any of the thumbnails).
I know the script is a little of date but they really want it & I dig the zenphoto thing a lot & would like to continue to use it.
If you could let me know what looks wrong in my code, maybe it is that I can't call a function inside of the onClick handler (js thing).
A link to the demo page can be found :
Here
This is just a demo of, the full thing looks much more elaborate. Please, any help would be appreciated, thanks again acrylian for all your help. Appreciate a ton!