$(document).ready(function(){
  try {
    /*This turns the ul tags in to a collapsing panel*/
    $(".treeview").treeview({collapsed:true});
  } catch(ex) { }
  
});