
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(22209, 'Home', '22209.html'),
new M(25391, 'Wir über uns', '25395.html', 
[new M(25395, 'Die Einrichtung', '25395.html'),
new M(25396, 'Mitarbeiter', '25396.html'),
new M(25398, 'Konzeption und Arbeitsweise', '25398.html'),
new M(25399, 'Impressum', '25399.html')]
),
new M(25386, 'Unsere Angebote', '25388.html', 
[new M(25388, 'Wohnen', '25388.html'),
new M(25387, 'Kurzzeitbetreuung', '25387.html'),
new M(25389, 'Tagesförderung', '25389.html'),
new M(25390, 'Ambulante Betreuung Sonne Mobil', '25390.html'),
new M(25397, 'Finanzierung der Hilfen', '25397.html')]
),
new M(25392, 'Aktuelles', '25436.html', 
[new M(25436, 'aktuelle Angebote', '25436.html'),
new M(25994, 'Termine der Einrichtung', '25994.html'),
new M(25437, 'Suche', '25437.asp')]
),
new M(25393, 'Kontakt', '25393.html', 
[new M(68649, 'Caritas-Förderzentrum ', '68649.html')]
),
new M(26092, 'So finden Sie uns', '26092.html'),
new M(39833, 'Bildergalerie', '39833.html')]

