Action Scripts and Framsets HELP!

hi, i have a website i am working on, has two frames topFrame and mainFrame, on the top fram i have a menu made in flash, i have my geturl action script pointing to mainFrame however it opens a new window. some one please help!!! the code will follow

here is the flash code in the buttons

on (release) {
getURL (“seepagepits/index.html”, “mainFrame”);
}

now i have an index.html page which contains the framsets, the code will fallow.

<frameset rows=“271," cols="” framespacing=“0” frameborder=“no” border=“0”>
<frame src=“topFrame.html” name=“topFrame” scrolling=“No” noresize=“noresize” id=“topFrame” title=“topFrame” />
<frame src=“mainFrame.html” name=“mainFrame” id=“mainFrame” title=“mainFrame” />
</frameset>

the topframes file name is topFrame.html containing the code for the flash menu and the code will fallow

<p align=“center”>
<object classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000” codebase="[COLOR=#0066cc]http://download.macromedia.com/pub/s…rsion=7,0,19,0[/COLOR]" width=“780” height=“100”>
<param name=“movie” value=“Menu1.swf” />
<param name=“quality” value=“high” />
<embed src=“Menu1.swf” quality=“high” pluginspage="[COLOR=#0066cc]http://www.macromedia.com/go/getflashplayer[/COLOR]" type=“application/x-shockwave-flash” width=“780” height=“100”></embed>
</object>
</p>

and there is the mainFrame however there is not much on here but i will post in any way

<body>
<div align=“center”><img src=“underconstruction.jpg” width=“325” height=“336” />
</div>
</body>

some one please help, if the source files are needed please let me know. The launch for the site should have been today ( fri the 25th ) but i have not been able to resolve this. Some one please help!!