Need iFrame coding help!

I purchased a website template for my business and I am having some difficulty in modifying the flash navigation. The original ActionScript code for the buttons are as follows:

onClipEvent (load) {
num=4;
link = “rates.html”;
}

However I am trying to have the link open in an iFrame and no matter what I try does not work. I need the link to open in the iFrame main_body. I had tried using variations of the button.onPress function without much luck. I’m not an expert apparently with ActionScripting but I can get around.

Thanks for the help ahead of time!

the event you are referring is a clip event which triggers on load, its not the button event. click on the button and see the action applied on it. or check the keyframe actions for button events.