Action script flash xm professional

I am using Flash MX Professional 2004

I am building a framed website. The top frame will accommodate a flash movie which includes my menu. The body frame will accommodate all my pages each with thier own html.This is my index page –
[SIZE=1]<frameset[/SIZE][SIZE=1] rows=“47%,*”>[/SIZE]
[SIZE=1]<frame name=“top” src=“header.html” frameborder=“no” scrolling=“no”>[/SIZE]
[SIZE=1]<frameset rows=“100%,*”> [/SIZE]
[SIZE=1]<frame name=“body” src=“mainbody.html” frameborder=“no” scrolling=“yes”>[/SIZE]
[SIZE=1]</frameset>[/SIZE]
[SIZE=1]<noframes>[/SIZE]
[SIZE=1]This is the code for the embedded movie[/SIZE]
[SIZE=1]****[SIZE=1]<object[/SIZE][SIZE=1] classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000”** codebase="[/SIZE][SIZE=1][COLOR=#0000f0]http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6[/COLOR][/SIZE][SIZE=1],0,29,0"[/SIZE][SIZE=1] width=“850” height=“160”>[/SIZE]
[SIZE=1]<param name=“movie” value=“vv.swf”>[/SIZE]
[SIZE=1]<param name=“quality” value=“high”>[/SIZE]
[SIZE=1]<embed src=“vv.swf” quality=“high” pluginspage="[/SIZE][SIZE=1][COLOR=#0000f0]http://www.macromedia.com/go/getflashplayer[/COLOR][/SIZE][SIZE=1]"[/SIZE][SIZE=1] type=“application/x-shockwave-flash” width=“850” height=“160”>[/SIZE]
[SIZE=1]</embed></object>[/SIZE]**

[SIZE=1]To get my pages to open in the body frame I have tried to use the following action script[/SIZE]
on (release) {
//Goto Webpage Behavior
getURL(“the committee.html”,“body”);
//End Behavior
}
but this just opens the committee page in a new browswer window instead of in the body frame where I want it.
Can anyone tell me how to do this
Thanking you in anticipation

[/SIZE]