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


});
