/* 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','auftrag.html','Unser Auftrag');
addNav(1,'1671','abteilungen.html','HSS München');
addNav(1,'1656','partner.html','Partner in Namibia');
addNav(1,'1757','veranstaltungen.html','Veranstaltungen in Namibia');
addNav(2,'1759','trainingsprogramm.html','Trainingsprogramme');
addNav(2,'1759','seminare.html','Seminare');

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

addNav(1,'1660','kontakt.html','Kontakt');
addNav(1,'1660','alumni.html','Alumni');
addNav(1,'1450','links.html','Links');
addNav(1,'1223','downloads.html','Downloads');
addNav(2,'1759','publikationen.html','Publikationen');
addNav(2,'1759','nepad.html','NEPAD');
addNav(2,'1759','../download/NamibiaZahlenFakten.pdf','Zahlen und Fakten über 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','galerie.html','Galerie');
addNav(1,'1223','index.html','Home');
