$(document).ready(function()
{
	$("#williams").treeview({
		animated: "fast",
		collapsed: true,
		control: "#treecontrol"
	});
});
