Single popup, bring to front rather than multiple instances

I have this AS at the moment:

Code:
var nBtnQty:Number = 3;
// Set the button event Methods below.
btn1.onRelease = function():Void  {
   newPopUpRandomId("ss/info.html", 550, 719, fTopLeftRandom(0, 64), fTopLeftRandom(0, 64), "No", "No", "No", "No", "No", "No");
};   
   #include "pageFunctions.as"

It's a Flash page linking to another Flash landing page with links out etc.
 
Back
Top Bottom