if (fullContextMenu && transaction != null)
new SecurityContextMenu(owner).menuAboutToShow(manager, transaction.getSecurity(), portfolio);
else if (fullContextMenu)
new SecurityContextMenu(owner).menuAboutToShow(manager, null, portfolio);
else if (transaction != null)
manager.add(new WebLocationMenu(transaction.getSecurity()));
if (transaction != null)
{
manager.add(new Separator());
manager.add(new Action(Messages.MenuTransactionDelete)