$(document).ready(function(){

	$(".treenav").treeview({
		animated: "fast",
		collapsed: true,
		persist: "location"
	});

});