Need help with menu

I have a flash menu that, when clicked, causes the whole page to flash. The other links work fine…this only happens when the buttons in the flash nav are clicked.

You can view the page here:

www.swdirect.com/test2/mktngsvcs.html

The menu in the body is the flash nav. You can see that top nav bar (dreamweaver spry) works fine. Since I’m using AS2 I can still use the getURL code which I have set to each button as:

on (release) {
getURL(“webpage.html”,"_self");
}

I have also tried changing the target to _parent to see if that helped but it didn’t. Can someone please help me out?

I can’t upload the .fla because it’s 80kb and the limit is 74kb so I can send it to whoever wants to look at it to help out.

I really need a hand. Thanks.

SOLVED…I don’t think I changed anything big but it seems to have worked. I just added the “get” method, seems to have helped but not sure if that’s really what the problem was.