
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(22216, 'Home', '22216.html'),
new M(23012, 'Wir sind da für', '23015.html', 
[new M(23015, 'Eltern und Kinder', '23015.html'),
new M(23016, 'Jugendliche', '23016.html'),
new M(55382, 'Erwachsene und Paare', '55382.html'),
new M(23017, 'Fachkräfte', '23017.html')]
),
new M(23013, 'Wie wir arbeiten', '23013.html', 
[new M(57466, 'Erziehungsberatung', '57466.html'),
new M(57467, 'Ehe- und Lebensberatung', '57467.html'),
new M(60299, 'Allgemeine Rahmenbedingungen', '60299.html'),
new M(61718, ' Spende', '61718.html')]
),
new M(23014, 'Wer wir sind', '23014.html', 
[new M(54755, 'Fachbereich Erziehungsberatung Landau', '54755.html'),
new M(54756, 'Fachbereich Ehe- und Lebensberatung Landau', '54756.html'),
new M(54757, 'Fachbereich Ehe- und Lebensberatung Neustadt', '54757.html')]
),
new M(56899, 'Informationen', '56899.html', 
[new M(60302, 'Jahresbericht', '60302.html'),
new M(60303, 'Presseveröffentlichungen', '60303.html'),
new M(60304, 'Fachverbände', '60304.html'),
new M(60305, 'Kooperationspartner', '60305.html'),
new M(60306, 'Links zu speziellen Themen', '60306.html')]
),
new M(23055, 'Impressum', '23055.html', 
[new M(64584, 'Suche', '64584.asp')]
)]

