I previously talked about
adding items to the right menu on the portal page, with a note that I was working on putting things in the Go menu.
It ended up being much eaiser than I feared.
Go read the other topic first, as it contains the basic information you'll need here.
Attached is the Javascript required to pull it off. Stick it in your header insert, right under the other code.
To add items, use a call like this in your onload field:
cc_insert_go_menu_link("Link Title", "http://...", 1);
Like the other function, the arguments are the link title, the URL, and the offset within the menu. Also like the other function, items are added from the top down, so consecutive items with the same index will show up in the opposite order that you add them.
The two menu addition scripts work fine together. You can find them both in action here -
http://leftovers.groupee.net/groupeeEnjoy!
cc_insert_go_menu_link_js.zip (625 Bytes, 13 downloads) The Go menu javascript