
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(36584, 'CariKauf', '36584.asp'),
new M(36585, 'Artikelsuche', '36585.asp'),
new M(36586, 'Kontakt', '36586.html'),
new M(39352, 'AGB', '39352.html'),
new M(51142, 'Versandkosten', '51142.html'),
new M(36587, 'Impressum', '36587.html'),
new M(57685, 'Newsletter', '57685.asp'),
new M(36625, 'DCV', 'http://www.caritas.de')]
