Actionscript targetting an iframe

I got a flash navigation system with this as on frame 1

_root.connURL10 = ‘http://www.mysite.com/test.html
_root.connURL12 = ‘http://www.mysite.com/test2.html
_root.connURL14 = ‘http://www.mysite.com/test4.html

The buttons work with no problem, but I want to target every page to open on an iframe on the page, the same way I normally do it with the getUrl syntax.
Can any of the programming gurus here help plesase? Thanks in advance