/* 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,'0','index.aspx?PageID=2','About Us');
addNav(1,'0','#','About Us');
addNav(2,'0','index.aspx?PageID=3','A political Foundation');
addNav(2,'0','index.aspx?PageID=4','Contact');

addNav(1,'','#','second'); // ends the blue area and starts the green area:  leave as is!

//addNav(1,'0','index.aspx?PageID=5','Our Work in Pakistan and Afghanistan');
addNav(1,'0','#','Our Work in Pakistan and Afghanistan');
addNav(2,'0','index.aspx?PageID=6','Political Dialogue');
addNav(2,'0','index.aspx?PageID=7','Civic Education');
addNav(2,'0','index.aspx?PageID=8','Institution Building');

addNav(1,'','#','third');// ends the green area and starts the gray area:  leave as is!

//addNav(1,'0','index.aspx?PageID=9','Our Partners');
addNav(1,'0','#','Our Partners');
addNav(2,'0','thinktank.aspx?PageType=1','Parliament');
addNav(2,'0','thinktank.aspx?PageType=2','Universities');
addNav(2,'0','thinktank.aspx?PageType=3','Think tanks');
addNav(2,'0','thinktank.aspx?PageType=4','NGO\'s');

//addNav(1,'','#','fourth');// ends the green area and starts the gray area:  leave as is!

addNav(1,'','#','fourth');// ends the green area and starts the gray area:  leave as is!
addNav(2,'0','index.aspx?PageID=14','Publications');
addNav(2,'0','index.aspx?PageID=15','Links');
