
// this file is intended to create the whole menu on the left-hand side 
// of the cochrane.org web site. Each line contains an invocation of
// the Node constructor (see "createMenu.js" for details) with the signature 
// Node(<ID you choose yourself>, <ID of the node's parent>, <Displayed name>, <link target>)
//
// Created by Johannes Horstmann (jhorstma@cochrane.de or johorstmann@gmx.de)

new Node(0,null,"", "http://www.cochrane.de/"); // root node
new Node(1,0,"Home", "http://www.cochrane.de/de/index.htm");
new Node(2,0,"&Uuml;ber das Deutsche Cochrane Zentrum");
new Node(3,0,"Die Cochrane Collaboration");
new Node(4,0,"Die Cochrane Library");
new Node(5,0,"Wie werde ich Reviewer (Autor)");
new Node(6,0,"Aktivitäten im deutschsprachigen Raum");
new Node(7,0,"Evidenzbasierte Medizin");
new Node(8,0,"Informationen für Patienten und Angehörige", "http://www.cochrane.de/de/consumer.htm");
new Node(9,0,"Informationen für Studierende", "http://www.cochrane.de/de/students.htm");
new Node(10,0,"Registrierung klinischer Studien", "http://www.cochrane.de/de/studienregistrierung.htm");
new Node(11,0,"Für die Presse", "http://www.cochrane.de/de/press.htm");
new Node(12,0,"Veranstaltungen");
new Node(13,0,"Für Sie referiert");
new Node(14,0,"Links", "http://www.cochrane.de/de/links.htm");

new Node(23,2,"Aufgaben des DCZ", "http://www.cochrane.de/de/theorg.htm");
new Node(24,2,"Kontakt & Team", "http://www.cochrane.de/de/contact.htm");
new Node(25,2,"So finden Sie uns", "http://www.cochrane.de/de/find.htm");
new Node(27,2,"Finanzierung", "http://www.cochrane.de/de/support.htm");
new Node(28,2,"Publikationen", "http://www.cochrane.de/de/pubs.htm");
new Node(29,2,"Rundbriefe", "http://www.cochrane.de/de/ournewsletters.htm");
new Node(30,2,"Mailinglisten", "http://www.cochrane.de/de/emailalerts.htm");
new Node(31,2,"DKV Cochrane Preis", "http://www.cochrane.de/de/award.htm");
new Node(32,2,"Stellenangebote", "http://www.cochrane.de/de/opportunities.htm");

new Node(33,3,"Arbeitsgebiet & Ziele", "http://www.cochrane.de/de/collaboration.htm");
new Node(34,3,"Struktur", "http://www.cochrane.de/de/structure.htm");
new Node(35,3,"Cochrane-Glossar", "http://www.cochrane.de/de/glossary.htm");
new Node(36,3,"Rollen & Mitarbeit", "http://www.cochrane.de/de/roles.htm");
new Node(37,3,"Finanzierung", "http://www.cochrane.de/de/support_cc.htm");
new Node(38,3,"Wer war Archie Cochrane?", "Biographie_Archie_Cochrane.htm");
new Node(39,3,"News der Collaboration", "http://www.cochrane.de/de/news.htm");
new Node(40,3,"Zu den internationalen Webseiten", "http://www.cochrane.org");

new Node(41,4,"Einführung", "http://www.cochrane.de/de/clibintro.htm");
new Node(42,4,"Zugangsmöglichkeiten", "http://www.cochrane.de/de/browse.htm");
new Node(43,4,"Hilfen zur Anwendung", "http://www.cochrane.de/de/clibtrain.htm");
new Node(44,4,"Direkt zur Cochrane Library", "http://www.thecochranelibrary.com");

new Node(47,5,"Schritt für Schritt", "http://www.cochrane.de/de/reviewer.htm");
new Node(48,5,"Ressourcen", "http://www.cochrane.de/de/resources.htm");

new Node(50,6,"Review Gruppen", "http://www.cochrane.de/de/related.htm");
new Node(51,6,"Sonstige Gruppen", "http://www.cochrane.de/de/act.htm");
new Node(52,6,"Freiburger Handsearch-Projekt", "http://www.cochrane.de/de/handsearch.htm");
new Node(53,6,"Aktiv werden", "http://www.cochrane.de/de/involve.htm");
new Node(54,6,"Stellenangebote", "http://www.cochrane.de/de/opportunities.htm");

new Node(56,7,"Einführung", "http://www.cochrane.de/de/ebhc.htm");
new Node(57,7,"Literaturrecherche", "http://www.cochrane.de/de/litsearch.htm");
new Node(58,7,"Literaturbewertung", "http://www.cochrane.de/de/grading.htm");
new Node(59,7,"Evidenzklassen", "http://www.cochrane.de/de/gradesys.htm");
new Node(60,7,"HTA", "http://www.cochrane.de/de/hta.htm");
new Node(61,7,"Leitlinien", "http://www.cochrane.de/de/guidelines.htm");
new Node(62,7,"EbM-Artikel (Zahnsplitter)", "http://www.cochrane.de/de/zahn.htm");

new Node(64,12,"im deutschsprachigen Raum", "http://www.cochrane.de/de/localevents.htm");
new Node(65,12,"International", "http://www.cochrane.de/de/ccevents.htm");

new Node(73,13,"Review des Monats: Rimonabant bei Adipositas", "http://www.cochrane.de/de/rimonabant.htm");
new Node(74,13,"Weitere Review-Besprechungen", "http://www.cochrane.de/de/revmonth.htm");
new Node(77,13,"Stern-Serie Ärzte-Check", "http://www.cochrane.de/de/currentnews.htm");
new Node(78,13,"EbM-Artikel (Splitter)", "http://www.cochrane.de/de/ebmsplitter.htm");
