/* 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','hans.htm','About Us');
addNav(2,'604','aboutusde.htm','    Hanns Seidel HQ');
addNav(3,'1607','organisation.html','       Organisation');
addNav(3,'1608','life.html','       Life and Work of Dr. Hanns Seidel');
addNav(3,'1609','international.html','       International Cooperation');
addNav(2,'607','aboutustz.htm','    Hanns Seidel TZ');
//addNav(3,'1671','/stellenangebote.htm','Contact Information');
//addNav(2,'1656','/1656.htm','Hans Seidel Foundation HQ');
//addNav(2,'1660','/1660.htm','Other links');
//addNav(3,'1757','/1757.htm','Other links');
//addNav(3,'1759','/1759.htm','Other links');

//addNav(1,'1450','/politische_bildung.htm','Other links');
//addNav(2,'503','/503.htm','Other links');
//addNav(2,'1207','/seminare.htm','    Other links');
//addNav(3,'3075','/3075.htm','Other links');
//addNav(3,'3118','/3118.htm','Other links');

addNav(1,'','','second'); // ends the blue area and starts the green area:  leave as is!
addNav(1,'1207','current.htm','Current Activities');
addNav(2,'1632','Hanns_Seidel_Picture_Gallery/index.html','    Picture Gallery');
//addNav(1,'551','/presse_service.htm','Press-Service');
//addNav(2,'2023','/2023.htm','Agriculture ');
//addNav(1,'1207','/current.html','Current Activities');
//addNav(2,'2056','/2056.htm','Other links');
//addNav(2,'2066','/2066.htm','Other links');
//addNav(2,'2068','/2068.htm','Other links');

//addNav(1,'','','third');// ends the green area and starts the gray area:  leave as is!
//addNav(1,'1223','','Picture Gallery');

//addNav(1,'konferenzzentrum','http://www.konferenzzentrummuenchen.de/','Konferenzzentrum M&uuml;nchen','_blank'); // referenced in line 407 of /_scripts/da_kontext_navigation.js */
/*(level,idname,url,title,target): only external links need the target filled*/