
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(34498, 'Startseite', '34498.html'),
new M(34863, 'Herzlich Willkommen!', '34937.html', 
[new M(34937, 'Herzlich Willkommen', '34937.html'),
new M(34864, 'Unser Haus', '34864.html'),
new M(34865, 'Geschichte des Hauses', '34865.html'),
new M(34866, 'Wohnen in familiärer Atmosphäre', '34866.html'),
new M(34867, 'Unser Team', '34867.html')]
),
new M(34909, 'Unsere Philosophie', '34938.html', 
[new M(34938, 'Unsere Philosophie ', '34938.html'),
new M(34911, 'Qualitätsmanagement', '34911.html')]
),
new M(34990, 'Frauen und Kinder', '34998.html', 
[new M(34998, 'Frauen- und Kinderbereich', '34998.html'),
new M(34912, 'Frauenbereich', '34943.html'),
new M(34917, 'Kinderbereich', '34965.html'),
new M(34922, 'Mutter-Kind-Bereich', '34978.html'),
new M(36101, 'Begleitkinder', '36101.html')]
),
new M(34926, 'Fachliche Information', '34927.html', 
[new M(34927, 'Hochseeklima', '34927.html'),
new M(34928, 'Indikation nach ICD 10', '34928.html'),
new M(34929, 'Therapeutische Leistungen nach KTL', '34929.html'),
new M(34933, 'Termine', '34933.html')]
),
new M(34997, 'Kontakt', '34934.html', 
[new M(34934, 'Kontakt', '34934.html'),
new M(34935, 'Anreise', '34935.html'),
new M(34936, 'Impressum', '34936.html')]
)]

