
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(30662, 'Home', '30662.html'),
new M(36588, 'Wir über uns', '36591.html', 
[new M(36591, 'Aktuelles', '36591.html'),
new M(36589, 'Unsere Aufgaben', '36589.html'),
new M(36590, 'Mitarbeitervertretung', '36590.html'),
new M(64539, 'Berichte', '64539.html')]
),
new M(36592, 'Sie suchen Hilfe', '36593.html', 
[new M(36593, 'Allgemeine Lebensberatung', '36593.html'),
new M(36594, 'Treff em Gässje', '36594.html'),
new M(36595, 'Schuldner- und Insolvenzberatung', '36595.html'),
new M(36596, 'Migrationsberatung', '36596.html'),
new M(36597, 'Schwangerschaftsberatung', '36597.html'),
new M(36598, 'Kinder- und Jugendarbeit', '36599.html'),
new M(36603, 'Kuren / Erholungen', '36603.html'),
new M(36605, 'Mobiler Mahlzeitendienst für Senioren', '36605.html'),
new M(36606, 'Ambulantes Hospiz- und Palliativ-Zentrum', '36606.html')]
),
new M(36611, 'Helfen Sie mit', '36612.html', 
[new M(36612, 'Ehrenamtliche', '36612.html'),
new M(36615, 'Spenden', '36615.html')]
),
new M(36608, 'Kontakt', '36608.html', 
[new M(36609, 'Caritas-Zentrum Saarpfalz', '36609.html'),
new M(52951, 'Suche', '52951.asp')]
),
new M(36607, 'Impressum', '36607.html')]

