Javascript help :O

Right, so... I need to open up a new window, but target="_blank" won't work, and I don't if I can use open() to target the new array with the links in it. You see, I made a manual slideshow where each image in the slideshow is synched with a certain link... I just don't know how to get a new window to open up and display the corresponding link to the correspending image in the slideshow. I had hoped that target="_blank" would work, but it just opens a blank window.
The reason why I want to open up a new window instead of using the same one, is because the slideshow resets its position when you go back, and I'd rather that anyone using the slideshow doesn't have to find their way back to where they had been.

The reason why I want to open up a new window instead of using the same one, is because the slideshow resets its position when you go back, and I'd rather that anyone using the slideshow doesn't have to find their way back to where they had been.