﻿if (typeof(mtDropDown) != 'undefined' && mtDropDown.isSupported()  && document.getElementById('neoformedit') == null) {
var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
var topmenu1 = ms.addMenu(document.getElementById("topmenu1"));
topmenu1.addItem("Über Flooring Systems", "/de/Flooring-Systems/Ueber-Flooring-Systems/","#db0c41");
topmenu1.addItem(unescape(escape("Marktpräsenz")), "/de/Flooring-Systems/Marktpraesenz/","#db0c41");
topmenu1.addItem("Kennzahlen", "/de/Flooring-Systems/Kennzahlen/","#db0c41");
topmenu1.addItem("Verkaufsstellen weltweit", "/de/Flooring-Systems/Verkaufsstellen-weltweit/","#db0c41");
var topmenu2 = ms.addMenu(document.getElementById("topmenu2"));
topmenu2.addItem("Über Bonding Systems", "/de/Bonding-Systems/Ueber-Bonding-Systems/","#ff9f00");
topmenu2.addItem(unescape(escape("Marktpräsenz")), "/de/Bonding-Systems/Marktpraesenz/","#ff9f00");
topmenu2.addItem("Kennzahlen", "/de/Bonding-Systems/Kennzahlen/","#ff9f00");
topmenu2.addItem("Verkaufsstellen weltweit", "/de/Bonding-Systems/Verkaufsstellen-weltweit/","#ff9f00");
var topmenu3 = ms.addMenu(document.getElementById("topmenu3"));
topmenu3.addItem("Über Movement Systems", "/de/Movement-Systems/Ueber-Movement-Systems/","#00a19c");
topmenu3.addItem(unescape(escape("Marktpräsenz")), "/de/Movement-Systems/Marktpraesenz/","#00a19c");
topmenu3.addItem("Kennzahlen", "/de/Movement-Systems/Kennzahlen/","#00a19c");
topmenu3.addItem("Verkaufsstellen weltweit", "/de/Movement-Systems/Verkaufsstellen-weltweit/","#00a19c");


try{
mtDropDown.renderAll();
}
catch(e)
{}
}

