
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(11208, 'Hauptseite', '11208.html'),
new M(12776, 'Aktuelles', '12777.html', 
[new M(12777, 'Veranstaltungshinweise', '12777.html'),
new M(12778, 'Sonstiges', '12778.html')]
),
new M(12779, 'A-Z', '14629.asp', 
[new M(14629, 'Beratungsstellen / Einrichtungen', '14629.asp'),
new M(14630, 'Webseiten-Suche', '14630.asp')]
),
new M(12780, 'Angebote', '14628.asp', 
[new M(14628, 'Kursangebote', '14628.asp'),
new M(12781, 'Beratung', '12781.html')]
),
new M(12787, 'Die Akademie', '12799.html', 
[new M(12799, 'Profil', '12799.html'),
new M(15190, 'Bildungskonzept', '15190.html'),
new M(12795, 'Geschichte', '12795.html'),
new M(15192, 'Träger', '15192.html'),
new M(28932, 'Kooperationen', '28932.html'),
new M(12788, 'Dozenten Team', '15211.html'),
new M(15193, 'Sekretariat und Verwaltung', '15193.html')]
),
new M(15194, 'Bildungs- und Tagungshaus', '15195.html', 
[new M(15195, 'Herzlich Willkommen', '15195.html'),
new M(69536, 'Online-Buchung', '69536.html'),
new M(15196, 'Tagungs- und Seminarräume', '15196.html'),
new M(15197, 'Erholung und Entspannung', '15197.html'),
new M(15198, 'Gästehaus und Gastronomie', '15198.html'),
new M(15200, 'Ansprechpartnerin', '15200.html'),
new M(15201, 'Anfahrt', '15201.html')]
),
new M(12803, 'Kontakt & Impressum', '12804.html', 
[new M(12804, 'Kontakt', '12804.html'),
new M(15202, 'Impressum', '15202.html')]
),
new M(12805, 'Links', '12805.html')]

