
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(34124, 'Home', '34124.html'),
new M(32090, 'Wir über uns', '32110.html', 
[new M(32110, 'Selbstverständnis ', '32110.html'),
new M(32111, 'Organisation', '32111.html'),
new M(32113, 'Unsere Qualität', '32113.html'),
new M(32112, 'Geschichte', '32112.html'),
new M(35864, 'Kooperationen', '35864.html'),
new M(34115, 'Ansprechpartner', '34115.html'),
new M(35993, 'Heimbeirat', '35993.html'),
new M(37743, 'Impressum', '37743.html'),
new M(37884, 'Suche', '37884.asp')]
),
new M(37896, 'Aktuelles', '37896.html'),
new M(32094, 'Unsere Angebote', '34081.html', 
[new M(34081, 'Angebotsübersicht', '34081.html'),
new M(32119, 'Behindertenhilfe', '32134.html'),
new M(32120, 'Ambulante Hilfen', '34033.html'),
new M(32121, 'Altenhilfe', '32141.html'),
new M(32122, 'Menüservice', '32122.html')]
),
new M(32129, 'Aktionen', '34083.html', 
[new M(34083, 'Übersicht', '34083.html'),
new M(35601, 'Big Hands', '35601.html'),
new M(35602, 'Menschenbilder', '35602.html'),
new M(35603, 'Zirkus Rasselbande', '35603.html')]
),
new M(32099, 'Ehrenamt', '32099.html'),
new M(32098, 'Jobs', '32098.html'),
new M(34415, 'Kontakt', '34415.html'),
new M(32101, 'DiCV Trier', '32101.html')]

