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