$(document).ready(function(){

	$("#red").treeview({
		animated: "normal",
		collapsed: true,
		control: "#treecontrol",
		persist: "location"
	});

});
