I have an HTML page with a Flash splash containing two buttons.

The problem is a click on linux_bn sends me to "free_trial/index.html" when it should be going to "forms/register.php?continue[]=linux"

It seems like one button is hijacking the code for the other. When I removed the free_audit_mc code the linux button works. Anybody know what I'm doing wrong here? See my frame code below.


free_audit_mc.onMouseDown = function(){
getURL("free_trial/index.html", _self)
}

linux_bn.onMouseDown = function(){
getURL("forms/register.php?continue[]=linux", _self)
}