}
// Create a new popup for this item, and position it next to
// the item (below if this is a horizontal menu bar, to the
// right if it's a vertical bar).
popup = new Popup(true, false) {
{
setWidget(item.getSubMenu());
item.getSubMenu().onShow();
}