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