Using actionscript with iframes

what i have is some movieclip buttons that im using actionscript with…

"button1_mc.onRelease = function() {

getURL("main.html", "_main");

}"

how do i go about making it to where when i click button1_mc that it will display main.html in a iframe that i have on the page?

the fla is located at: http://stu.aii.edu/~ajb158/Untitled-1.fla
and the html is attached in a txt file
thanks