
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(22211, 'Home', '22211.html'),
new M(23178, 'Unser Haus', '23183.html', 
[new M(23183, 'Wofür wir stehen', '23183.html'),
new M(23184, 'Wohnen und Wohlfühlen', '23191.html'),
new M(23185, 'Wohnformen und Pflege', '23194.html'),
new M(23186, 'Pflegeleitbild', '23186.html'),
new M(23188, 'Wir bieten an', '23197.html'),
new M(23189, 'Seelsorge ', '23200.html'),
new M(71528, 'Qualität', '71528.html'),
new M(23190, 'Geschichte des Hauses / Schutzpatron', '23190.html')]
),
new M(23179, 'Kontakt / Beratung', '23203.html', 
[new M(23203, 'Ansprechpartner', '23203.html'),
new M(23204, 'Anmeldung /Info anfordern', '23204.asp'),
new M(23205, 'Anfahrtskizze', '23205.html'),
new M(23206, 'Impressum', '23206.html'),
new M(23207, 'Landkarte', '23207.html'),
new M(24012, 'Suche', '24012.asp')]
),
new M(23182, 'Helfen Sie mit!', '23212.html', 
[new M(23212, 'Ehrenamt', '23212.html'),
new M(23213, 'Spenden', '23213.html')]
)]

