
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(22214, 'Home', '22214.html'),
new M(22473, 'Unser Haus', '22474.html', 
[new M(22474, 'Unser Angebot', '22474.html'),
new M(22475, 'Wohnen in familiärer Atmosphäre', '22475.html'),
new M(22476, 'Leitbild', '22476.html'),
new M(22477, 'Geschichte des Hauses', '22477.html'),
new M(22478, 'Pflegekonzept', '22478.html'),
new M(76770, 'Qualität', '76770.html'),
new M(22479, 'Menschen hier...', '24006.html'),
new M(22480, 'Angebote zur Tagesgestaltung', '22480.html'),
new M(22481, 'Seelsorge/ Pfarrgemeinde', '22481.html'),
new M(54217, 'Videoclip', '54217.html')]
),
new M(22482, 'Kontakt/ Beratung', '22486.html', 
[new M(22486, 'Kontakt', '22486.html'),
new M(22487, 'Ansprechpartner', '22487.html'),
new M(22488, 'Kontaktaufnahme', '22488.asp'),
new M(22489, 'Wegbeschreibungen', '22489.html'),
new M(24003, 'Andere Einrichtungen', '24003.html'),
new M(24004, 'Suche', '24004.asp'),
new M(22490, 'Impressum', '22490.html')]
),
new M(22483, 'Kosten', '22491.html', 
[new M(22491, 'Heimentgelt', '22491.html'),
new M(22492, 'Mittagstisch', '22492.html')]
),
new M(22484, 'Aktuelles', '22494.html', 
[new M(22494, 'Ausblick/ Vorschau', '22494.html')]
),
new M(22485, 'Helfen Sie mit!', '22495.html', 
[new M(22495, 'Ehrenamt', '22495.html'),
new M(22496, 'Freiwilligendienst', '22496.html'),
new M(22497, 'Spenden', '22497.html')]
)]

