Images to pop up in own window and relocating thumbnails

Okay, I can't for the life of me figure out how to get the images for items to pop up in a new window.

When someone clicks an item they go to the metadata page, where there it says "Files" at the bottom right of the screen. Is there a way to have it so when they click on the thumbnail that the image pops up in a new window, or have it so that if the image opens full screen there is a back button to go back to the metadata?

Using Griddy theme if that helps.

Okay, correction. I have figured the relocation out. I still can't seem to get the images/files to pop up in a new window.

You should be able to pass some options to the display_files_for_item function to make the file links open in a new window.

Something like:

display_files_for_item(array('linkAttributes' => array('target' => '_blank')));

That worked out perfect! You the man, John!