/* 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,'606','mission.html','Our Mission');
addNav(1,'1671','departments.html','HSF Munich');
addNav(1,'1656','partner.html','Partners in Namibia');
/*addNav(2,'1656','imlt.html','IMLT');
addNav(2,'1656','change.html','CHANGE');
addNav(2,'1656','oss.html','OSS');
addNav(2,'1656','nepru.html','NEPRU');*/
addNav(1,'1757','activities.html','Activities in Namibia');
addNav(2,'1759','trainingprogramme.html','Training Programme');
addNav(2,'1759','seminars.html','Seminars');

addNav(1,'','','second'); // ends the blue area and starts the green area:  leave as is!

addNav(1,'1660','contact.html','Contact');
addNav(1,'1660','alumni.html','Alumni');
addNav(1,'1450','links.html','Links');
addNav(1,'1223','downloads.html','Downloads');
addNav(2,'1759','publications.html','Publications');
addNav(2,'1759','nepad.html','NEPAD');
addNav(2,'1759','../download/NamibiaFactsFigures.pdf','Facts and figures about Namibia');
addNav(2,'1759','corruption.html','Corruption Tracker');
addNav(2,'1759','QER.html','Quarterly Economic Review');
addNav(2,'1759','ElectionWatch.html','Election Watch');
addNav(1,'','','third');// ends the green area and starts the gray area:  leave as is!
//addNav(1,'1223','news.html','News');
addNav(1,'1223','gallery.html','Gallery');
addNav(1,'1223','index.html','Home');
