$(document).ready(function() {	

	jQuery("#leftmenu").treeview({
		 animated: "fast",
		 collapsed: true,
		 unique: true,
		 persist: "location"
		});

})
