How do you add a 3rd section of menus to the Project Menu?I tried the following without success:1. Orphan LivelinkNavigationCallback2. Override Execute Method and include something like: Assoc item = ._NewItem() item.func_url = "
http://myURL" item.name = 'Site Name' items.( '09' + '3' + '10' + '.0' ) = itemThanks