Advanced buttons linking

I have made some advanced buttons and want to use then to navigate to a different frame in the site this is what have

b1.onRelease = function() {
this.gotoAndStop(10);
}

can anyone tell me why this isnt working?

Thanks
Jake