
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(26646, 'Startseite', '26646.html'),
new M(26661, 'Sammeln und Helfen ', '26662.html', 
[new M(26662, 'Was ist die CaritasBox ', '26662.html'),
new M(26663, 'Was macht die Caritas mit den Erlösen', '26663.html'),
new M(26664, 'Über uns', '26664.html')]
),
new M(26735, 'Recycling ', '26736.html', 
[new M(26736, 'Die Umwelt-Idee ', '26736.html'),
new M(26737, 'Was passiert mit den gesammelten Produkten', '26737.html')]
),
new M(27208, 'Ich mache mit', '27215.html', 
[new M(27215, 'als Verbraucher', '27215.html'),
new M(27216, 'als Unternehmen', '27216.html'),
new M(27217, 'als Verband oder Einrichtung der Caritas', '27217.html'),
new M(27218, 'Auftragsformular', '27218.html')]
),
new M(27213, 'Schon dabei', '27219.html', 
[new M(27219, 'Sponsoringpartner', '27219.html'),
new M(27220, 'Kooperationspartner', '27220.html')]
),
new M(27214, 'Kontakt', '27291.asp', 
[new M(27291, 'Kontakt', '27291.asp'),
new M(27289, 'Impressum', '27289.html'),
new M(27290, 'Suche', '27290.asp')]
),
new M(27927, 'Deutscher Caritasverband', 'http://www.caritas.de')]
