
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(29989, 'Home', '29989.html'),
new M(56561, 'Hospiz', '72054.html', 
[new M(72054, 'Gäste', '72054.html'),
new M(56570, 'Angehörige', '56570.html'),
new M(58020, 'Ausstattung', '58020.html'),
new M(56568, 'Pflege', '56568.html'),
new M(56569, 'Seelsorge', '56569.html'),
new M(56567, 'Geschichte', '56567.html')]
),
new M(56563, 'Aufnahme', '56571.html', 
[new M(56571, 'Aufnahmekriterien', '56571.html'),
new M(68627, 'Finanzierung', '68627.html')]
),
new M(56565, 'Aktuelles', '56576.html', 
[new M(56576, 'Termine / Veranstaltungen', '56576.html'),
new M(56577, 'Pressemeldungen', 'http://www.caritas-bochum.de/35526.asp')]
),
new M(72044, 'Jutta-von-Sponheim-Haus', '72044.html'),
new M(72052, 'Ambulante Hospizarbeit', '72052.html'),
new M(56564, 'So können Sie helfen', '56574.html', 
[new M(56574, 'Ehrenamt', '56574.html'),
new M(56575, 'Spenden', '56575.html'),
new M(72721, 'Nachlässe / Testamente', '72721.html')]
),
new M(56566, 'Kontakt', '56578.html', 
[new M(56578, 'Anschrift', '56578.html'),
new M(56579, 'Anfahrt', '56579.html'),
new M(56580, 'Impressum', '56580.html')]
)]

