Multiple Objects with 1 Action - Quick Question

hi

i have for a button:

nav1.onRelease = function() {
nav2.gotoAndPlay(“out”);
nav3.gotoAndPlay(“out”);
nav4.gotoAndPlay(“out”);
};

is there a ‘cleaner’ way of applying the same action to multiple objects?

cheers
doug