
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(11527, 'Hauptseite', '11527.html'),
new M(9457, 'Aktuelles und Service', '9507.asp', 
[new M(9507, 'Pressemitteilungen', '9507.asp'),
new M(9508, 'Stellenbörse', '9508.asp'),
new M(9509, 'Termine', '9509.asp'),
new M(23407, 'Downloadcenter', '23407.html'),
new M(9510, 'Fortbildung', '9510.html'),
new M(9511, 'Impressum', '9511.html')]
),
new M(9458, 'Ich suche Hilfe', '9472.html', 
[new M(9472, 'Allgemeine Sozialberatung', '9472.html'),
new M(9473, 'Gemeindecaritas', '9473.html'),
new M(9474, 'Alte und kranke Menschen', '9491.html'),
new M(9475, 'Migranten, Flüchtlinge, Aussiedler', '9497.html'),
new M(9476, 'Kinder, Jugendliche und Familien', '9501.html'),
new M(9477, 'Wohnungslose Menschen', '9485.html'),
new M(9478, 'Fachambulanz für Suchtkranke', '9479.html'),
new M(21733, 'Menschen mit besonderem Hilfebedarf', '21733.html')]
),
new M(9459, 'Caritas-Verband für den Main-Kinzig-Kreis', '9466.html', 
[new M(9466, 'Grußwort Geschäftsführer/Vorsitzender', '9466.html'),
new M(9467, 'Caritas-Verband für den Main-Kinzig-Kreis', '9467.html'),
new M(9468, 'Unser Leitbild', '9468.html'),
new M(9469, 'Zur Geschichte', '9469.html'),
new M(9470, 'Gremien ', '9470.html'),
new M(9471, 'Caritas im Bistum Fulda', '9471.html'),
new M(11875, 'Kontakt', '11875.html')]
),
new M(9460, 'Ich will helfen', '9461.html', 
[new M(9461, 'Ehrenamt bei Caritas', '9461.html'),
new M(9463, 'Bundesfreiwilligendienst und Freiwilliges Soziales Jahr', '9463.html'),
new M(9464, 'Spenden', '9464.html'),
new M(9465, 'Wohlfahrtsmarken', '9465.html')]
),
new M(21700, 'Suche', '21701.asp', 
[new M(21701, 'A-Z Adressen', '21701.asp'),
new M(21712, 'Caritas-Adressbuch', '21712.asp'),
new M(21702, 'Volltextsuche', '21702.asp')]
)]

