
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(17814, 'Startseite', '17814.asp'),
new M(17900, 'Ich brauche Hilfe', '17900.asp'),
new M(17889, 'Fakten und  Zahlen', '17889.asp'),
new M(17890, 'Rechtliche Informationen Deutschland', '17891.asp', 
[new M(17891, 'Menschenrechtskonventionen', '17891.asp'),
new M(17896, 'Menschenhandel: Zeugenschutz', '17896.asp'),
new M(17897, 'Prostitution', '17897.asp'),
new M(17898, 'Au-pair', '17898.asp'),
new M(17899, 'Beratungsstellen', '17899.asp')]
)]

