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