KoolMenu - Great PHP MenuKoolMenu - Great PHP MenuTrialVersion 1.1.0.0 released on 1/15/2009

ContextMenu - Basic ContextMenu

Right-click to open color menu:

Description & Sample code

You can control the expand direction of an item by settings the $ExpandDirection of $GroupSettings of that item

$item = $km->Add("root","edit","Edit");
$item->GroupSettings->ExpandDirection = "Up";