getURL - problem with target window

I have a flash navbar in the top frame of my page. When you click on one of the buttons I want an html page to open in the main window. I cannot get the getURL to work… when I click on the button it always targets a new page. This is the exact code I use.

on (release) {
getURL(“pink.htm”, “_info”);
}

can someone tell me why this is not targeting the info frame??
Cheers

on (release) {
getURL(“pink.htm”, “nameoftheframeyouwanttoopenin”);
}

m… you’re a saint…cheers