$(document).ready(function(){
		
	// second example
	$("#browser").treeview({
		control: "#treecontrol",

		persist: "location",
		collapsed: true,
		cookieId: "treeview-black"
  });

});


