
var linkRoot = ""
var imageRoot = "/shared/images/cms/"
function M(id, title, href, submenu){
  this.id = id;
  this.title = title;
  this.href = href;
  this.submenu = submenu;
}
var mainmenu = 
[new M(1023, 'Hauptseite', '1023.html', 
[new M(2954, 'Kontakt', '2954.html'),
new M(2953, 'Impressum', '2953.html')]
),
new M(1024, 'News & Aktuelles', '1030.asp', 
[new M(1030, 'Termine', '1030.asp'),
new M(11112, 'Pressemeldungen', '11112.asp'),
new M(34384, 'Jobbörse', '34384.asp'),
new M(83954, 'IN VIA Nachrichten', '83954.html')]
),
new M(20399, 'Publikationen', '20400.html', 
[new M(20400, 'IN VIA-Publikationen', '20400.html'),
new M(20401, 'Publikationen unter Mitwirkung von IN VIA', '20401.html'),
new M(81509, 'IN VIA Grußkarten-Aktion', '81509.html')]
),
new M(1025, 'A-Z', '1048.asp', 
[new M(1048, 'Volltextsuche', '1048.asp')]
),
new M(1026, 'Arbeitsfelder', '1031.html', 
[new M(1031, 'Au-Pair Vermittlung', '1031.html'),
new M(1033, 'Bahnhofsmission', '1033.html'),
new M(1034, 'Europäischer Freiwilligendienst', '2977.html'),
new M(1035, 'Freiwilliges Soziales Jahr', '54976.html'),
new M(1036, 'Jugendberufshilfe', '2978.html'),
new M(1037, 'Mädchentreff', '1037.html'),
new M(1039, 'Schulbezogene Jugendsozialarbeit', '5373.html'),
new M(3740, 'Interkulturelle Sozialarbeit', '3740.html'),
new M(74251, 'Projekt "Bleib dran!"Begleitung in Ausbildung und Beschäftigung', '74251.html'),
new M(74101, 'Projekt "Bündelung der Angebote zur Berufsorientierung an Schulen"', '74101.html'),
new M(68247, 'Projekt "CariVia - Personalgewinnung für die Gesundheits- und Sozialwirtschaft"', '68247.html'),
new M(74165, 'Projekt "Für eine Pädagogik der Inklusion"', '74165.html')]
),
new M(1759, 'Einrichtungen', '1916.html', 
[new M(1916, 'IN VIA Akademie', '1916.html'),
new M(1915, 'Auslandshäuser', '2980.html'),
new M(1917, 'IN VIA-Center Berlin', '1917.html')]
),
new M(1027, 'Internationaler Verband', '1043.html', 
[new M(1043, 'ACISJF', '1043.html')]
),
new M(1028, 'Fortbildung & Tagungen', '1044.html', 
[new M(1044, 'Fortbildung und Tagungen', '1044.html')]
),
new M(1029, 'Der Verband', '1045.html', 
[new M(1045, 'IN VIA-Verbände in Deutschland', '1045.html'),
new M(1047, 'Das Selbstverständnis', '1047.html'),
new M(5374, 'Der Vorstand', '5374.html'),
new M(11506, 'Verbandszentrale', '11506.html'),
new M(41496, 'Materialien Öffentlichkeitsarbeit', '41496.html')]
),
new M(49909, 'Partnerschaft mit Unternehmen', '50023.html', 
[new M(50023, 'Gemeinsam bewegen - gemeinsam gewinnen', '50023.html'),
new M(50806, 'Broschüre Corporate Citizenship bei IN VIA', '50806.html'),
new M(50807, 'Ansprechpartner/-innen bei IN VIA', '50807.html')]
)]

