I'm looking for a script that will do a collapsing menu in the same manner as PHP WCMS. I've seen some tree menus, but they tend to remain uncollapsed onced you've clicked on it.
I'd like it to work in the same manner as PHP WCMS in that after u click on another link, the tree is compressed again.
Eg. Navigation may be
Index1
Index2
Clicking on Index1, menu becomes:
Index1
- child 1.1
- child 1.2
Index2
Clicking on index2, now the menu becomes
index1
Index2
- child 2.1
- child 2.2
Cheers for any help
