QUESTION: Can pop-ups be instructed to always appear on top of hompeage

Hello all,

I’m using the following code on btn’s to open html pop-ups from my swf:

on(press){getURL(“javascript:openNewWindow(‘URL’,‘xxx’,‘width=550,height=550,//other attributes’)”);}

What I’m trying to do is input code that will instruct these pop-up windows to always appear on top of the homepage. Obviously if you click out of the first popup to open another, you’ve put that first pop-up under the hompeage in the window order. From then on, that pop-up will be updating itself under the homepage and not all visitors will know to check their taskbar. I know there’s a way to tell these pop-ups to go on _top no matter what.

Appreciate any input you have,
Thanks,
Paul