Pop up question

hi guys i have flash a pop up script work great but.

when open the window, appear the page but in the title of the page appear the domain name… i dont want that show the domain name.

look the code:
this its in the html page.


 
<script language="JavaScript">
function openNewWindow(URLtoOpen, windowName, windowFeatures) { newWindow=window.open(URLtoOpen, windowName, windowFeatures); }
</script>
 

and this its on flash.


 
on (release) {
 getURL ("javascript:openNewWindow('portafolios/gfx/simple.html','thewin','height=700,width=800,left=180,top=200,toolbar=no,scrollbars=yes,resizable=yes');");
}
 

what i can do for in the title of the new window dont appear the domain name.???

thanks
regards.