// JavaScript Document
 
 jQuery(document).ready(function(){
  
 
   
	$("#tree").treeview({
				collapsed: false,
				animated: "medium",
				control:"#sidetreecontrol",
				persist: "location"
			});	 
		 
});

 