
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(4888, 'Start', '4888.asp'),
new M(5898, 'Artikelsuche', '5898.asp'),
new M(52457, 'Kontakt', '52457.html'),
new M(52459, 'AGB', '52459.html'),
new M(52463, 'Versandkosten', '52463.html'),
new M(52458, 'Impressum', '52458.html'),
new M(52460, 'DiCV Münster', 'http://www.caritas-muenster.de')]
