President/CEO
CFO
Procurement
Supply Chain Management
Supplier Relations
Purchasing
Program Integration
Contracts
Approval Office
Document Management
Legal
Oversight
Research
Budget
Accounting
Records
Appropriations
COO
Distribution
Warehousing
Coordination
Transportation
Manufacturing
Operations
Planning
Research & Development
Engineering
Process Improvement
Systems
Design
$(document).ready(function(){

  // Create an instance of orgBuilder within the target element(s). 
  // If $elem represents multiple elements, orgBuilder will be instantiated within each one.
  // Use the draggable option to enable drag and drop re-parenting.
  var $elem = $( '#orgchart' );
  $elem.orgBuilder({ 'draggable':true });

});