Hi,

I'm developing a website with 3 frames:
TopMenu
LeftMenu
Main

On the TopMenu I have a number of gifs to display the links (typical: TopNav_link1.gif)
and for the LeftMenu I have a few other gifs(typical: LeftNav_link1.gif)

When I click on either image I want it to change, so TopNav_link1.gif becomes TopNav_Bold_link1.gif
the same for the items in LeftMenu.

This works by calling the function MM_nbGroup(event, grpName)

Next I want to change the TopMenu image also when I click on the LeftMenu.

Can I do that with the same function, or is something special desired here?

What does grpName in the function mean: is it the frame, or is it something else?

Kind regards