/**
     * @access private
     */
    protected function _draw_scripts()
    {
        parent::_draw_scripts();
        ?>
  function on_click_branch (ctrl, id)
  {
    <?php 
        $this->_draw_branch_scripts();
        ?>
  }
<?php 
    }