$(document).ready(function(){
		
	
	// third example
	$("#red").treeview({
		animated: "slow",
		collapsed: true,
		control: "#treecontrol"
	});


});
