The infinite menu and pop up windows

Alright so I’ve got an infinite menu as my gallery on my site, it loads up inside the main movie and the scrolling works great. My problem is now I am trying to have each button on the infinite menu pop open a new window. I’m using the centered pop up window script found in the tutorial section but when i click the buttons i’m getting no pop up… Any ideas? I tried searching the forums but was unable to find any answer to this problem

Would adding _root. to your script help?

I don’t think so, but where would you think it should be added. I didn’t think it was needed since I am linking off the movie, not within it…

[AS]on (release) {
_root.Place rest of script here.[/AS]Just a thought.