Windowless Pop-up

I have a Flash landing site I’m working on right now that has a few links which need to open in their own browser window. Right now, this is what I’m using, but I need them to open without Forward and Back buttons in the browser at their respective sizes, so I’m guessing I need to do this in a windowless new window.

This is the simple string I am using right now:

on (release, releaseOutside, dragOut) {
getURL (‘http://www.thelink.com’, _blank)
}

What can I add in there to create a windowless pop-up that will load the movie into the HTML page.

Thanks.