$(document).ready(function(){
	$("#navigation").treeview({
		animated: "slow",
		collapsed: false,
		unique: true,
		persist: "",
		toggle: function() {
			window.console && console.log("%o was toggled", this);
		}
	});
})