
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(29483, 'Home', '29483.html'),
new M(30894, 'Wir über uns', '30980.html', 
[new M(30980, 'An der Küste zu Hause', '30980.html'),
new M(30994, 'Impressum', '30994.html')]
),
new M(30890, 'Sie suchen Hilfe', '30903.html', 
[new M(30903, 'Allgemeine Sozialberatung', '30903.html'),
new M(30951, 'Beratung für Schwangere und Familien', '30951.html'),
new M(30908, 'Migrationsdienste', '39712.html'),
new M(30918, 'Kurberatung und -vermittlung', '30918.html')]
),
new M(30891, 'Sie möchten helfen', '30958.html', 
[new M(30958, 'Ehrenamt', '30958.html'),
new M(30968, 'Spenden', '30968.html')]
),
new M(30896, 'Aktuelles', '30896.asp'),
new M(31135, 'Diözesancaritasverband Hildesheim', 'http://www.caritas-dicvhildesheim.de'),
new M(39357, 'Stellenangebote', '39357.asp'),
new M(31005, 'Kontakt', '31005.asp')]

