var webcmsUrlQuery = '';
var floatMenu = new Array();
floatMenu["root0"] = new Menu(
  new Item("History", "", "/company/history",
    new Menu(
      new Item("Coats History", "", "/company/history/coats", null),
      new Item("MEZ sewing threads", "", "/company/history/mez", null),
      new Item("Opti zipper", "", "/company/history/opti", null)
    )
  ),
  new Item("Our Vision", "", "/company/philosophy", null),
  new Item("Innovation", "", "/company/innovation", null),
  new Item("COATS - Central Europe", "", "/company/europa", null),
  new Item("COATS - Global", "", "/company/global", null)
);
floatMenu["root1"] = new Menu(
  new Item("Product groups", "", "/thread/product",
    new Menu(
      new Item("Apparel sewing thread", "", "/thread/product/apparel", null),
      new Item("Speciality", "", "/thread/product/speciality", null),
      new Item("CoatsPro&reg;", "", "/thread/product/coatspro", null)
    )
  ),
  new Item("Applications", "", "/thread/application", null),
  new Item("Trend colours", "", "/thread/colormap", null),
  new Item("Technical service", "", "/thread/service", null)
);
floatMenu["root2"] = new Menu(
  new Item("Product groups", "", "/zip/type",
    new Menu(
      new Item("Spiral zip fasteners", "", "/zip/type/s", null),
      new Item("Profile zip fasteners", "", "/zip/type/p", null),
      new Item("Metal zip fasteners", "", "/zip/type/m", null)
    )
  ),
  new Item("Pullers", "", "/zip/puller", null),
  new Item("Sliders", "", "/zip/slider", null),
  new Item("Continuous chain", "", "/zip/rowa", null),
  new Item("Special zippers", "", "/zip/special", null),
  new Item("Shade card ", "", "/zip/colormap", null),
  new Item("ABC of zip fasteners", "", "/zip/zipabc", null),
  new Item("Technical service", "", "/zip/service", null)
);
floatMenu["root3"] = new Menu(
  new Item("Sewing threads", "", "/contact/thread", null),
  new Item("Zip fasteners", "", "/contact/zip", null)
);
floatMenu["root4"] = new Menu(
  new Item("Downloads", "", "/service/download", null),
  new Item("Site map", "", "/service/sitemap", null),
  new Item("Support", "", "/service/help", null)
);
