Popup window from open image link?

Hello,
I have dynamic text in my movie that when clicked opens different image jpgs in _blank window. I would like to be able to have the blank window open at a set size so that when the link is clicked it doesn’t open the image in a full window.

This is the AS which creates the links. Any suggestions? Thanks :slight_smile:

<a href=\'http://" + currAttribs.link + "\' target=\'_blank\'>

Keep in mind that I’m not calling actual html pages but rather jpg files to open in _blank pages.