$(function() {
			$("#tree").treeview({
				collapsed: false,
				prerendered: false,
    			animated: "fast"
			});
		})

