
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(32878, 'Startseite', '32878.html'),
new M(32925, 'Herzlich willkommen', '32925.html'),
new M(32926, 'Unser Haus', '33040.html', 
[new M(33040, 'Unser Angebot', '33040.html'),
new M(32927, 'Angebote für Ihre Gesundheit', '32927.html'),
new M(32928, 'Freizeitangebote', '32928.html'),
new M(32929, 'christliche Gastfreundschaft', '32929.html')]
),
new M(32930, 'Urlaubsgefühle', '32930.html'),
new M(32931, 'Kurort Bad Rothenfelde', '32931.html'),
new M(32932, 'Termine/Preisliste ', '39202.html', 
[new M(39202, 'Termine/ Preisliste 2012', '39202.html'),
new M(48827, 'Termine/Preisliste 2011', '48827.html')]
),
new M(32933, 'Kontakt', '32933.html'),
new M(34650, 'Suche', '34650.asp'),
new M(32934, 'Impressum', '32934.html')]

