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