
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(43814, 'Home', '43814.asp'),
new M(43815, 'Artikelsuche', '43815.asp'),
new M(43816, 'Kontakt', '43816.html'),
new M(43817, 'AGB', '43817.html'),
new M(43818, 'Impressum', '43818.html'),
new M(43819, 'caritas-paderborn.de', 'http://www.caritas-paderborn.de')]

