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