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