
// 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,"", ""); // root node
new Node(1,0,"Home", "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", "consumer.htm");
new Node(9,0,"Informationen für Studierende", "students.htm");
new Node(10,0,"Registrierung klinischer Studien", "studienregistrierung.htm");
new Node(11,0,"Presse");
new Node(12,0,"Veranstaltungen");
new Node(13,0,"Webliografie");

new Node(20,2,"Aufgaben & Ziele", "theorg.htm");
new Node(21,2,"Kontakt & Team", "contact.htm");
new Node(22,2,"So finden Sie uns", "find.htm");
new Node(23,2,"Mailinglisten", "emailalerts.htm");
new Node(24,2,"Rundbriefe", "ournewsletters.htm");
new Node(25,2,"Veröffentlichungen von Mitarbeitern", "pubs.htm");
new Node(26,2,"Stellenangebote", "opportunities.htm");
new Node(27,2,"Finanzierung", "support.htm");

new Node(30,3,"Arbeitsgebiet & Ziele", "collaboration.htm");
new Node(31,3,"Struktur", "structure.htm");
new Node(32,3,"Cochrane-Glossar", "glossary.htm");
new Node(33,3,"Rollen & Mitarbeit", "roles.htm");
new Node(34,3,"Finanzierung", "support_cc.htm");
new Node(35,3,"Wer war Archie Cochrane?", "Biographie_Archie_Cochrane.htm");
new Node(36,3,"Zu den internationalen Webseiten", "http://www.cochrane.org");

new Node(39,4,"Einführung", "clibintro.htm");
new Node(40,4,"Zugangsmöglichkeiten", "browse.htm");
new Node(41,4,"Support & Hilfen", "clibtrain.htm");
new Node(42,4,"Direkt zur Cochrane Library", "http://www.thecochranelibrary.com");

new Node(44,5,"Schritt für Schritt", "reviewer.htm");
new Node(45,5,"Ressourcen", "resources.htm");
new Node(46,5,"Diagnostische Verfahren", "diagnostic.htm");
new Node(47,5,"Förderung & Preise", "grants.htm");

new Node(48,6,"Aufgaben unseres Zentrums", "theorg.htm");
new Node(49,6,"Review Gruppen", "related.htm");
new Node(50,6,"Sonstige Arbeitsgruppen", "act.htm");
new Node(51,6,"Freiburger Handsearch-Projekt", "handsearch.htm");
new Node(52,6,"Aktiv werden", "involve.htm");

new Node(54,7,"Einführung", "ebhc.htm");
new Node(55,7,"Literaturrecherche", "litsearch.htm");
new Node(56,7,"Literaturbewertung", "grading.htm");
new Node(57,7,"Evidenzklassen", "gradesys.htm");
new Node(58,7,"HTA", "hta.htm");
new Node(59,7,"Leitlinien", "guidelines.htm");

new Node(60,11,"Für die Presse", "press.htm");
new Node(61,11,"Cochrane in den Medien", "media.htm");

new Node(62,12,"deutschsprachiger Raum", "localevents.htm");
new Node(65,12,"International", "ccevents.htm");

new Node(67,13,"Themenübersicht", "links_intro.htm");
new Node(68,13,"EbM", "links_ebm.htm");
new Node(69,13,"HTA", "links_hta.htm");
new Node(71,13,"Epidemiologie", "links_epi.htm");
new Node(72,13,"Leitlinien", "links_guidelines.htm");
new Node(73,13,"Klinische Studien", "links_studyreg.htm");
new Node(74,13,"Leitlinien f. Forschungsberichte", "links_reporting.htm");
new Node(75,13,"Literaturbewertung", "links_litbewertung.htm");
new Node(76,13,"Literatursuche", "links_litsuche.htm");
new Node(77,13,"Patienteninformation", "links_consumer.htm");
new Node(78,13,"Syst. Übersichtsarbeiten", "links_sysrev.htm");