Hello!

I need to make that my image gallery shows in a new window.
Image gallery is in fla. document and it is like page (fla. document conatin 6 pages and image gallery is 7th).
Action script for my button that calls up a page with image gallery looks like this:
on (release){
gotoAndPlay("galerija");}

So what I need to add that my page with image gallery shows up in new window?

Thanks