$(document).ready(function(){
	
	$("#navigation").treeview({
		animated: "normal",
		persist: "location",       // compare selected by URL (what if there is duplicated URL)
		//persist: "cookie",       // remember menu in a cookie
		collapsed: true,
		unique: true
	});
	/*
	toggle: function() {
		window.console && console.log("%o was toggled", this);
	}
	*/
});
