getURL/Button issue

Hello

i have come across a very very odd problem with a menu i am working on at the moment.

get the menu file here

That is the file i am working on, i’m trying to make each one link to a page,

for instance the first button, team profile should work with

 teamprofile.onMouseDown = function() {

getURL("teamprofile.php");

};

BUT, if i apply that to the actions frame(on the main timeline), it makes ALL the buttons do the same on click, and i can’t for the lif of me figure out why.

Well i hope that all makes sense. Cheers in advance. Andy.