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

});
// -->