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


});