Hi,
I have a dynamic menu in my Intranet application that loads from a database.
What I would like to do is to make parent nodes visible based on your group
membership in Active Directory. Example

My menu populates with the foll parent nones

Accounting
Sales
Marketing

I have the foll groups in Active Directory

gpAcccounting
gpSales
gpMarketing


So if you are a member of gpAccounting and gpMarketing then the respective
menus will be loaded. How do I go about doing that? Where can I find info on
this.

Thanks