/* This is the file to change to create your own navigation.  It has been shortened from the current navigation on the hss.de site.  The number of entries on every level is unlimited.  The entries' level must follow the schema 1,2,3: a 3 may never directly follow a 1.   */oTreeRoot = new NP(0,'0','','nichts',null,null) // leave as is!/*(level,idname,url,title,target): only external links need the target filled, see last entry *//* the level */addNav(1,'','','first');  //sets up the blue area:  leave as is!addNav(1,'603', '/about.htm','About Us');addNav(2,'606','/mission.htm','Mission');addNav(2,'1656','/activities.htm','Activities');addNav(2,'1660','/contact.htm','Contact Us');addNav(1,'','','second'); // ends the blue area and starts the green area:  leave as is!addNav(1,'1207','/pubs.htm','Publications');addNav(1,'551','/events.htm','Events');addNav(1,'','','third');// ends the green area and starts the gray area:  leave as is!addNav(1,'1223','/partners.htm','South African Partners'); // referenced in line 407 of /_scripts/da_kontext_navigation.js *//*(level,idname,url,title,target): only external links need the target filled*/
