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