$(function() {
	$("#tree").treeview({
		collapsed: true,
		animated: "fast",
		control: "#treecontrol",
		unique: true,
		persist: "location"
	});
})


