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