Closing and opening windows

Ive build a site for a friend of mine just to get myself started on some flash but Ive run into a little problem.

On this site there are various thumbs that open a new window and show the original pic, nutting special there, except that I want each file to open in it`s own window.
In this case new pics open in the same window and not a new one.

It is rather annoying as I also created a player that opens in a new window which stops playing if you look at start looking at a picture after that :blush:

So what I need is either a window-closer or some script that opens every picture in it`s own window or just a special window for the player…

Hope you can help me out here :slight_smile:

the code for the pictures to open the new window I use is:
b3.onRelease = function() {
getURL(“javascript:Launch(‘http://www.url.com/pic.jpg’, 630, 470)”);
};