
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(17484, 'Startseite', '17484.html'),
new M(24479, 'Aktuelles', '76694.html', 
[new M(76694, 'Termine 2012', '76694.html'),
new M(84355, ' Stellenangebote', '84355.html'),
new M(79671, 'Waldkindergarten', '79671.html'),
new M(24480, 'Jahres- und Sachstandsberichte', '24480.html')]
),
new M(13612, 'Leistungen und Angebote', '57274.html', 
[new M(13616, 'Gesundheit und Senioren', '57274.html'),
new M(13617, 'Betreuungsverein', '15221.html'),
new M(13618, 'Wohnungslosenhilfe', '22096.html'),
new M(13619, 'Sozialberatung', '76570.html'),
new M(41226, 'Kind und Familie', '41231.html'),
new M(13620, 'Jugendarbeit / -hilfe', '13643.html'),
new M(13647, 'Freiwilligenzentren / Ehrenamt', '22097.html'),
new M(13622, 'Projekt "Soziale Stadt"', '15218.html'),
new M(13623, 'Gemeindecaritas', '13650.html')]
),
new M(13613, 'Der Verband', '23123.html', 
[new M(23123, 'Der Verband', '23123.html'),
new M(23215, 'Vorstand', '23215.html'),
new M(23216, 'Caritasrat', '23216.html'),
new M(20656, 'Organigramm', '20656.html'),
new M(23227, 'Satzung', '23227.html')]
),
new M(58108, 'Förderer', '58108.html'),
new M(21999, 'Suche', '21999.asp'),
new M(13615, 'Impressum', '13615.html')]

