/* script to initialize a tree view list */

$(document).ready(function(){
  $("#subjectTree").treeview({collapsed: true, control: "#treeControl"});
  $("#treeCollapse").parent().before($("#treeExpand").parent());
});
