getURL load to a frame

I have two frames on my html page. A nav and a content. In the nav I have flash buttons that need to load content to the content frame called ‘bottom’. This is what I have but doesn’t work:

 
on (release) {
 getURL("equipment.htm", "bottom");
}