FLASH/MENU - Targeting Framesets

Hey Guys,

I have an flash xml menu that I am using on a page with frames, when I embed the flash in the page in the left frame, I want the content to appear in the middle frame. Everytime I click a link on the menu it opens a new browser window, how do I target the specific middle frame to put the content into?

Here is the xml file code below: The flash file references the xml file just fine:

<?xml version=“1.0” ?>
<menu>
<menuitem label=“home” color=“0x0066FF” id=“10” url=“http://www.google.com” target=“middle”>
<menuitem label=“about us” id=“11” url="/flash-components/menu-components/m1" activeUrl=“m1” urltarget=“middle”>
</menuitem>
</menuitem>
<menuitem label=“immigration services” color=“0x99FF99” id=“20”>
<menuitem label=“free assessment” id=“21” url="/flash-components/menu-components/m3" activeUrl=“m3” urltarget="_blank">
</menuitem>
<menuitem label=“lawyers” id=“22” url="/flash-components/menu-components/m4" activeUrl=“m4” urltarget="_blank">
</menuitem>
</menuitem>
<menuitem label=“settlement services” color=“0xFFCC00” id=“30”>
<menuitem label=“one” id=“31” url="/flash-components/menu-components/m6" activeUrl=“m6” urltarget="_blank">
</menuitem>
<menuitem label=“two” id=“32” url="/flash-components/menu-components/m7" activeUrl=“m7” urltarget="_blank">
</menuitem>
<menuitem label=“three” id=“33” url="/flash-components/menu-components/m8" activeUrl=“m8” urltarget="_blank">
</menuitem>
</menuitem>
<menuitem label=“contact us” color=“0x9999FF” id=“40” url="/flash-components/menu-components/m9" activeUrl=“m9” urltarget="_blank">
</menuitem>
<menuitem label=“helpful links” color=“0xCC33FF” id=“50”>
<menuitem label=“that’s” id=“51” url="/flash-components/menu-components/m11" activeUrl=“m11” urltarget="_blank">
</menuitem>
<menuitem label=“all” id=“52” url="/flash-components/menu-components/m12" activeUrl=“m12” urltarget="_blank">
</menuitem>
<menuitem label=“folks” id=“53” url="/flash-components/menu-components/m13" activeUrl=“m13” urltarget="_blank">
</menuitem>
<menuitem label=“see” id=“54” url="/flash-components/menu-components/m14" activeUrl=“m14” urltarget="_blank">
</menuitem>
<menuitem label=“you” id=“55” url="/flash-components/menu-components/m15" activeUrl=“m15” urltarget="_blank">
</menuitem>
<menuitem label=“next” id=“56” url="/flash-components/menu-components/m16" activeUrl=“m16” urltarget="_blank">
</menuitem>
<menuitem label=“time” id=“57” url="/flash-components/menu-components/m17" activeUrl=“m15” urltarget="_blank">
</menuitem>
</menuitem>
</menu>