Linking question

I`m new with Flash MX, and I have one question about linking:
How do i link SWF files together, so that they would open in a same pop-up window?
Ex. I have a web page placed inside a pop-up window. In a main page there is three links. Every time an user click some of the links, a new page would open inside the same pop-up window.

use the window name of the pop up window.

getURL(“some.swf”, “popup”);