YAHOO.util.Event.onContentReady("navMenu", function () {
  var oMenu = new YAHOO.widget.Menu("navMenu", { position: "static", hidedelay: 750, lazyload: true });
  var aSubmenuData = [
  {  },
  {  },
  {  },
  {  },
  {  },
  {  },
  {  },
  {  },
  {  },
  {  },
  {  },
  {  },
  {  },
  {  },
  {  },
  {  },
  { id: "cp24", itemdata: [
    { text: "Clear Transparent Recorders", url: "/categories/Clear-Transparent-Recorders-24_25.html" },
    { text: "Plastic Alto Recorder", url: "/categories/Plastic-Alto-Recorder-24_26.html" },
    { text: "Wood Soprano Recorder", url: "/categories/Wood-Soprano-Recorder-24_27.html" }
    ]
  },
  {  }
  ];

  oMenu.subscribe("beforeRender", function () {
    if (this.getRoot() == this) {
      this.getItem(16).cfg.setProperty("submenu", aSubmenuData[16]);
    }
  });

  oMenu.render();
});