Paste the following code into your html page within the HEAD tag. Replace the italics with your info. I usually name the function the same as the page name.

<script LANGUAGE="Javascript">
< !--
function functionName() {
window.open("pageName.htm","newwindow","toolbar=0,location=0,directorie s=0,status=0,menubar=0,scrollbars=1,resizeable=0,w idth=500,height=380, screenY=0, top=0, screenX=0, left=0")
}
//-->
</script>

Then use the GetURL action in your Flash movie to reference the javascript. You do this by calling the function by putting the following code in your GetURL action:

javascript:functionName()

Hope this helps,

Scott