Simple navigation

Hi,
what’s the simplest way to navigate within one timeline? I have a simple 5 page site and in a code layer, I assigned this script for each button:
[FONT=Trebuchet MS] Home_button.onPress = function(){
gotoAndStop(“home”);

[FONT=Verdana]So when I tested the movie, I realized that I need something to make the playhead not move until something is clicked. Right? Do I still need to go into the actions for each button and say something like gotoAndPlay…? Please explain this in newbie terms. Thank you!![/FONT]
[/FONT]