$(document).ready(function(){
		

	$("#navigation").treeview({
		collapsed: true,
		unique: true,
		//persist: "location",
		control: "#treecontrol"
	});

	
});
