[Flash8/AS2] Flash Navigation Help needed!

[SIZE=2][COLOR=Black]Hello

I create a Flash menu for a HTML/CSS site, so I had read so far that I need to put the menu on a frame to avoid the menu to load every time user click on each page.

Now my question is I want to [/COLOR][/SIZE]leave the highlighted part with the gear on each page at all times, and it won’t fade until you click another part of the menu.
Here is the menu I created: [SIZE=2][COLOR=Black]http://www.busybrain.net/proofing/dalemathis/index.htm
What I’m saying [/COLOR][/SIZE]is that the gear would always be there on the page (to show the viewer what page they’re on).[SIZE=2][FONT=&quot][COLOR=Black]

[FONT=Verdana] This is the code on the HOME button:[/FONT]
[/COLOR][/FONT][/SIZE]

on (release) {
    getURL("index.htm");
}

[COLOR=Red]Should I change my button to Movie Clips to be able to have this effect or can I just add a simple line of code to my recent button.
Please if you know let me know. :+)
[/COLOR]
Vanessa