JavaScript Pop_up Issue

SO here’s the deal, I’ve been trying to get an answer to this question for about a week now and no-one seems to be able to help me.

I’m trying to use the ‘standard JS’ tag in the Flash file itself to open a 600 x 500 Pop-up window with no toolbar or address bar. To do this I use the following Code:
on (release) {

  Quote:

on (release) {
getURL ("javascript
**:NewWindow=window.open(‘http://ntdesigns.net’,‘newWin’,‘width=400,height=300,left =200,top=200,toolbar=No,location=No,scrollbars=Yes ,status=No,resizable=Yes,fullscreen=No’); NewWindow.focus(); void(0);");

}**

But when I use this code I get a problem, the window the JavaScript opened is not resized, moved, or displaying the correct page. In fact, all I get is a full screen page, with :

  Quote:
                                             **"javascript:NewWindow=window.open('http://ntdesigns.net','newWin','width=400,height=300,left =200,top=200,toolbar=No,location=No,scrollbars=Yes ,status=No,resizable=Yes,fullscreen=No'); NewWindow.focus(); void(0);"
                            **

Can someone PLEASE help me, I’ve been trying to figure this out for a week and this is literally the LAST piece I need to fall into place here.

PLEASE!